public class CIM3DSymbolProperties extends CIMObject
| Constructor and Description |
|---|
CIM3DSymbolProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIM3DSymbolProperties |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
DominantSizeAxis |
getDominantSizeAxis3D()
Gets the dominant size axis.
|
RotationOrder |
getRotationOrder3D()
Gets the rotation order 3D.
|
double |
getScaleY()
Gets the scale Y.
|
double |
getScaleZ()
Gets the scale Z.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setDominantSizeAxis3D(DominantSizeAxis dominantSizeAxis3D)
Sets the dominant size axis.
|
void |
setRotationOrder3D(RotationOrder rotationOrder3D)
Sets the rotation order 3D.
|
void |
setScaleY(double scaleY)
Sets the scale Y.
|
void |
setScaleZ(double scaleZ)
Sets the scale Z.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public DominantSizeAxis getDominantSizeAxis3D()
public void setDominantSizeAxis3D(DominantSizeAxis dominantSizeAxis3D)
public RotationOrder getRotationOrder3D()
public void setRotationOrder3D(RotationOrder rotationOrder3D)
public double getScaleZ()
public void setScaleZ(double scaleZ)
public double getScaleY()
public void setScaleY(double scaleY)
public static CIM3DSymbolProperties fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)