public class CmxObject extends Object implements ICmxDocElement
Object containing information about the graphic element.
ICmxDocElement
Constructor and Description |
---|
CmxObject() |
Modifier and Type | Method and Description |
---|---|
CmxFillStyle |
getFillStyle()
Gets the fill style.
|
ICmxObjectSpec |
getObjectSpec()
Gets the object specification.
|
CmxOutline |
getOutline()
Gets the outline style.
|
void |
setFillStyle(CmxFillStyle value)
Sets the fill style.
|
void |
setObjectSpec(ICmxObjectSpec value)
Sets the object specification.
|
void |
setOutline(CmxOutline value)
Sets the outline style.
|
String |
toString()
Returns a
String that represents this instance. |
public final CmxFillStyle getFillStyle()
Gets the fill style.
public final void setFillStyle(CmxFillStyle value)
Sets the fill style.
value
- the fill style.public final CmxOutline getOutline()
Gets the outline style.
public final void setOutline(CmxOutline value)
Sets the outline style.
value
- the outline style.public final ICmxObjectSpec getObjectSpec()
Gets the object specification.
public final void setObjectSpec(ICmxObjectSpec value)
Sets the object specification.
value
- the object specification.