TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.cim
Class SVGNumberFormatImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGNumberFormatImpl
All Implemented Interfaces:
NumberFormat

public class SVGNumberFormatImpl
extends SVGInputBase
implements NumberFormat

An implementation of the model object 'Number Format'.

The following features are implemented:

Generated

Field Summary
protected  java.lang.String pattern
          The cached value of the 'Pattern' attribute
protected static java.lang.String PATTERN_EDEFAULT
          The default value of the 'Pattern' attribute
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
_chart, _dgraphic, colors, colorTable
 
Constructor Summary
protected SVGNumberFormatImpl()
           
  SVGNumberFormatImpl(Chart chart, DGraphic dgraphic, java.lang.String numberFormat)
           
  SVGNumberFormatImpl(SVGChartImpl chart)
           
 
Method Summary
 java.lang.String getPattern()
           
 void setPattern(java.lang.String newPattern)
           
 java.lang.String toString()
           
 
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.NumberFormat
getElement
 

Field Detail

PATTERN_EDEFAULT

protected static final java.lang.String PATTERN_EDEFAULT
The default value of the 'Pattern' attribute.

See Also:
getPattern()
Generated
[EMF] Ordered

pattern

protected java.lang.String pattern
The cached value of the 'Pattern' attribute.

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

SVGNumberFormatImpl

protected SVGNumberFormatImpl()

Generated

SVGNumberFormatImpl

public SVGNumberFormatImpl(SVGChartImpl chart)

SVGNumberFormatImpl

public SVGNumberFormatImpl(Chart chart,
                           DGraphic dgraphic,
                           java.lang.String numberFormat)
Method Detail

getPattern

public java.lang.String getPattern()

Specified by:
getPattern in interface NumberFormat
Returns:
the value of the 'Pattern' attribute.
See Also:
NumberFormat.setPattern(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getNumberFormat_Pattern()
Generated

setPattern

public void setPattern(java.lang.String newPattern)

Specified by:
setPattern in interface NumberFormat
Parameters:
newPattern - the new value of the 'Pattern' attribute.
See Also:
NumberFormat.getPattern()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.6.0 Platform Project
Internal API Specification