API / geotoolkit / scene / ScaleScrollStrategy / ScaleScrollStrategy
scene.ScaleScrollStrategy.ScaleScrollStrategy
Abstraction to formalize an input transformation adjustment
ScaleScrollStrategy↳
AnchoredTransformationAdjustmentStrategy↳
KeepScaleAspectRatioStrategy↳
OneDimensionScaleScrollStrategy
Constructors
Css Properties
| Name | Type | Description |
|---|---|---|
enabled | boolean | Enable flag |
Methods
▸ adjustTransformation(model, newTr): Transformation
Adjusts input transformation
| Name | Type | Description |
|---|---|---|
model | AbstractNode | model |
newTr | Transformation | transformation to adjust |
adjusted transformation
▸ getClassName(): string
string
▸ getProperties(): OptionsOut
Gets properties
properties
▸ isEnabled(): boolean
Returns enable state
boolean
enable state
▸ setEnabled(enabled): ScaleScrollStrategy
Set enable state
| Name | Type | Description |
|---|---|---|
enabled | boolean | sets the enabled state |
this
▸ setProperties(properties): ScaleScrollStrategy
Sets the projection properties
| Name | Type | Description |
|---|---|---|
properties | Options | properties |
this
▸ Static getClassName(): string
string