TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface PlotArea

All Known Implementing Classes:
PlotAreaImpl, SVGPlotAreaImpl

public interface PlotArea

A representation of the model object 'Plot Area'.

The following features are supported:

Generated
[EMF] Model

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

getBackgroundColor

java.lang.String getBackgroundColor()
Returns the value of the 'Background Color' attribute.

Returns:
the value of the 'Background Color' attribute.
See Also:
setBackgroundColor(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_BackgroundColor()
Generated
[EMF] Model

setBackgroundColor

void setBackgroundColor(java.lang.String value)
Sets the value of the 'Background Color' attribute.

Parameters:
value - the new value of the 'Background Color' attribute.
See Also:
getBackgroundColor()
Generated

isBorder

boolean isBorder()
Returns the value of the 'Border' attribute. The default value is "true".

Returns:
the value of the 'Border' attribute.
See Also:
isSetBorder(), unsetBorder(), setBorder(boolean), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getPlotArea_Border()
Generated
[EMF] Model
default="true" unsettable="true"

setBorder

void setBorder(boolean value)
Sets the value of the 'Border' attribute.

Parameters:
value - the new value of the 'Border' attribute.
See Also:
isSetBorder(), unsetBorder(), isBorder()
Generated

unsetBorder

void unsetBorder()
Unsets the value of the 'Border' attribute.

See Also:
isSetBorder(), isBorder(), setBorder(boolean)
Generated

isSetBorder

boolean isSetBorder()
Returns whether the value of the 'Border' attribute is set.

Returns:
whether the value of the 'Border' attribute is set.
See Also:
unsetBorder(), isBorder(), setBorder(boolean)
Generated

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.5.0 Platform Project
Internal API Specification