public class CIMICCColorSpace extends CIMColorSpace
| Constructor and Description |
|---|
CIMICCColorSpace() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMICCColorSpace |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
java.lang.String |
getURL()
Gets the URL of short name of the color space definition.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setURL(java.lang.String uRL)
Sets the URL of short name of the color space definition.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getURL()
public void setURL(java.lang.String uRL)
public static CIMICCColorSpace fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMColorSpaceCIMJSONExceptionpublic void serialize(JSONObject jsonObject)
serialize in class CIMColorSpace