API / geotoolkit / flowcharts / commands / RotateVisuals / RotateVisuals
commands.RotateVisuals.RotateVisuals
Rotates the visual based on the provided rotation anchor type.
↳
RotateVisuals
Constructors
Constructors
• new RotateVisuals(options)
| Name | Type | Description |
|---|---|---|
options | Options | command options |
TransformVisuals.constructor
Methods
▸ execute(): boolean
Executes the command
boolean
true on success, false if not executed
▸ getClassName(): string
string
▸ Protected getVisuals(): Component[]
Gets the visual collection
▸ Protected setVisuals(value): void
Sets the visual collection
| Name | Type |
|---|---|
value | Component[] |
void
▸ undo(): boolean
Rewinds the command
boolean
true on success, false if couldn't be undone
▸ Static getClassName(): string
string