new PlotState()
Contains data about the state of a plot. This object is never created directly if is always instantiated from the json sent from the server.
- Source:
Properties:
Name | Type | Description |
---|---|---|
zoomLevel |
number | the zoomlevel of the image |
threeColor |
boolean | is a three color plot |
colorTableId |
number | the id of the color table in use |
flippedY |
boolean | fliped on the y axis |
rotationAngle |
number | if rotated by angle, then the angle of the rotation |
rotationType |
RotateType | the type of rotations |