public class CIMGraphicFrame extends CIMObject
| Constructor and Description |
|---|
CIMGraphicFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMGraphicFrame |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
double |
getBackgroundCornerRounding()
Gets the background corner rounding.
|
double |
getBackgroundGapX()
Gets the background X gap.
|
double |
getBackgroundGapY()
Gets the background Y gap.
|
CIMSymbolReference |
getBackgroundSymbol()
Gets the background symbol of the graphic frame.
|
double |
getBorderCornerRounding()
Gets the border corner rounding.
|
double |
getBorderGapX()
Gets the border X gap.
|
double |
getBorderGapY()
Gets the border Y gap.
|
CIMSymbolReference |
getBorderSymbol()
Gets the border symbol of the graphic frame.
|
double |
getShadowCornerRounding()
Gets the shadow corner rounding.
|
double |
getShadowOffsetX()
Gets the shadow X offset.
|
double |
getShadowOffsetY()
Gets the shadow Y offset.
|
CIMSymbolReference |
getShadowSymbol()
Gets the shadow symbol of the graphic frame.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setBackgroundCornerRounding(double backgroundCornerRounding)
Sets the background corner rounding.
|
void |
setBackgroundGapX(double backgroundGapX)
Sets the background X gap.
|
void |
setBackgroundGapY(double backgroundGapY)
Sets the background Y gap.
|
void |
setBackgroundSymbol(CIMSymbolReference backgroundSymbol)
Sets the background symbol of the graphic frame.
|
void |
setBorderCornerRounding(double borderCornerRounding)
Sets the border corner rounding.
|
void |
setBorderGapX(double borderGapX)
Sets the border X gap.
|
void |
setBorderGapY(double borderGapY)
Sets the border Y gap.
|
void |
setBorderSymbol(CIMSymbolReference borderSymbol)
Sets the border symbol of the graphic frame.
|
void |
setShadowCornerRounding(double shadowCornerRounding)
Sets the shadow corner rounding.
|
void |
setShadowOffsetX(double shadowOffsetX)
Sets the shadow X offset.
|
void |
setShadowOffsetY(double shadowOffsetY)
Sets the shadow Y offset.
|
void |
setShadowSymbol(CIMSymbolReference shadowSymbol)
Sets the shadow symbol of the graphic frame.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public CIMSymbolReference getBackgroundSymbol()
public void setBackgroundSymbol(CIMSymbolReference backgroundSymbol)
public CIMSymbolReference getBorderSymbol()
public void setBorderSymbol(CIMSymbolReference borderSymbol)
public CIMSymbolReference getShadowSymbol()
public void setShadowSymbol(CIMSymbolReference shadowSymbol)
public double getBackgroundGapX()
public void setBackgroundGapX(double backgroundGapX)
public double getBackgroundGapY()
public void setBackgroundGapY(double backgroundGapY)
public double getBackgroundCornerRounding()
public void setBackgroundCornerRounding(double backgroundCornerRounding)
public double getBorderGapX()
public void setBorderGapX(double borderGapX)
public double getBorderGapY()
public void setBorderGapY(double borderGapY)
public double getBorderCornerRounding()
public void setBorderCornerRounding(double borderCornerRounding)
public double getShadowOffsetX()
public void setShadowOffsetX(double shadowOffsetX)
public double getShadowOffsetY()
public void setShadowOffsetY(double shadowOffsetY)
public double getShadowCornerRounding()
public void setShadowCornerRounding(double shadowCornerRounding)
public static CIMGraphicFrame 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)