API / geotoolkit / axis / TickInfo / TickInfo
Type Aliases
Type Aliases
Ƭ Options: Object
tick type like major, minor, edge
| Name | Type | Description |
|---|---|---|
anchortype? | AnchorType | anchor position of the label |
cancel? | boolean | cancel flag |
contexttransformation? | Transformation | transformation from model space to device space |
devicebounds? | Rect | bounds of the device |
devicevisiblebounds? | Rect | visible device bounds |
linestyle? | LineStyle | line style |
modelbounds? | Rect | model bounds |
rotationangle? | number | rotation angle |
textstyle? | TextStyle | text style |
tickend? | number | tick end |
tickorigin? | number | tick origin |
tickposition? | TickPosition | tick position |
ticksize? | number | a tick size |
ticktype? | string | tick type like major, minor, edge |
visiblemodelbounds? | Rect | visible model bounds |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
anchortype | AnchorType | anchor position of the label |
cancel | boolean | cancel flag |
contexttransformation | Transformation | transformation from model space to device space |
devicebounds | Rect | bounds of the device |
devicevisiblebounds | Rect | visible device bounds |
linestyle | LineStyle | null | line style |
modelbounds | Rect | model bounds |
rotationangle | number | rotation angle |
textstyle | TextStyle | null | text style |
tickend | number | tick end |
tickorigin | number | tick origin |
tickposition | TickPosition | tick position |
ticksize | number | a tick size |
ticktype | string | tick type like major, minor, edge |
visiblemodelbounds | Rect | visible model bounds |