public class CIMFontVariation extends CIMObject
| Constructor and Description |
|---|
CIMFontVariation() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMFontVariation |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
java.lang.String |
getTagName()
Gets the font variation tag name.
|
double |
getValue()
Gets the numeric value representing a particular font variation value.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setTagName(java.lang.String tagName)
Sets the font variation tag name.
|
void |
setValue(double value)
Sets the numeric value representing a particular font variation value.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
public double getValue()
public void setValue(double value)
public static CIMFontVariation 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)