Uses of Class
org.pepstock.charba.client.data.FloatingData
-
Packages that use FloatingData Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of FloatingData in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return FloatingData Modifier and Type Method Description FloatingDataFloatingDataFactory. create(ArrayDouble nativeArray)FloatingDataDataPoint. getYAsFloatingData()Returns Y value.Methods in org.pepstock.charba.client.data that return types with arguments of type FloatingData Modifier and Type Method Description List<FloatingData>BarDataset. getFloatingData()Returns the data property of a data set for a chart is specified as an array of floating data.List<FloatingData>BarDataset. getFloatingData(boolean binding)Returns the data property of a data set for a chart is specified as an array of floating data.Methods in org.pepstock.charba.client.data with parameters of type FloatingData Modifier and Type Method Description voidBarDataset. setFloatingData(FloatingData... floatingData)Sets the data property of a data set for a chart is specified as an array of floating data.voidDataPoint. setY(FloatingData y)Sets Y value.Method parameters in org.pepstock.charba.client.data with type arguments of type FloatingData Modifier and Type Method Description voidBarDataset. setFloatingData(List<FloatingData> floatingData)Sets the data property of a data set for a chart is specified as an array of floating data.Constructors in org.pepstock.charba.client.data with parameters of type FloatingData Constructor Description DataPoint(double x, FloatingData y)Creates the object with the passed point values.DataPoint(String x, FloatingData y)Creates the object with the passed point values.DataPoint(Date x, FloatingData y)Creates the object with the passed point values. -
Uses of FloatingData in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return FloatingData Modifier and Type Method Description FloatingDataDataItem. getValueAsFloatingData()Returns the value for the data set asFloatingDataif it is ornull.
-