|
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 | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGPlotAreaImpl
public class SVGPlotAreaImpl
An implementation of the model object 'Plot Area'.
The following features are implemented:
| Field Summary | |
|---|---|
protected static java.lang.String |
BACKGROUND_COLOR_EDEFAULT
The default value of the ' Background Color' attribute |
protected java.lang.String |
backgroundColor
The cached value of the ' Background Color' attribute |
protected boolean |
border
The cached value of the ' Border' attribute |
protected static boolean |
BORDER_EDEFAULT
The default value of the ' Border' attribute |
protected boolean |
borderESet
This is true if the Border attribute has been set |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase |
|---|
_chart, _dgraphic, colors, colorTable |
| Constructor Summary | |
|---|---|
protected |
SVGPlotAreaImpl()
|
|
SVGPlotAreaImpl(Chart chart,
DGraphic dgraphic)
|
|
SVGPlotAreaImpl(SVGChartImpl chart)
|
| Method Summary | |
|---|---|
java.lang.String |
getBackgroundColor()
|
boolean |
isBorder()
|
boolean |
isSetBorder()
|
void |
setBackgroundColor(java.lang.String newBackgroundColor)
|
void |
setBorder(boolean newBorder)
|
java.lang.String |
toString()
|
void |
unsetBorder()
|
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase |
|---|
assign, constructAccessibilityModel, constructEventHandlerModel, constructModel, convertToHex, getAccessibility, getColor, getDGraphic, getElement, getEventHandler, getEventHandler, listFactory, log, logln, setDGraphic, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.PlotArea |
|---|
getElement |
| Field Detail |
|---|
protected static final java.lang.String BACKGROUND_COLOR_EDEFAULT
Background Color' attribute.
getBackgroundColor()protected java.lang.String backgroundColor
Background Color' attribute.
getBackgroundColor()protected static final boolean BORDER_EDEFAULT
Border' attribute.
isBorder(),
Constant Field Valuesprotected boolean border
Border' attribute.
isBorder()protected boolean borderESet
| Constructor Detail |
|---|
protected SVGPlotAreaImpl()
public SVGPlotAreaImpl(SVGChartImpl chart)
public SVGPlotAreaImpl(Chart chart,
DGraphic dgraphic)
| Method Detail |
|---|
public java.lang.String getBackgroundColor()
getBackgroundColor in interface PlotAreaPlotArea.setBackgroundColor(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_BackgroundColor()public void setBackgroundColor(java.lang.String newBackgroundColor)
setBackgroundColor in interface PlotAreanewBackgroundColor - the new value of the 'Background Color' attribute.PlotArea.getBackgroundColor()public boolean isBorder()
isBorder in interface PlotAreaPlotArea.isSetBorder(),
PlotArea.unsetBorder(),
PlotArea.setBorder(boolean),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_Border()public void setBorder(boolean newBorder)
setBorder in interface PlotAreanewBorder - the new value of the 'Border' attribute.PlotArea.isSetBorder(),
PlotArea.unsetBorder(),
PlotArea.isBorder()public void unsetBorder()
unsetBorder in interface PlotAreaPlotArea.isSetBorder(),
PlotArea.isBorder(),
PlotArea.setBorder(boolean)public boolean isSetBorder()
isSetBorder in interface PlotAreaPlotArea.unsetBorder(),
PlotArea.isBorder(),
PlotArea.setBorder(boolean)public java.lang.String toString()
toString in class java.lang.Object
|
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 | ||||||||