org.eclipse.birt.chart.computation
Class DataPointHints

java.lang.Object
  extended byorg.eclipse.birt.chart.computation.DataPointHints

public final class DataPointHints
extends java.lang.Object

DataPointHints


Constructor Summary
DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, Location _lo, double[] _dSize, RunTimeContext _rtc)
          The constructor.
DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, Location _lo, double _dSize, RunTimeContext _rtc)
          The constructor.
 
Method Summary
 void accumulate(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue)
          Accumulates values to current DataPointHintes.
 java.lang.String getBaseDisplayValue()
          Returns the base display value of current DataPointHintes.
 java.lang.Object getBaseValue()
          Returns the base value of current DataPointHintes.
 DataPointHints getCopy()
          Returns a copy of current DataPointHints object.
 java.lang.String getDisplayValue()
          Returns the display value of current DataPointHintes.
 Location getLocation()
          Returns the location value of current DataPointHintes.
 Location3D getLocation3D()
          Returns the 3d location value of current DataPointHintes(only available in 3d mode).
 java.lang.String getOrthogonalDisplayValue()
          Returns the orthogonal display value of current DataPointHintes.
 java.lang.Object getOrthogonalValue()
          Returns the orthogonal value of current DataPointHintes.
 java.lang.String getSeriesDisplayValue()
          Returns the series display value of current DataPointHintes.
 java.lang.Object getSeriesValue()
          Returns the series value of current DataPointHintes.
 double getSize()
          Returns the size value of current DataPointHintes.
 Size getSize2D()
          Returns the size value of current DataPointHintes(only available in 3d mode).
 java.lang.Object getUserValue(java.lang.String key)
          Returns the user value of current DataPointHintes.
 void setUserValue(java.lang.String key, java.lang.Object value)
          Sets the user value of current DataPointHintes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataPointHints

public DataPointHints(java.lang.Object _oBaseValue,
                      java.lang.Object _oOrthogonalValue,
                      java.lang.Object _oSeriesValue,
                      DataPoint _dp,
                      FormatSpecifier _fsBase,
                      FormatSpecifier _fsOrthogonal,
                      FormatSpecifier _fsSeries,
                      Location _lo,
                      double _dSize,
                      RunTimeContext _rtc)
               throws ChartException
The constructor.

Parameters:
_oBaseValue -
_oOrthogonalValue -
_dp -
_lo -
_dSize -
Throws:
UndefinedValueException
ChartException

DataPointHints

public DataPointHints(java.lang.Object _oBaseValue,
                      java.lang.Object _oOrthogonalValue,
                      java.lang.Object _oSeriesValue,
                      DataPoint _dp,
                      FormatSpecifier _fsBase,
                      FormatSpecifier _fsOrthogonal,
                      FormatSpecifier _fsSeries,
                      Location _lo,
                      double[] _dSize,
                      RunTimeContext _rtc)
               throws ChartException
The constructor.

Parameters:
_oBaseValue -
_oOrthogonalValue -
_oSeriesValue -
_dp -
_fsBase -
_fsOrthogonal -
_fsSeries -
_lo -
_dSize -
_rtc -
Throws:
ChartException
Method Detail

getCopy

public DataPointHints getCopy()
                       throws ChartException
Returns a copy of current DataPointHints object.

Returns:
Throws:
ChartException

accumulate

public void accumulate(java.lang.Object _oBaseValue,
                       java.lang.Object _oOrthogonalValue,
                       java.lang.Object _oSeriesValue)
Accumulates values to current DataPointHintes.

Parameters:
_oBaseValue -
_oOrthogonalValue -
_oSeriesValue -

getBaseValue

public final java.lang.Object getBaseValue()
Returns the base value of current DataPointHintes.

Returns:

getOrthogonalValue

public final java.lang.Object getOrthogonalValue()
Returns the orthogonal value of current DataPointHintes.

Returns:

getSeriesValue

public final java.lang.Object getSeriesValue()
Returns the series value of current DataPointHintes.

Returns:

getLocation

public final Location getLocation()
Returns the location value of current DataPointHintes.

Returns:

getLocation3D

public final Location3D getLocation3D()
Returns the 3d location value of current DataPointHintes(only available in 3d mode).

Returns:

getSize

public final double getSize()
Returns the size value of current DataPointHintes.

Returns:

getSize2D

public final Size getSize2D()
Returns the size value of current DataPointHintes(only available in 3d mode).

Returns:

getUserValue

public final java.lang.Object getUserValue(java.lang.String key)
Returns the user value of current DataPointHintes.

Parameters:
key -
Returns:

setUserValue

public final void setUserValue(java.lang.String key,
                               java.lang.Object value)
Sets the user value of current DataPointHintes.

Parameters:
key -
value -

getOrthogonalDisplayValue

public final java.lang.String getOrthogonalDisplayValue()
Returns the orthogonal display value of current DataPointHintes.

Returns:

getBaseDisplayValue

public final java.lang.String getBaseDisplayValue()
Returns the base display value of current DataPointHintes.

Returns:

getSeriesDisplayValue

public final java.lang.String getSeriesDisplayValue()
Returns the series display value of current DataPointHintes.

Returns:

getDisplayValue

public final java.lang.String getDisplayValue()
Returns the display value of current DataPointHintes.

Returns:

toString

public final java.lang.String toString()


Copyright © 2005 Actuate Corp. All rights reserved.