|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.computation.DataPointHints
public class DataPointHints
Holds the information necessary to render a DataPoint Label
Constructor Summary | |
---|---|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double[] _dSize,
RunTimeContext _rtc)
The constructor. |
|
DataPointHints(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileValue,
DataPoint _dp,
FormatSpecifier _fsBase,
FormatSpecifier _fsOrthogonal,
FormatSpecifier _fsSeries,
FormatSpecifier _fsPercentile,
int _idx,
Location _lo,
double _dSize,
RunTimeContext _rtc)
DataPointHints constructor. |
Method Summary | |
---|---|
void |
accumulate(java.lang.Object _oBaseValue,
java.lang.Object _oOrthogonalValue,
java.lang.Object _oSeriesValue,
java.lang.Object _oPercentileOrthogonalValue)
Accumulates values to current DataPointHintes. |
java.lang.String |
getBaseDisplayValue()
Returns the base display value of current DataPointHintes. |
java.lang.String |
getBaseDisplayValue(FormatSpecifier formatSpecifier)
Returns the base display value of current DataPointHintes using given format specifier. |
java.lang.Object |
getBaseValue()
Returns the base value of current DataPointHintes. |
java.lang.String |
getDisplayValue()
Returns the display value of current DataPointHintes. |
java.lang.String |
getDisplayValue(FormatSpecifier fs)
Returns the display value of current DataPointHintes. |
int |
getIndex()
Returns the index of current DataPointHints. |
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.String |
getOrthogonalDisplayValue(FormatSpecifier formatSpecifier)
Returns the orthogonal display value of current DataPointHintes using given format specifier. |
java.lang.Object |
getOrthogonalValue()
Returns the orthogonal value of current DataPointHintes. |
java.lang.String |
getPercentileOrthogonalDisplayValue()
Returns the percentile orthogonal display value of current DataPointHintes. |
java.lang.Object |
getPercentileOrthogonalValue()
Returns the percentile orthogonal value of current DataPointHintes. |
java.lang.String |
getSeriesDisplayValue()
Returns the series display value of current DataPointHintes. |
java.lang.String |
getSeriesDisplayValue(FormatSpecifier formatSpecifier)
Returns the series display value of current DataPointHintes using given format specifier. |
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.Double |
getStackOrthogonalValue()
Returns the stacked orthogonal value. |
java.lang.Object |
getUserValue(java.lang.String key)
Returns the user value of current DataPointHintes. |
DataPointHints |
getVirtualCopy()
Returns a copy of current DataPointHints object, which is virtual. |
boolean |
isOutside()
Invalidates if current data point is outside of plot area. |
boolean |
isVirtual()
|
void |
markOutside()
Sets current data point is outside of plot area. |
void |
setBaseValue(java.lang.Object newBaseValue)
Sets the base value. |
void |
setIndex(int index)
|
void |
setOrthogonalValue(java.lang.Object value)
Sets orthogonal value. |
void |
setStackOrthogonalValue(java.lang.Double stackOrthogonalValue)
|
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 |
---|
public DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, java.lang.Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double _dSize, RunTimeContext _rtc) throws ChartException
_oBaseValue
- Category data_oOrthogonalValue
- Value data_sSeriesValue
- Value Series Name_dp
- DataPoint for combined value retrieval_fsBase
- Category Format Specifier_fsOrthogonal
- Value Format Specifier_fsSeries
- Value Series Name Format Specifier_idx
- Category Series index_lo
- Location_dSize
- Size_rtc
- Runtime Context
ChartException
public DataPointHints(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, java.lang.Object _oPercentileValue, DataPoint _dp, FormatSpecifier _fsBase, FormatSpecifier _fsOrthogonal, FormatSpecifier _fsSeries, FormatSpecifier _fsPercentile, int _idx, Location _lo, double[] _dSize, RunTimeContext _rtc) throws ChartException
_oBaseValue
- _oOrthogonalValue
- _oSeriesValue
- _dp
- _fsBase
- _fsOrthogonal
- _fsSeries
- _idx
- base Series index_lo
- _dSize
- _rtc
-
ChartException
Method Detail |
---|
public DataPointHints getVirtualCopy() throws ChartException
ChartException
public void accumulate(java.lang.Object _oBaseValue, java.lang.Object _oOrthogonalValue, java.lang.Object _oSeriesValue, java.lang.Object _oPercentileOrthogonalValue)
_oBaseValue
- _oOrthogonalValue
- _oSeriesValue
- public final java.lang.Object getBaseValue()
public final java.lang.Object getOrthogonalValue()
public final void setOrthogonalValue(java.lang.Object value)
value
- public final java.lang.Double getStackOrthogonalValue()
public final void setStackOrthogonalValue(java.lang.Double stackOrthogonalValue)
public final void markOutside()
public final boolean isOutside()
public final java.lang.Object getSeriesValue()
public final java.lang.Object getPercentileOrthogonalValue()
public final Location getLocation()
public final Location3D getLocation3D()
public final int getIndex()
public final double getSize()
public final Size getSize2D()
public final java.lang.Object getUserValue(java.lang.String key)
key
-
public final void setUserValue(java.lang.String key, java.lang.Object value)
key
- value
- public final java.lang.String getOrthogonalDisplayValue()
public java.lang.String getBaseDisplayValue()
public final java.lang.String getSeriesDisplayValue()
public final java.lang.String getPercentileOrthogonalDisplayValue()
public final java.lang.String getBaseDisplayValue(FormatSpecifier formatSpecifier)
formatSpecifier
- format specifier of value to be displayed
public final java.lang.String getOrthogonalDisplayValue(FormatSpecifier formatSpecifier)
formatSpecifier
- format specifier of the value to be displayed
public final java.lang.String getSeriesDisplayValue(FormatSpecifier formatSpecifier)
formatSpecifier
- format specifier of the value to be displayed
public final java.lang.String getDisplayValue()
public final java.lang.String getDisplayValue(FormatSpecifier fs)
fs
- format specifier of the value to be displayed
public final java.lang.String toString()
toString
in class java.lang.Object
public final void setBaseValue(java.lang.Object newBaseValue)
newBaseValue
- the new base valuepublic final void setIndex(int index)
public boolean isVirtual()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |