Uses of Class
com.iizix.prop.ui.chart.series.GSeriesValue
Packages that use GSeriesValue
Uses of GSeriesValue in com.iizigo.panel.prop.chart
Constructors in com.iizigo.panel.prop.chart with parameters of type GSeriesValueModifierConstructorDescriptionESeriesValue
(Atom propertyAtom, GSeriesValue value) Creates the VirtualSpace group property container with the specified name.Uses of GSeriesValue in com.iizix.prop.ui.chart.series
Subclasses of GSeriesValue in com.iizix.prop.ui.chart.seriesModifier and TypeClassDescriptionfinal class
The bubble series value with X/Y and size values.final class
The no-value data point used e.g.final class
The OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.final class
The simple series value is a number.final class
The X/Y series value.Methods in com.iizix.prop.ui.chart.series that return GSeriesValueModifier and TypeMethodDescriptionfinal GSeriesValue
GSeriesValue.clone()
Clones the instance.static GSeriesValue
GSeriesValue.fromString
(String string) Creates a fill from an element.Series.getValue
(int index) Gets the series value at specified index.SeriesValue.getValue()
Gets the series value.Series.getValues()
Gets the series values as an array of values.Methods in com.iizix.prop.ui.chart.series that return types with arguments of type GSeriesValueMethods in com.iizix.prop.ui.chart.series with parameters of type GSeriesValueModifier and TypeMethodDescriptionSeries.addValue
(GSeriesValue value) Adds a new data series value.Series.addValues
(GSeriesValue... values) Adds a new data series values.void
SeriesValue.setValue
(GSeriesValue value) Sets the series value.Constructors in com.iizix.prop.ui.chart.series with parameters of type GSeriesValueModifierConstructorDescriptionSeriesValue
(Atom atom, GSeriesValue value) Constructs a new series value from an Atom name.