public class CIMGeometricEffectScale extends CIMGeometricEffect
| Constructor and Description |
|---|
CIMGeometricEffectScale() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGeometricEffectScale |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getXScaleFactor()
Gets the amount of change in size of a symbol in the x-axis.
|
double |
getYScaleFactor()
Gets the amount of change in size of a symbol in the y-axis.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setXScaleFactor(double xScaleFactor)
Sets the amount of change in size of a symbol in the x-axis.
|
void |
setYScaleFactor(double yScaleFactor)
Sets the amount of change in size of a symbol in the y-axis.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
getPrimitiveName, setPrimitiveNamepublic double getXScaleFactor()
public void setXScaleFactor(double xScaleFactor)
public double getYScaleFactor()
public void setYScaleFactor(double yScaleFactor)
public static CIMGeometricEffectScale fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMGeometricEffectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMGeometricEffect