-
-
Method Summary
Modifier and Type Method Description static Markerinstantiate()StringgetJsBase()voidanchor()Getter for the anchor of custom marker. Markeranchor(Anchor anchor)Setter for the anchor of custom marker. Markeranchor(String anchor)Setter for the anchor of custom marker. voidclear()Resets marker to the initial state, but leaves DOM elements intact, but without the parent. Markerdraw()Marker drawing. voidenabled()Getter for the element state (enabled or disabled). Markerenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for fill settings of custom marker. Markerfill(Fill color)Setter for fill settings of custom marker using an array, an object and a string. Markerfill(GradientKey color)Setter for fill settings of custom marker using an array, an object and a string. Markerfill(Array<String> color)Setter for fill settings of custom marker using an array, an object and a string. Markerfill(String color, Number opacity)Fill color with opacity. Markerfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Markerfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Markerfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Markerfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Markerfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Markerfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Markerfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Markerfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidoffsetX()Getter for the offset by X of custom marker. MarkeroffsetX(Number offset)Setter for the offset by X of custom marker. MarkeroffsetX(String offset)Setter for the offset by X of custom marker. voidoffsetY()Getter for the offset by Y of custom marker. MarkeroffsetY(Number offset)Setter for the offset by Y of custom marker. MarkeroffsetY(String offset)Setter for the offset by Y of custom marker. voidposition()Getter for the position of custom marker. Markerposition(Position position)Setter for the position of custom marker. Markerposition(String position)Setter for the position of custom marker. voidpositionFormatter()Getter for the position formatter of custom marker. voidpositionFormatter(String formatter)Setter for the position formatter of custom marker. 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. voidrotation()Getter for the rotate a marker around an anchor. Markerrotation(Number angle)Setter for the rotate a marker around an anchor. voidsize()Getter for the size of custom marker. Markersize(Number size)Setter for the size of custom marker. voidstroke()Getter for the stroke of custom marker. Markerstroke(Stroke color)Setter for the stroke settings of custom marker using a string. Markerstroke(String color)Setter for the stroke settings of custom marker using a string. Markerstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. Markerstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. Markerstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. Markerstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. Markerstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. Markerstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke settings of custom marker. Markerstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke settings of custom marker. voidtype()Getter for the type of custom marker. Markertype(MarkerType type)Setter for the type of custom marker. Markertype(String type)Setter for the type of custom marker. 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(). voidzIndex()Getter for the Z-index of the element. MarkerzIndex(Number zIndex)Setter for the Z-index of the element. RectparentBounds()Getter for the parent bounds. MarkerparentBounds(Rect bounds)Setter for the parent bounds using single value. MarkerparentBounds(String bounds)Setter for the parent bounds using single value. MarkerparentBounds(Number bounds)Setter for the parent bounds using single value. MarkerparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. Layercontainer()Getter for the container. Markercontainer(Layer element)Setter for the container. Markercontainer(Stage element)Setter for the container. Markercontainer(String element)Setter for the container. Markerfill(String value)-
-
Constructor Detail
-
Marker
Marker(String jsChart)
-
-
Method Detail
-
instantiate
static Marker instantiate()
-
anchor
void anchor()
Getter for the anchor of custom marker.
-
clear
void clear()
Resets marker to the initial state, but leaves DOM elements intact, but without the parent.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
fill
void fill()
Getter for fill settings of custom marker.
-
fill
Marker fill(Fill color)
Setter for fill settings of custom marker using an array, an object and a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(GradientKey color)
Setter for fill settings of custom marker using an array, an object and a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(Array<String> color)
Setter for fill settings of custom marker using an array, an object and a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
fill
Marker fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Marker fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
offsetX
void offsetX()
Getter for the offset by X of custom marker.
-
offsetY
void offsetY()
Getter for the offset by Y of custom marker.
-
position
void position()
Getter for the position of custom marker.
-
positionFormatter
void positionFormatter()
Getter for the position formatter of custom marker.
-
positionFormatter
void positionFormatter(String formatter)
Setter for the position formatter of custom marker.
-
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.
-
rotation
void rotation()
Getter for the rotate a marker around an anchor.
-
size
void size()
Getter for the size of custom marker.
-
stroke
void stroke()
Getter for the stroke of custom marker.
-
stroke
Marker stroke(Stroke color)
Setter for the stroke settings of custom marker using a string. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(String color)
Setter for the stroke settings of custom marker using a string. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Marker stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke settings of custom marker. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
type
void type()
Getter for the type of custom marker.
-
type
Marker type(MarkerType type)
Setter for the type of custom marker.
-
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().
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Marker 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
Marker 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
Marker 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
Marker 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.
-
-
-
-