Last updated

API / geotoolkit / flowcharts / commands / TransformVisuals / TransformVisuals

Class: TransformVisuals

commands.TransformVisuals.TransformVisuals

Transforms visuals

Hierarchy

Implements

Table of contents

Constructors
Methods

Contents

Constructors

new TransformVisuals(options)

new TransformVisuals(options)

Parameters

Name Type Description
optionsOptionscommand options
Methods

execute

execute(): boolean

Executes the command

Returns

boolean

true on success, false if not executed

Implementation of

ICommand.execute


getClassName

getClassName(): string

Returns

string

Implementation of

ICommand.getClassName


getVisuals

Protected getVisuals(): Component[]

Gets the visual collection

Returns

Component[]


setVisuals

Protected setVisuals(value): void

Sets the visual collection

Parameters

Name Type
valueComponent[]

Returns

void


undo

undo(): boolean

Rewinds the command

Returns

boolean

true on success, false if couldn't be undone

Implementation of

ICommand.undo


getClassName

Static getClassName(): string

Returns

string