TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.impl
Class TitleBarImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.TitleBarImpl
All Implemented Interfaces:
TitleBar

public class TitleBarImpl
extends InputBase
implements TitleBar

An implementation of the model object 'Title Bar'.

The following features are implemented:

Generated

Field Summary
protected  Accessibility accessibility
          The cached value of the 'Accessibility' containment reference
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  java.util.List eventHandler
          The cached value of the 'Event Handler' containment reference list
protected  java.lang.String label
          The cached value of the 'Label' attribute
protected static java.lang.String LABEL_EDEFAULT
          The default value of the 'Label' attribute
protected  boolean show
          The cached value of the 'Show' attribute
protected static boolean SHOW_EDEFAULT
          The default value of the 'Show' attribute
protected  boolean showESet
          This is true if the Show attribute has been set
protected  Tooltip tooltip
          The cached value of the 'Tooltip' containment reference
protected static boolean WITH_SEPARATOR_EDEFAULT
          The default value of the 'With Separator' attribute
protected  boolean withSeparator
          The cached value of the 'With Separator' attribute
protected  boolean withSeparatorESet
          This is true if the With Separator attribute has been set
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected TitleBarImpl()
           
  TitleBarImpl(Chart chart)
           
  TitleBarImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 Accessibility getAccessibility()
           
 java.lang.String getBackgroundColor()
           
 java.util.List getEventHandler()
           
 java.lang.String getLabel()
           
 Tooltip getTooltip()
           
 boolean isSetShow()
           
 boolean isSetWithSeparator()
           
 boolean isShow()
           
 boolean isWithSeparator()
           
 void setAccessibility(Accessibility newAccessibility)
           
 void setBackgroundColor(java.lang.String newBackgroundColor)
           
 void setLabel(java.lang.String newLabel)
           
 void setShow(boolean newShow)
           
 void setTooltip(Tooltip newTooltip)
           
 void setWithSeparator(boolean newWithSeparator)
           
 java.lang.String toString()
           
 void unsetShow()
           
 void unsetWithSeparator()
           
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
getElement, 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.TitleBar
getElement
 

Field Detail

BACKGROUND_COLOR_EDEFAULT

protected static final java.lang.String BACKGROUND_COLOR_EDEFAULT
The default value of the 'Background Color' attribute.

See Also:
getBackgroundColor()
Generated
[EMF] Ordered

backgroundColor

protected java.lang.String backgroundColor
The cached value of the 'Background Color' attribute.

See Also:
getBackgroundColor()
Generated
[EMF] Ordered

LABEL_EDEFAULT

protected static final java.lang.String LABEL_EDEFAULT
The default value of the 'Label' attribute.

See Also:
getLabel()
Generated
[EMF] Ordered

label

protected java.lang.String label
The cached value of the 'Label' attribute.

See Also:
getLabel()
Generated
[EMF] Ordered

SHOW_EDEFAULT

protected static final boolean SHOW_EDEFAULT
The default value of the 'Show' attribute.

See Also:
isShow(), Constant Field Values
Generated
[EMF] Ordered

show

protected boolean show
The cached value of the 'Show' attribute.

See Also:
isShow()
Generated
[EMF] Ordered

showESet

protected boolean showESet
This is true if the Show attribute has been set.

Generated
[EMF] Ordered

WITH_SEPARATOR_EDEFAULT

protected static final boolean WITH_SEPARATOR_EDEFAULT
The default value of the 'With Separator' attribute.

See Also:
isWithSeparator(), Constant Field Values
Generated
[EMF] Ordered

withSeparator

protected boolean withSeparator
The cached value of the 'With Separator' attribute.

See Also:
isWithSeparator()
Generated
[EMF] Ordered

withSeparatorESet

protected boolean withSeparatorESet
This is true if the With Separator attribute has been set.

Generated
[EMF] Ordered

accessibility

protected Accessibility accessibility
The cached value of the 'Accessibility' containment reference.

See Also:
getAccessibility()
Generated
[EMF] Ordered

eventHandler

protected java.util.List eventHandler
The cached value of the 'Event Handler' containment reference list.

See Also:
getEventHandler()
Generated
[EMF] Ordered

tooltip

protected Tooltip tooltip
The cached value of the 'Tooltip' containment reference.

See Also:
getTooltip()
Generated
[EMF] Ordered
Constructor Detail

TitleBarImpl

protected TitleBarImpl()

Generated

TitleBarImpl

public TitleBarImpl(Chart chart)

TitleBarImpl

public TitleBarImpl(Chart chart,
                    org.w3c.dom.Element element)
Method Detail

getBackgroundColor

public java.lang.String getBackgroundColor()

Specified by:
getBackgroundColor in interface TitleBar
Returns:
the value of the 'Background Color' attribute.
See Also:
TitleBar.setBackgroundColor(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_BackgroundColor()
Generated

setBackgroundColor

public void setBackgroundColor(java.lang.String newBackgroundColor)

Specified by:
setBackgroundColor in interface TitleBar
Parameters:
newBackgroundColor - the new value of the 'Background Color' attribute.
See Also:
TitleBar.getBackgroundColor()
Generated

getLabel

public java.lang.String getLabel()

Specified by:
getLabel in interface TitleBar
Returns:
the value of the 'Label' attribute.
See Also:
TitleBar.setLabel(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Label()
Generated

setLabel

public void setLabel(java.lang.String newLabel)

Specified by:
setLabel in interface TitleBar
Parameters:
newLabel - the new value of the 'Label' attribute.
See Also:
TitleBar.getLabel()
Generated

isShow

public boolean isShow()

Specified by:
isShow in interface TitleBar
Returns:
the value of the 'Show' attribute.
See Also:
TitleBar.isSetShow(), TitleBar.unsetShow(), TitleBar.setShow(boolean), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Show()
Generated

setShow

public void setShow(boolean newShow)

Specified by:
setShow in interface TitleBar
Parameters:
newShow - the new value of the 'Show' attribute.
See Also:
TitleBar.isSetShow(), TitleBar.unsetShow(), TitleBar.isShow()
Generated

unsetShow

public void unsetShow()

Specified by:
unsetShow in interface TitleBar
See Also:
TitleBar.isSetShow(), TitleBar.isShow(), TitleBar.setShow(boolean)
Generated

isSetShow

public boolean isSetShow()

Specified by:
isSetShow in interface TitleBar
Returns:
whether the value of the 'Show' attribute is set.
See Also:
TitleBar.unsetShow(), TitleBar.isShow(), TitleBar.setShow(boolean)
Generated

isWithSeparator

public boolean isWithSeparator()

Specified by:
isWithSeparator in interface TitleBar
Returns:
the value of the 'With Separator' attribute.
See Also:
TitleBar.isSetWithSeparator(), TitleBar.unsetWithSeparator(), TitleBar.setWithSeparator(boolean), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_WithSeparator()
Generated

setWithSeparator

public void setWithSeparator(boolean newWithSeparator)

Specified by:
setWithSeparator in interface TitleBar
Parameters:
newWithSeparator - the new value of the 'With Separator' attribute.
See Also:
TitleBar.isSetWithSeparator(), TitleBar.unsetWithSeparator(), TitleBar.isWithSeparator()
Generated

unsetWithSeparator

public void unsetWithSeparator()

Specified by:
unsetWithSeparator in interface TitleBar
See Also:
TitleBar.isSetWithSeparator(), TitleBar.isWithSeparator(), TitleBar.setWithSeparator(boolean)
Generated

isSetWithSeparator

public boolean isSetWithSeparator()

Specified by:
isSetWithSeparator in interface TitleBar
Returns:
whether the value of the 'With Separator' attribute is set.
See Also:
TitleBar.unsetWithSeparator(), TitleBar.isWithSeparator(), TitleBar.setWithSeparator(boolean)
Generated

getAccessibility

public Accessibility getAccessibility()

Specified by:
getAccessibility in interface TitleBar
Returns:
the value of the 'Accessibility' containment reference.
See Also:
TitleBar.setAccessibility(Accessibility), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Accessibility()
Generated

setAccessibility

public void setAccessibility(Accessibility newAccessibility)

Specified by:
setAccessibility in interface TitleBar
Parameters:
newAccessibility - the new value of the 'Accessibility' containment reference.
See Also:
TitleBar.getAccessibility()
Generated

getEventHandler

public java.util.List getEventHandler()

Specified by:
getEventHandler in interface TitleBar
Returns:
the value of the 'Event Handler' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_EventHandler()
Generated

getTooltip

public Tooltip getTooltip()

Specified by:
getTooltip in interface TitleBar
Returns:
the value of the 'Tooltip' containment reference.
See Also:
TitleBar.setTooltip(Tooltip), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getTitleBar_Tooltip()
Generated

setTooltip

public void setTooltip(Tooltip newTooltip)

Specified by:
setTooltip in interface TitleBar
Parameters:
newTooltip - the new value of the 'Tooltip' containment reference.
See Also:
TitleBar.getTooltip()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification