-
public class BaseWithMarkers extends Base
A base for all series except marker series.
-
-
Constructor Summary
Constructors Constructor Description BaseWithMarkers(String jsChart)
-
Method Summary
Modifier and Type Method Description static BaseWithMarkersinstantiate()StringgetJsBase()SeriesA11ya11y()Getter for the accessibility setting. BaseWithMarkersa11y(Boolean value)Setter for the accessibility setting. BaseWithMarkersa11y(String value)Setter for the accessibility setting. voidbottom()Getter for element bottom bound settings. BaseWithMarkersbottom(Number bottom)Setter for element bottom bound settings. BaseWithMarkersbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. BaseWithMarkersbounds(RectObj bounds)Setter for bounds of the element using one parameter. BaseWithMarkersbounds(Rect bounds)Setter for bounds of the element using one parameter. BaseWithMarkersbounds(Bounds bounds)Setter for bounds of the element using one parameter. BaseWithMarkersbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, Number y, String width, String height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, String y, Number width, String height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, String y, String width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(Number x, String y, String width, String height)Setter for element bounds settings. BaseWithMarkersbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(String x, Number y, Number width, String height)Setter for element bounds settings. BaseWithMarkersbounds(String x, Number y, String width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(String x, Number y, String width, String height)Setter for element bounds settings. BaseWithMarkersbounds(String x, String y, Number width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(String x, String y, Number width, String height)Setter for element bounds settings. BaseWithMarkersbounds(String x, String y, String width, Number height)Setter for element bounds settings. BaseWithMarkersbounds(String x, String y, String width, String height)Setter for element bounds settings. voidclip()Getter for series clip settings. BaseWithMarkersclip(Boolean settings)Setter for series clip settings. BaseWithMarkersclip(Rect settings)Setter for series clip settings. voidcolor()BaseWithMarkerscolor(String value)Viewdata(List<DataEntry> data)voidenabled()Getter for the element state (enabled or disabled). BaseWithMarkersenabled(Boolean enabled)Setter for the element enabled state. Errorerror()Getter for series error. BaseWithMarkerserror(String settings)Setter for series error. BaseWithMarkerserror(Boolean settings)Setter for series error. BaseWithMarkerserror(Number settings)Setter for series error. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. SeriesPointgetPoint(Number index)Gets wrapped point by index. voidgetStat(Statistics key)Gets the statistics value by key. voidgetStat(String key)Gets the statistics value by key. voidheight()Getter for element height settings. BaseWithMarkersheight(Number height)Setter for element height setting. BaseWithMarkersheight(String height)Setter for element height setting. BaseWithMarkershover()Hovers points. BaseWithMarkershover(Number index)Hovers point by index. BaseWithMarkershover(Array<Number> indexes)Hovers points by indexes. StateSettingshovered()Getter for hovered state settings. BaseWithMarkershovered(String settings)Setter for hovered state settings. voidid()Getter for the series id. BaseWithMarkersid(String id)Setter for the series id. BaseWithMarkersid(Number id)Setter for the series id. LabelsFactorylabels()BaseWithMarkerslabels(String value)BaseWithMarkerslabels(Boolean value)voidleft()Getter for element left bound settings. BaseWithMarkersleft(Number left)Setter for element left bound settings. BaseWithMarkersleft(String left)Setter for element left bound settings. LegendItemSettingslegendItem()BaseWithMarkerslegendItem(String value)MarkersFactorymarkers()Getter for series data markers. BaseWithMarkersmarkers(String settings)Setter for series data markers. BaseWithMarkersmarkers(Boolean settings)Setter for series data markers. voidmaxHeight()Getter for the maximum height. BaseWithMarkersmaxHeight(Number height)Setter for the maximum height. BaseWithMarkersmaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. BaseWithMarkersmaxWidth(Number width)Setter for the maximum width. BaseWithMarkersmaxWidth(String width)Setter for the maximum width. voidmeta(String key)BaseWithMarkersmeta(String key, String value)voidminHeight()Getter for the minimum height. BaseWithMarkersminHeight(Number height)Setter for the minimum height. BaseWithMarkersminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. BaseWithMarkersminWidth(Number width)Setter for the minimum width. BaseWithMarkersminWidth(String width)Setter for the minimum width. voidname()BaseWithMarkersname(String value)StateSettingsnormal()Getter for normal state settings. BaseWithMarkersnormal(String settings)Setter for normal state settings. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidremoveAllListeners(String type)Removes all listeners from an object. voidright()Getter for element right bound settings. BaseWithMarkersright(Number right)Setter for element right bound setting. BaseWithMarkersright(String right)Setter for element right bound setting. BaseWithMarkersselect(Number index)Selects point by index. BaseWithMarkersselect(Array<Number> indexes)Selects point by indexes. StateSettingsselected()Getter for selected state settings. BaseWithMarkersselected(String settings)Setter for selected state settings. voidselectionMode()Gets the state of the series for selection mode. BaseWithMarkersselectionMode(SelectionMode value)Allows to select points of the series. BaseWithMarkersselectionMode(String value)Allows to select points of the series. Tooltiptooltip()BaseWithMarkerstooltip(String value)BaseWithMarkerstooltip(Boolean value)voidtop()Getter for element top bound settings. BaseWithMarkerstop(Number top)Setter for element top bound settings. BaseWithMarkerstop(String top)Setter for element top bound settings. voidtransformX(String xValue)Transforms X value to pixel coordinates. voidtransformY(String yValue)Transforms Y value to pixel coordinates. BaseWithMarkersunhover(Number indexOrIndexes)Removes hover from the series. BaseWithMarkersunhover(Array<Number> indexOrIndexes)Removes hover from the series. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). BaseWithMarkersunselect()Deselects all selected points. BaseWithMarkersunselect(Number index)Deselects selected point by index. BaseWithMarkersunselect(Array<Number> indexes)Deselects selected points by indexes. voidwidth()Getter for element width settings. BaseWithMarkerswidth(Number width)Setter for element width setting. BaseWithMarkerswidth(String width)Setter for element width setting. ScatterBasexScale()Getter for the series X-scale. BaseWithMarkersxScale(Base scale)Setter for the series X-scale. ScatterBaseyScale()Getter for the series Y-scale. BaseWithMarkersyScale(ScatterBase settings)Setter for the series Y-scale. BaseWithMarkersyScale(String settings)Setter for the series Y-scale. BaseWithMarkersyScale(ScaleTypes settings)Setter for the series Y-scale. voidzIndex()Getter for the Z-index of the element. BaseWithMarkerszIndex(Number zIndex)Setter for the Z-index of the element. voidexcludePoint(Number indexes)Excludes points at the specified index. voidexcludePoint(Array<Number> indexes)Excludes points at the specified index. voidgetExcludedPoints()Returns an array of excluded points. voidincludeAllPoints()Includes all excluded points. voidincludePoint(Number indexes)Includes excluded points with the specified indexes. voidincludePoint(Array<Number> indexes)Includes excluded points with the specified indexes. voidkeepOnlyPoints(Number indexes)Keep only the specified points. voidkeepOnlyPoints(Array<Number> indexes)Keep only the specified points. LinearColorcolorScale()Getter for the color scale. BaseWithMarkerscolorScale(LinearColor settings)Setter for the color scale. BaseWithMarkerscolorScale(OrdinalColor settings)Setter for the color scale. BaseWithMarkerscolorScale(String settings)Setter for the color scale. BaseWithMarkerscolorScale(ScaleTypes settings)Setter for the color scale. Layercontainer()Getter for the container. BaseWithMarkerscontainer(Layer element)Setter for the container. BaseWithMarkerscontainer(Stage element)Setter for the container. BaseWithMarkerscontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. BaseWithMarkersparentBounds(Rect bounds)Setter for the parent bounds using single value. BaseWithMarkersparentBounds(String bounds)Setter for the parent bounds using single value. BaseWithMarkersparentBounds(Number bounds)Setter for the parent bounds using single value. BaseWithMarkersparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. Viewdata(View data)Viewdata(List<DataEntry> data, TreeFillingMethod fillMethod)Viewdata(List<DataEntry> data, String fillMethod)ObjectxScale(Class scaleClass)ObjectyScale(Class scaleClass)-
Methods inherited from class com.anychart.core.scatter.series.Base
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, clip, clip, color, colorScale, colorScale, colorScale, colorScale, container, container, container, enabled, error, error, error, height, height, hover, hover, hover, hovered, id, id, instantiate, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxWidth, maxWidth, meta, minHeight, minHeight, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, right, right, select, select, selected, selectionMode, selectionMode, tooltip, tooltip, top, top, unhover, unhover, unselect, unselect, unselect, width, width, xScale, yScale, yScale, yScale, zIndex -
Methods inherited from class com.anychart.core.SeriesBase
a11y, a11y, bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, color, colorScale, colorScale, colorScale, colorScale, container, container, container, enabled, height, height, hover, hover, hover, hovered, id, id, instantiate, labels, labels, left, left, legendItem, markers, markers, maxHeight, maxHeight, maxWidth, maxWidth, meta, minHeight, minHeight, minWidth, minWidth, name, normal, parentBounds, parentBounds, parentBounds, parentBounds, right, right, select, select, selected, selectionMode, selectionMode, tooltip, tooltip, top, top, unhover, unhover, unselect, unselect, unselect, width, width, zIndex -
Methods inherited from class com.anychart.core.VisualBaseWithBounds
bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, container, container, container, enabled, height, height, instantiate, left, left, maxHeight, maxHeight, maxWidth, maxWidth, minHeight, minHeight, minWidth, minWidth, parentBounds, parentBounds, parentBounds, parentBounds, right, right, top, top, width, width, zIndex -
Methods inherited from class com.anychart.core.VisualBase
container, container, container, enabled, instantiate, parentBounds, parentBounds, parentBounds, parentBounds, zIndex -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BaseWithMarkers
BaseWithMarkers(String jsChart)
-
-
Method Detail
-
instantiate
static BaseWithMarkers instantiate()
-
a11y
SeriesA11y a11y()
Getter for the accessibility setting.
-
a11y
BaseWithMarkers a11y(Boolean value)
Setter for the accessibility setting.
-
a11y
BaseWithMarkers a11y(String value)
Setter for the accessibility setting.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bottom
BaseWithMarkers bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
BaseWithMarkers bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
BaseWithMarkers bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
BaseWithMarkers bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
BaseWithMarkers bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
BaseWithMarkers bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
BaseWithMarkers bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
clip
void clip()
Getter for series clip settings.
-
clip
BaseWithMarkers clip(Boolean settings)
Setter for series clip settings. Clips visible part of a series by a rectangle (or chart).
-
clip
BaseWithMarkers clip(Rect settings)
Setter for series clip settings. Clips visible part of a series by a rectangle (or chart).
-
color
void color()
-
color
BaseWithMarkers color(String value)
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
BaseWithMarkers enabled(Boolean enabled)
Setter for the element enabled state.
-
error
BaseWithMarkers error(String settings)
Setter for series error.
-
error
BaseWithMarkers error(Boolean settings)
Setter for series error.
-
error
BaseWithMarkers error(Number settings)
Setter for series error.
-
getPixelBounds
Rect getPixelBounds()
Returns pixel bounds of the element due to parent bounds and self bounds settings.
-
getPoint
SeriesPoint getPoint(Number index)
Gets wrapped point by index.
-
getStat
void getStat(Statistics key)
Gets the statistics value by key.
-
height
void height()
Getter for element height settings.
-
height
BaseWithMarkers height(Number height)
Setter for element height setting.
-
height
BaseWithMarkers height(String height)
Setter for element height setting.
-
hover
BaseWithMarkers hover()
Hovers points.
-
hover
BaseWithMarkers hover(Number index)
Hovers point by index.
-
hover
BaseWithMarkers hover(Array<Number> indexes)
Hovers points by indexes.
-
hovered
StateSettings hovered()
Getter for hovered state settings.
-
hovered
BaseWithMarkers hovered(String settings)
Setter for hovered state settings.
-
id
void id()
Getter for the series id.
-
id
BaseWithMarkers id(String id)
Setter for the series id.
-
id
BaseWithMarkers id(Number id)
Setter for the series id.
-
labels
LabelsFactory labels()
-
labels
BaseWithMarkers labels(String value)
-
labels
BaseWithMarkers labels(Boolean value)
-
left
void left()
Getter for element left bound settings.
-
left
BaseWithMarkers left(Number left)
Setter for element left bound settings.
-
left
BaseWithMarkers left(String left)
Setter for element left bound settings.
-
legendItem
LegendItemSettings legendItem()
-
legendItem
BaseWithMarkers legendItem(String value)
-
markers
MarkersFactory markers()
Getter for series data markers.
-
markers
BaseWithMarkers markers(String settings)
Setter for series data markers.
-
markers
BaseWithMarkers markers(Boolean settings)
Setter for series data markers.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
BaseWithMarkers maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
BaseWithMarkers maxHeight(String height)
Setter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
BaseWithMarkers maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
BaseWithMarkers maxWidth(String width)
Setter for the maximum width.
-
meta
BaseWithMarkers meta(String key, String value)
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
BaseWithMarkers minHeight(Number height)
Setter for the minimum height.
-
minHeight
BaseWithMarkers minHeight(String height)
Setter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
BaseWithMarkers minWidth(Number width)
Setter for the minimum width.
-
minWidth
BaseWithMarkers minWidth(String width)
Setter for the minimum width.
-
name
void name()
-
name
BaseWithMarkers name(String value)
-
normal
StateSettings normal()
Getter for normal state settings.
-
normal
BaseWithMarkers normal(String settings)
Setter for normal state settings.
-
print
void print(PaperSize paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
print
void print(String paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
right
void right()
Getter for element right bound settings.
-
right
BaseWithMarkers right(Number right)
Setter for element right bound setting.
-
right
BaseWithMarkers right(String right)
Setter for element right bound setting.
-
select
BaseWithMarkers select(Number index)
Selects point by index.
-
select
BaseWithMarkers select(Array<Number> indexes)
Selects point by indexes.
-
selected
StateSettings selected()
Getter for selected state settings.
-
selected
BaseWithMarkers selected(String settings)
Setter for selected state settings.
-
selectionMode
void selectionMode()
Gets the state of the series for selection mode.
-
selectionMode
BaseWithMarkers selectionMode(SelectionMode value)
Allows to select points of the series. To select multiple points, press 'ctrl' and click on them.
-
selectionMode
BaseWithMarkers selectionMode(String value)
Allows to select points of the series. To select multiple points, press 'ctrl' and click on them.
-
tooltip
BaseWithMarkers tooltip(String value)
-
tooltip
BaseWithMarkers tooltip(Boolean value)
-
top
void top()
Getter for element top bound settings.
-
top
BaseWithMarkers top(Number top)
Setter for element top bound settings.
-
top
BaseWithMarkers top(String top)
Setter for element top bound settings.
-
transformX
void transformX(String xValue)
Transforms X value to pixel coordinates. Note: Works only after draw is called.
-
transformY
void transformY(String yValue)
Transforms Y value to pixel coordinates. Note: Works only after draw is called.
-
unhover
BaseWithMarkers unhover(Number indexOrIndexes)
Removes hover from the series.
-
unhover
BaseWithMarkers unhover(Array<Number> indexOrIndexes)
Removes hover from the series.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
unselect
BaseWithMarkers unselect()
Deselects all selected points.
-
unselect
BaseWithMarkers unselect(Number index)
Deselects selected point by index.
-
unselect
BaseWithMarkers unselect(Array<Number> indexes)
Deselects selected points by indexes.
-
width
void width()
Getter for element width settings.
-
width
BaseWithMarkers width(Number width)
Setter for element width setting.
-
width
BaseWithMarkers width(String width)
Setter for element width setting.
-
xScale
ScatterBase xScale()
Getter for the series X-scale.
-
xScale
BaseWithMarkers xScale(Base scale)
Setter for the series X-scale.
-
yScale
ScatterBase yScale()
Getter for the series Y-scale.
-
yScale
BaseWithMarkers yScale(ScatterBase settings)
Setter for the series Y-scale.
-
yScale
BaseWithMarkers yScale(String settings)
Setter for the series Y-scale.
-
yScale
BaseWithMarkers yScale(ScaleTypes settings)
Setter for the series Y-scale.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
BaseWithMarkers zIndex(Number zIndex)
Setter for the Z-index of the element.
-
excludePoint
void excludePoint(Number indexes)
Excludes points at the specified index.
-
excludePoint
void excludePoint(Array<Number> indexes)
Excludes points at the specified index.
-
getExcludedPoints
void getExcludedPoints()
Returns an array of excluded points.
-
includeAllPoints
void includeAllPoints()
Includes all excluded points.
-
includePoint
void includePoint(Number indexes)
Includes excluded points with the specified indexes.
-
includePoint
void includePoint(Array<Number> indexes)
Includes excluded points with the specified indexes.
-
keepOnlyPoints
void keepOnlyPoints(Number indexes)
Keep only the specified points.
-
keepOnlyPoints
void keepOnlyPoints(Array<Number> indexes)
Keep only the specified points.
-
colorScale
LinearColor colorScale()
Getter for the color scale.
-
colorScale
BaseWithMarkers colorScale(LinearColor settings)
Setter for the color scale.
-
colorScale
BaseWithMarkers colorScale(OrdinalColor settings)
Setter for the color scale.
-
colorScale
BaseWithMarkers colorScale(String settings)
Setter for the color scale.
-
colorScale
BaseWithMarkers colorScale(ScaleTypes settings)
Setter for the color scale.
-
container
BaseWithMarkers container(Layer element)
Setter for the container.
-
container
BaseWithMarkers container(Stage element)
Setter for the container.
-
container
BaseWithMarkers container(String element)
Setter for the container.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
BaseWithMarkers parentBounds(Rect bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
BaseWithMarkers parentBounds(String bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
BaseWithMarkers parentBounds(Number bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
BaseWithMarkers parentBounds(Number left, Number top, Number width, Number height)
Setter for the parent bounds using several values. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
data
View data(List<DataEntry> data, TreeFillingMethod fillMethod)
-
-
-
-