|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlotArea
A representation of the model object 'Plot Area'.
The following features are supported:
| Method Summary | |
|---|---|
java.lang.String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute |
org.w3c.dom.Element |
getElement()
Returns the document object element of this object. |
boolean |
isBorder()
Returns the value of the 'Border' attribute. |
boolean |
isSetBorder()
Returns whether the value of the ' Border' attribute is set |
void |
setBackgroundColor(java.lang.String value)
Sets the value of the ' Background Color' attribute |
void |
setBorder(boolean value)
Sets the value of the ' Border' attribute |
void |
unsetBorder()
Unsets the value of the ' Border' attribute |
| Method Detail |
|---|
java.lang.String getBackgroundColor()
setBackgroundColor(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_BackgroundColor()void setBackgroundColor(java.lang.String value)
Background Color' attribute.
value - the new value of the 'Background Color' attribute.getBackgroundColor()boolean isBorder()
"true".
isSetBorder(),
unsetBorder(),
setBorder(boolean),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_Border()void setBorder(boolean value)
Border' attribute.
value - the new value of the 'Border' attribute.isSetBorder(),
unsetBorder(),
isBorder()void unsetBorder()
Border' attribute.
isSetBorder(),
isBorder(),
setBorder(boolean)boolean isSetBorder()
Border' attribute is set.
unsetBorder(),
isBorder(),
setBorder(boolean)org.w3c.dom.Element getElement()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||