Package cz.fidentis.analyst.canvas
Class CanvasState
java.lang.Object
cz.fidentis.analyst.canvas.CanvasState
A copy of the internal state of the
Canvas
instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
boolean
boolean
-
Constructor Details
-
CanvasState
Constructor from Canvas- Parameters:
canvas
- the Canvas object for which we want to construct the state
-
-
Method Details
-
getCamera
-
getBackgroundColor
-
getPrimaryFaceTransparency
public float getPrimaryFaceTransparency() -
getSecondaryFaceTransparency
public float getSecondaryFaceTransparency() -
getPrimaryFaceRenderingMode
-
getSecondaryFaceRenderingMode
-
isPrimaryFaceVisible
public boolean isPrimaryFaceVisible() -
isSecondaryFaceVisible
public boolean isSecondaryFaceVisible()
-