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 classThe bubble series value with X/Y and size values.final classThe no-value data point used e.g.final classThe OHLC series value with Open, High, Mid, Low and Close values where Mid is optional.final classThe simple series value is a number.final classThe X/Y series value.Methods in com.iizix.prop.ui.chart.series that return GSeriesValueModifier and TypeMethodDescriptionfinal GSeriesValueGSeriesValue.clone()Clones the instance.static GSeriesValueGSeriesValue.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.voidSeriesValue.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.