public class Series extends Optionable implements OptionDataListener
All the options in this class support DynamicalAttribute
.
NOT_NULL_VALUE, options
Constructor and Description |
---|
Series() |
Series(String id,
List<Point> data)
Constructs the series with id and a list of point data.
|
Series(String id,
Point... data)
Constructs the series with id and point data.
|
Modifier and Type | Method and Description |
---|---|
void |
addDataLabels(DataLabels dataLabels)
Add an option of data labels to the list.
|
void |
addPoint(double y)
Add a number point to the end of the current points list.
|
void |
addPoint(double x,
double y)
Add a point with x and y numbers to the end of the current points list.
|
void |
addPoint(double x,
double low,
double high)
Add a point with x, low, and high numbers to the end of the current
points list.
|
void |
addPoint(Number y)
Add a number point to the end of the current points list.
|
void |
addPoint(Number x,
Number y)
Add a point with x and y numbers to the end of the current points list.
|
void |
addPoint(Number x,
Number low,
Number high)
Add a point with x, low, and high numbers to the end of the current
points list.
|
void |
addPoint(Point point)
Add a point at the end of the current points list.
|
void |
addPoint(Point point,
boolean redraw,
boolean shift,
Animation animation)
Add a point at the end of the current points list.
|
void |
addPoint(Point point,
boolean redraw,
boolean shift,
boolean animation)
Add a point to the end of the current points list.
|
void |
addPoint(String name,
double y)
Add a point with name and number to the end of the current points list.
|
void |
addPoint(String name,
Number y)
Add a point with name and number to the end of the current points list.
|
void |
addPoint(String name,
Number y,
Number x)
Add a point with name, Y number, and X index to the end of the current points list.
|
void |
addPoint(String from,
String to)
Add a point with from and to to the end of the current points list.
|
void |
addPoint(String from,
String to,
Number weight)
Add a point with from, to and weight to the end of the current points list.
|
Animation |
getAnimation()
Returns whether to enable or disable the initial animation when a series is displayed.
|
Object |
getBaseSeries()
Returns an integer identifying the index to use for the base series,
or a string representing the id of the series.
|
Color |
getBorderColor()
Returns the color of the border surrounding each slice.
|
Number |
getBorderRadius()
Returns the border radius of the series.
|
Number |
getBorderWidth()
Returns the border width of the series.
|
List<String> |
getCenter()
Returns the center of the pie chart relative to the plot area.
|
Color |
getColor()
Returns individual color for the series.
|
Object |
getColorAxis()
When using dual or multiple color axes, this defines which colorAxis
the particular series is connected to.
|
String |
getColorKey()
Returns what data value should be used to calculate point color if colorAxis is used.
|
List<Color> |
getColors()
Returns a series specific or series type specific color set to apply
instead of the global
Charts.getColors() when
setColorByPoint(boolean) is true. |
String |
getCursor()
Returns you can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
List<Point> |
getData()
Returns the list of point data
|
DataLabels |
getDataLabels()
Returns the first or single option of data labels.
|
List<DataLabels> |
getDataLabelsList()
Returns the list of options of data labels.
|
DragDrop |
getDragDrop()
Returns the options of the draggable-points module allows points
to be moved around or modified in the chart, if any.
|
Number |
getEndAngle()
In circular view, returns the end angle of the item layout, in degrees where 0 is up.
|
Color |
getFillColor()
Returns fill color or gradient for the area.
|
int |
getGapSize() |
String |
getId()
Returns an id for the series.
|
int |
getIndex()
Returns the index of the series in the chart, affecting the internal
index in the chart.series array, the visible Z index as well as the order
in the legend.
|
Object |
getInnerSize()
In circular view, returns the size of the inner diameter of the circle.
|
Number |
getIntervals()
Returns the length of the bell curve.
|
String |
getLayout()
Returns the layout of the items in rectangular view.
|
int |
getLegendIndex()
Returns the sequential index of the series in the legend.
|
Number |
getLineWidth()
Returns the width of the point marker's outline.
|
NetworkGraphLink |
getLink()
Returns the link style options, if any.
|
String |
getLinkedTo()
Returns the id of another series to link to.
|
Marker |
getMarker()
Returns the marker for this series.
|
Object |
getMaxSize()
Returns maximum bubble size.
|
Object |
getMinSize()
Returns the minimum size.
|
String |
getName()
Returns the name of the series as shown in the legend, tooltip etc.
|
Node |
getNodes()
Returns the Node options, if any.
|
Node |
getNodes(int index)
Returns the Node options from the given index, if any.
|
int |
getNodesSize()
Returns the size of nodes.
|
String |
getOnSeries()
Returns the id of another series in the chart that the wind barbs are projected on.
|
Number |
getOvershoot()
Returns the amount of degrees that are allowed to overshoot
Default: null
|
SeriesPlotOptions |
getPlotOptions()
Returns the plot options to the series.
|
Point |
getPoint(int index)
Returns the point in the list from the given index.
|
Number |
getPointInterval()
Returns the point interval of the series.
|
String |
getPointIntervalUnit()
On datetime series, this allows for setting the pointInterval to the two
irregular time units, month and year.
|
Number |
getPointPadding()
Returns the padding between each column or bar, in x axis units.
|
Object |
getPointPlacement()
Returns the point placement.
|
Number |
getPointRange()
Default: null
|
Number |
getPointsInInterval()
Returns how many points should be plotted within 1 interval.
|
Number |
getPointStart()
If no x values are given for the points in a series, pointStart defines
on what value to start.
|
Number |
getRows()
Returns the number of rows to display in the rectangular or circular view.
|
Object |
getSize()
Returns the diameter of the pie relative to the plot area.
|
String |
getSizeBy()
Returns what the plot area value should be represented by.
|
Object |
getStack()
Returns the option allows grouping series in a stacked chart.
|
Number |
getStartAngle()
In circular view, returns the start angle of the item layout, in degrees where 0 is up.
|
TargetOptions |
getTargetOptions()
Returns all options related with look and position of targets, if any.
|
Tooltip |
getTooltip()
Returns the tooltip options.
|
String |
getType()
The type of series.
|
Object |
getXAxis()
When using dual or multiple x axes, this number defines which xAxis the
particular series is connected to.
|
Object |
getYAxis()
When using dual or multiple y axes, this number defines which yAxis the
particular series is connected to.
|
int |
getZIndex()
Define the visual z index of the series.
|
String |
getZoneAxis()
Defines the Axis on which the zones are applied.
|
List<Zone> |
getZones()
An list defining zones within a series.
|
void |
hide()
Hides the series if visible.
|
boolean |
isAllowPointSelect()
Returns whether to allow this series' points to be selected by clicking on the graphic.
|
boolean |
isAnimation()
Returns whether to enable or disable the initial animation when a series is displayed.
|
boolean |
isColorByPoint()
Returns whether color by point option is enabled or not
|
boolean |
isEnableMouseTracking()
Returns enable or disable the mouse tracking for a specific series.
|
boolean |
isShowInLegend()
Returns whether to display this particular series or series type in the legend.
|
boolean |
isVisible()
Returns whether the series is visible or not.
|
void |
onChange(OptionDataEvent event)
Sent when the contents of the chart option has changed.
|
void |
remove() |
void |
select() |
void |
setAllowPointSelect(boolean allowPointSelect)
Sets whether to allow this series' points to be selected by clicking on the graphic.
|
void |
setAnimation(Animation animation)
Sets the initial animation when a series is displayed.
|
void |
setAnimation(boolean animation)
Sets whether to enable or disable the initial animation when a series is displayed.
|
void |
setBaseSeries(int baseSeries)
Sets an integer identifying the index to use for the base series.
|
void |
setBaseSeries(String baseSeries)
Sets a string representing the id of the series to use for the base series.
|
void |
setBorderColor(Color borderColor)
Sets the color of the border surrounding each slice.
|
void |
setBorderColor(LinearGradient borderColor)
Sets the color of the border surrounding each slice.
|
void |
setBorderColor(RadialGradient borderColor)
Sets the color of the border surrounding each slice.
|
void |
setBorderColor(String borderColor)
Sets the color of the border surrounding each slice.
|
void |
setBorderRadius(Number borderRadius)
Sets the border radius of the series.
|
void |
setBorderWidth(Number borderWidth)
Sets the border width of the series.
|
void |
setCenter(List<Object> center)
Sets the center of the pie chart relative to the plot area.
|
void |
setCenter(Object... center)
Sets the center of the pie chart relative to the plot area.
|
void |
setColor(Color color)
Sets individual color for the series.
|
void |
setColor(LinearGradient color)
Sets individual color for the series.
|
void |
setColor(RadialGradient color)
Sets individual color for the series.
|
void |
setColor(String color)
Sets individual color for the series.
|
void |
setColorAxis(boolean colorAxis)
When using dual or multiple color axes, this defines which colorAxis
the particular series is connected to.
|
void |
setColorAxis(Number colorAxis)
When using dual or multiple color axes, this defines which colorAxis
the particular series is connected to.
|
void |
setColorAxis(String colorAxis)
When using dual or multiple color axes, this defines which colorAxis
the particular series is connected to.
|
void |
setColorByPoint(boolean colorByPoint)
Sets whether to enable the color by point option or not
|
void |
setColorKey(String colorKey)
Sets what data value should be used to calculate point color if colorAxis is used.
|
void |
setColors(List<Color> colors)
Sets a series specific or series type specific color set to apply
instead of the global
Charts.getColors() when
setColorByPoint(boolean) is true. |
void |
setColors(String... source)
Sets a series specific or series type specific color set to apply
instead of the global
Charts.getColors() when
setColorByPoint(boolean) is true. |
void |
setCursor(String cursor)
Sets you can set the cursor to "pointer" if you have click events
attached to the series, to signal to the user that the points and lines
can be clicked.
|
void |
setData(Double... data)
Sets an array of number data
|
void |
setData(Integer... data)
Sets an array of number data
|
void |
setData(List<? extends Number> data)
Sets a list of point data
|
void |
setData(Number... data)
Sets an array of number data
|
void |
setData(Point... data)
Sets an array of point data
|
void |
setDataLabels(DataLabels dataLabels)
Sets the first or single option of data labels.
|
void |
setDataLabels(List<DataLabels> dataLabels)
Sets the list of options of data labels.
|
void |
setDragDrop(DragDrop dragDrop)
Sets the options of the draggable-points module allows points
to be moved around or modified in the chart.
|
void |
setEnableMouseTracking(boolean enableMouseTracking)
Sets enable or disable the mouse tracking for a specific series.
|
void |
setEndAngle(Number endAngle)
In circular view, sets the end angle of the item layout, in degrees where 0 is up.
|
void |
setFillColor(Color color)
Sets fill color for the area.
|
void |
setFillColor(LinearGradient color)
Sets fill gradient for the area.
|
void |
setFillColor(RadialGradient color)
Sets fill gradient for the area.
|
void |
setFillColor(String color)
Sets fill color for the area.
|
void |
setGapSize(int gapSize) |
void |
setId(String id)
Sets an id for the series.
|
void |
setIndex(int index)
Sets the index of the series in the chart, affecting the internal index
in the chart.series array, the visible Z index as well as the order in
the legend.
|
void |
setInnerSize(int innerSize)
In circular view, sets the size of the inner diameter of the circle.
|
void |
setInnerSize(String innerSize)
In circular view, sets the size of the inner diameter of the circle.
|
void |
setIntervals(Number intervals)
Sets the length of the bell curve.
|
void |
setLayout(String layout)
Sets the layout of the items in rectangular view.
|
void |
setLegendIndex(int legendIndex)
Sets the sequential index of the series in the legend.
|
void |
setLineWidth(Number lineWidth)
Sets the width of the point marker's outline.
|
void |
setLink(NetworkGraphLink link)
Sets the link style options.
|
void |
setLinkedTo(String linkedTo)
Sets the id of another series to link to.
|
void |
setMarker(Marker marker)
Sets the marker for this series.
|
void |
setMaxSize(Number maxSize)
Sets maximum bubble size.
|
void |
setMaxSize(String maxSize)
Sets maximum bubble size.
|
void |
setMinSize(Number minSize)
Sets the minimum size.
|
void |
setMinSize(String minSize)
Sets the minimum size.
|
void |
setName(String name)
Sets the name of the series as shown in the legend, tooltip etc.
|
void |
setOnSeries(String onSeries)
Sets the id of another series in the chart that the wind barbs are projected on.
|
void |
setOvershoot(Number overshoot)
Sets the amount of degrees that are allowed to overshoot
|
void |
setPlotOptions(SeriesPlotOptions plotOptions)
Sets the plot options to the series.
|
void |
setPointInterval(Number pointInterval)
Sets the point interval of the series.
|
void |
setPointIntervalUnit(String pointIntervalUnit)
Set the irregular time unit for point interval, only "month" or "year" is allowed.
|
void |
setPointPadding(Number pointPadding)
Sets the padding between each column or bar, in x axis units.
|
void |
setPointPlacement(Number pointPlacement)
Sets the point placement with a number
|
void |
setPointPlacement(String pointPlacement)
Sets the point placement.
|
void |
setPointRange(Number pointRange) |
void |
setPointsInInterval(Number pointsInInterval)
Sets how many points should be plotted within 1 interval.
|
void |
setPointStart(Number pointStart)
If no x values are given for the points in a series, pointStart defines
on what value to start.
|
void |
setRows(Number rows)
Sets the number of rows to display in the rectangular or circular view.
|
void |
setShowInLegend(boolean showInLegend)
Sets whether to display this particular series or series type in the legend.
|
void |
setSize(Number size)
Sets the diameter of the pie relative to the plot area.
|
void |
setSize(String size)
Sets the diameter of the pie relative to the plot area.
|
void |
setSizeBy(String sizeBy)
Sets what the plot area value should be represented by.
|
void |
setStack(Number stack)
Sets the option allows grouping series in a stacked chart.
|
void |
setStack(String stack)
Sets the option allows grouping series in a stacked chart.
|
void |
setStartAngle(Number startAngle)
In circular view, sets the start angle of the item layout, in degrees where 0 is up.
|
void |
setTargetOptions(TargetOptions targetOptions)
Sets all options related with look and position of targets.
|
void |
setTooltip(Tooltip tooltip)
Sets the tooltip options.
|
void |
setType(String type)
The type of series.
|
void |
setVisible(boolean visible)
Sets whether the series is visible.
|
boolean |
setVisibleDirectly(boolean visible)
Sets whether the series is visible directly.
|
void |
setXAxis(int xAxis)
When using dual or multiple x axes, this number defines which xAxis the
particular series is connected to.
|
void |
setXAxis(String xAxis)
When using dual or multiple x axes, this number defines which xAxis the
particular series is connected to.
|
void |
setYAxis(int yAxis)
When using dual or multiple y axes, this number defines which yAxis the
particular series is connected to.
|
void |
setYAxis(String yAxis)
When using dual or multiple y axes, this number defines which yAxis the
particular series is connected to.
|
void |
setZIndex(int zIndex)
Define the visual z index of the series.
|
void |
setZoneAxis(String zoneAxis)
Set the axis on which the zones are applied.
|
void |
setZones(List<Zone> zones)
Set the zones within a series.
|
void |
show()
Shows the series if hidden.
|
String |
toJSONString()
Encodes this object to a JSON string.
|
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, toString
public Series()
public Series(String id, List<Point> data)
public String getId()
Default: null.
public void setId(String id)
public boolean isAnimation()
Default: true.
public void setAnimation(boolean animation)
setAnimation(Animation)
public boolean isAllowPointSelect()
Default: false
public void setAllowPointSelect(boolean allowPointSelect)
public Animation getAnimation()
Default: an instance of Animation
.
public void setAnimation(Animation animation)
setAnimation(boolean)
public Object getBaseSeries()
Default: null
public void setBaseSeries(int baseSeries)
public void setBaseSeries(String baseSeries)
public Color getBorderColor()
Default: #ffffff
public void setBorderColor(Color borderColor)
public void setBorderColor(String borderColor)
public void setBorderColor(LinearGradient borderColor)
public void setBorderColor(RadialGradient borderColor)
public Number getBorderRadius()
public void setBorderRadius(Number borderRadius)
public Number getBorderWidth()
public void setBorderWidth(Number borderWidth)
public List<String> getCenter()
Default: [null, null]
public void setCenter(List<Object> center)
public void setCenter(Object... center)
public void setPlotOptions(SeriesPlotOptions plotOptions)
public SeriesPlotOptions getPlotOptions()
public void addPoint(Point point)
point
- public void addPoint(Point point, boolean redraw, boolean shift, boolean animation)
point
- the pointredraw
- whether to redraw the chartshift
- If shift is true, a point is shifted off the start of the
series as one is appended to the end.animation
- Whether to apply animation, and optionally animation
configurationpublic void addPoint(Point point, boolean redraw, boolean shift, Animation animation)
point
- the pointredraw
- whether to redraw the chartshift
- If shift is true, a point is shifted off the start of the
series as one is appended to the end.animation
- Whether to apply animation, and optionally animation
configurationpublic void addPoint(Number y)
public void addPoint(double y)
public void addPoint(Number x, Number y)
public void addPoint(double x, double y)
public void addPoint(Number x, Number low, Number high)
public void addPoint(double x, double low, double high)
public void addPoint(String name, Number y)
public void addPoint(String name, Number y, Number x)
public void addPoint(String name, double y)
public void addPoint(String from, String to)
public void addPoint(String from, String to, Number weight)
public void setData(Point... data)
public void setData(Number... data)
public void setData(Double... data)
public void setData(Integer... data)
public Point getPoint(int index)
public void setIndex(int index)
public int getIndex()
Default: -1, it means depended on the implementaion.
public Number getIntervals()
Default: 3
public void setIntervals(Number intervals)
public Object getInnerSize()
getRows()
option is set, it overrides the innerSize setting.
Default: "40%"
public void setInnerSize(String innerSize)
getRows()
option is set, it overrides the innerSize setting.public void setInnerSize(int innerSize)
getRows()
option is set, it overrides the innerSize setting.public DataLabels getDataLabels()
SeriesPlotOptions.getDataLabels()
public void setDataLabels(DataLabels dataLabels)
dataLabels
- SeriesPlotOptions.setDataLabels(DataLabels)
public List<DataLabels> getDataLabelsList()
SeriesPlotOptions.getDataLabelsList()
public void setDataLabels(List<DataLabels> dataLabels)
SeriesPlotOptions.setDataLabels(DataLabels)
public void addDataLabels(DataLabels dataLabels)
SeriesPlotOptions.addDataLabels(DataLabels)
public Color getColor()
colors
array.
Default: null.
public void setColor(Color color)
colors
array.public void setColor(String color)
colors
array.public void setColor(LinearGradient color)
colors
array.public void setColor(RadialGradient color)
colors
array.public Object getColorAxis()
Axis.getId()
or the index of the axis in the colorAxis array, with 0 being the first.
Set this option to false to prevent a series from connecting to the default color axis.
Default: 0
public void setColorAxis(Number colorAxis)
public void setColorAxis(String colorAxis)
Axis.getId()
.public void setColorAxis(boolean colorAxis)
public String getColorKey()
Default: "y"
public void setColorKey(String colorKey)
public boolean isColorByPoint()
public void setColorByPoint(boolean colorByPoint)
public List<Color> getColors()
Charts.getColors()
when
setColorByPoint(boolean)
is true.public void setColors(List<Color> colors)
Charts.getColors()
when
setColorByPoint(boolean)
is true.public void setColors(String... source)
Charts.getColors()
when
setColorByPoint(boolean)
is true.public String getCursor()
Default: null
public void setCursor(String cursor)
public DragDrop getDragDrop()
public void setDragDrop(DragDrop dragDrop)
public boolean isEnableMouseTracking()
public void setEnableMouseTracking(boolean enableMouseTracking)
public Number getEndAngle()
public void setEndAngle(Number endAngle)
public Color getFillColor()
Default: null
public void setFillColor(Color color)
public void setFillColor(String color)
public void setFillColor(LinearGradient color)
public void setFillColor(RadialGradient color)
public int getGapSize()
public void setGapSize(int gapSize)
public String getLayout()
Default: "vertical"
public void setLayout(String layout)
public void setLegendIndex(int legendIndex)
public int getLegendIndex()
public Number getLineWidth()
public void setLineWidth(Number lineWidth)
public NetworkGraphLink getLink()
public void setLink(NetworkGraphLink link)
public String getLinkedTo()
Default: null.
public void setLinkedTo(String linkedTo)
public Marker getMarker()
public void setMarker(Marker marker)
public Object getMaxSize()
Default: "20%"
public void setMaxSize(Number maxSize)
public void setMaxSize(String maxSize)
public Object getMinSize()
public void setMinSize(Number minSize)
public void setMinSize(String minSize)
public void setName(String name)
public String getOnSeries()
Default: null
public void setOnSeries(String onSeries)
public Number getOvershoot()
public void setOvershoot(Number overshoot)
public Number getPointInterval()
public void setPointInterval(Number pointInterval)
public String getPointIntervalUnit()
Default: null
public void setPointIntervalUnit(String pointIntervalUnit)
pointIntervalUnit
- either "month" or "year"public Number getPointPadding()
public void setPointPadding(Number pointPadding)
public Object getPointPlacement()
Possible values: null, "on", "between" or numeric.
In a column chart, when pointPlacement is "on", the point will not create any padding of the X axis. In a polar column chart this means that the first column points directly north. If the pointPlacement is "between", the columns will be laid out between ticks. This is useful for example for visualising an amount between two points in time or in a certain sector of a polar chart.
The point placement can also be numeric, where 0 is on the axis value, -0.5 is between this value and the previous, and 0.5 is between this value and the next. Unlike the textual options, numeric point placement options won't affect axis padding.
Defaults to null
in cartesian charts, "between"
in polar charts.
public void setPointPlacement(String pointPlacement)
Possible values: null, "on", "between".
In a column chart, when pointPlacement is "on", the point will not create any padding of the X axis. In a polar column chart this means that the first column points directly north. If the pointPlacement is "between", the columns will be laid out between ticks. This is useful for example for visualising an amount between two points in time or in a certain sector of a polar chart.
Defaults to null
in cartesian charts, "between"
in polar charts.
public void setPointPlacement(Number pointPlacement)
The point placement can also be numeric, where 0 is on the axis value, -0.5 is between this value and the previous, and 0.5 is between this value and the next. Unlike the textual options, numeric point placement options won't affect axis padding.
public Number getPointsInInterval()
Default: 3
public void setPointsInInterval(Number pointsInInterval)
public Number getPointStart()
Default: 0
public void setPointStart(Number pointStart)
public Number getPointRange()
public void setPointRange(Number pointRange)
public String getName()
public int getNodesSize()
public Node getNodes()
Returns the first node (index 0) by default.
Node
,
getNodes(int)
public Node getNodes(int index)
Node
public Number getRows()
getInnerSize()
is set, it will be overridden by the rows setting.
Default: null
public void setRows(Number rows)
getInnerSize()
is set, it will be overridden by the rows setting.public boolean isShowInLegend()
Default: true
public void setShowInLegend(boolean showInLegend)
public Object getSize()
Default: null
public void setSize(Number size)
public void setSize(String size)
public String getSizeBy()
Default: "area"
public void setSizeBy(String sizeBy)
public void setStack(String stack)
public void setStack(Number stack)
public Object getStack()
public Number getStartAngle()
public void setStartAngle(Number startAngle)
public TargetOptions getTargetOptions()
public void setTargetOptions(TargetOptions targetOptions)
public Tooltip getTooltip()
public void setTooltip(Tooltip tooltip)
public void setType(String type)
public String getType()
public void setXAxis(int xAxis)
public void setXAxis(String xAxis)
public Object getXAxis()
public void setYAxis(int yAxis)
public void setYAxis(String yAxis)
public Object getYAxis()
public void setZIndex(int zIndex)
public int getZIndex()
public String getZoneAxis()
public void setZoneAxis(String zoneAxis)
zoneAxis
- either "x", "y", or "z"public List<Zone> getZones()
Zone
public void setZones(List<Zone> zones)
getZones()
,
Zone
public void hide()
Chart.isIgnoreHiddenSeries()
option is true,the chart is redrawn without this series.public boolean isVisible()
Default: true
public void setVisible(boolean visible)
public boolean setVisibleDirectly(boolean visible)
public void show()
public void remove()
public void select()
public void onChange(OptionDataEvent event)
OptionDataListener
onChange
in interface OptionDataListener
onChange
in class Optionable
public String toJSONString()
Optionable
Optionable.toString()
.toJSONString
in interface org.zkoss.json.JSONAware
toJSONString
in class Optionable
Copyright © 2005-2022 Potix Corporation. All Rights Reserved.