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 classBubbleThe bubble series value with X/Y and size values.classNoValueThe no-value data point used e.g.classOHLCThe OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.classSimpleThe simple series value is a number.classXYThe X/Y series value.Methods in com.iizix.prop.ui.chart.series that return GSeriesValue Modifier and Type Method Description GSeriesValueGSeriesValue. clone()Clones the instance.static GSeriesValueGSeriesValue. fromString(java.lang.String string)Creates a fill from an element.GSeriesValueSeries. getValue(int index)Gets the series value at specified index.GSeriesValueSeriesValue. 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 SeriesSeries. addValue(GSeriesValue value)Adds a new data series value.SeriesSeries. addValues(GSeriesValue... values)Adds a new data series values.voidSeriesValue. 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.