Uses of Class
com.iizix.prop.ui.chart.series.GSeriesValue
Packages that use GSeriesValue Package Description com.iizigo.panel.prop.chart com.iizix.prop.ui.chart.series Uses of GSeriesValue in com.iizigo.panel.prop.chart
Constructors in com.iizigo.panel.prop.chart with parameters of type GSeriesValue Constructor Description ESeriesValue(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.series Modifier and Type Class Description class
Bubble
The bubble series value with X/Y and size values.class
NoValue
The no-value data point used e.g.class
OHLC
The OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.class
Simple
The simple series value is a number.class
XY
The X/Y series value.Methods in com.iizix.prop.ui.chart.series that return GSeriesValue Modifier and Type Method Description GSeriesValue
GSeriesValue. clone()
Clones the instance.static GSeriesValue
GSeriesValue. fromString(java.lang.String string)
Creates a fill from an element.GSeriesValue
Series. getValue(int index)
Gets the series value at specified index.GSeriesValue
SeriesValue. getValue()
Gets the series value.GSeriesValue[]
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 GSeriesValue Modifier and Type Method Description java.util.List<GSeriesValue>
Series. getValuesList()
Gets the series values as a list of values.Methods in com.iizix.prop.ui.chart.series with parameters of type GSeriesValue Modifier and Type Method Description Series
Series. addValue(GSeriesValue value)
Adds a new data series value.Series
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 GSeriesValue Constructor Description SeriesValue(Atom atom, GSeriesValue value)
Constructs a new series value from an Atom name.