Class ParsedData
- java.lang.Object
- 
- org.pepstock.charba.client.commons.NativeObjectContainer
- 
- org.pepstock.charba.client.callbacks.ParsedData
 
 
- 
- All Implemented Interfaces:
- IsPoint
 
 public final class ParsedData extends NativeObjectContainer implements IsPoint Represents the parsed data values for the given data index and dataset index.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetR()Returns value as double (forScaleType.SINGLE).ScaleTypegetType()Returns the type of data are stored in the parsed data.doublegetValue()Returns value as double (forScaleType.NONE).doublegetX()Returns X value as double (forScaleType.MULTI).doublegetY()Returns Y value as double (forScaleType.MULTI).StringtoString()- 
Methods inherited from class org.pepstock.charba.client.commons.NativeObjectContainercheckAndGetColor, checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.commons.IsPointisConsistent
 
- 
 
- 
- 
- 
Method Detail- 
getXpublic double getX() Returns X value as double (forScaleType.MULTI).- Specified by:
- getXin interface- IsPoint
- Returns:
- X value as double (for ScaleType.MULTI)
 
 - 
getYpublic double getY() Returns Y value as double (forScaleType.MULTI).- Specified by:
- getYin interface- IsPoint
- Returns:
- Y value as double (for ScaleType.MULTI)
 
 - 
getRpublic double getR() Returns value as double (forScaleType.SINGLE).- Returns:
- value as double (for ScaleType.SINGLE)
 
 - 
getValuepublic double getValue() Returns value as double (forScaleType.NONE).- Returns:
- value as double (for ScaleType.NONE)
 
 - 
getTypepublic ScaleType getType() Returns the type of data are stored in the parsed data.- Returns:
- the type of data are stored in the parsed data
 
 
- 
 
-