-
public class CircularTicks extends VisualBase
Axis ticks class.
-
-
Constructor Summary
Constructors Constructor Description CircularTicks(String jsChart)
-
Method Summary
Modifier and Type Method Description static CircularTicksinstantiate()StringgetJsBase()voidenabled()Getter for the element state (enabled or disabled). CircularTicksenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for ticks fill color. CircularTicksfill(Fill color)Setter for ticks fill settings using an array, an object or a string. CircularTicksfill(GradientKey color)Setter for ticks fill settings using an array, an object or a string. CircularTicksfill(Array<String> color)Setter for ticks fill settings using an array, an object or a string. CircularTicksfill(String color, Number opacity)Ticks fill color with opacity. CircularTicksfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularTicksfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularTicksfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularTicksfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. CircularTicksfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. CircularTicksfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. CircularTicksfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. CircularTicksfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PatternFillhatchFill()Getter for ticks hatch fill settings. CircularTickshatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for ticks hatch fill settings. CircularTickshatchFill(String type, String color, Number thickness, Number size)Setter for ticks hatch fill settings. CircularTickshatchFill(String hatchFillFunction)Setter for hatch fill settings using function. CircularTickshatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. CircularTickshatchFill(HatchFill settings)Setter for hatch fill settings using an instance. CircularTickshatchFill(Boolean enabled)Setter for hatch fill using boolean. voidlength()Getter for ticks length. CircularTickslength(Number length)Setter for ticks length. CircularTickslength(String length)Setter for ticks length. voidposition()Getter for ticks position. CircularTicksposition(SidePosition value)Setter for ticks position. CircularTicksposition(String value)Setter for ticks position. 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. voidstroke()Getter for ticks stroke. CircularTicksstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for ticks stroke settings. CircularTicksstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for ticks stroke settings. CircularTicksstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for ticks stroke settings. CircularTicksstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for ticks stroke settings. CircularTicksstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for ticks stroke settings. CircularTicksstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for ticks stroke settings. CircularTicksstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for ticks stroke settings. CircularTicksstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for ticks stroke settings. CircularTicksstroke(String settings)Setter for ticks stroke settings using an object. voidtype()Getter for ticks type. CircularTickstype(MarkerType type)Setter for ticks type. CircularTickstype(String type)Setter for ticks type. 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. CircularTickszIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. CircularTickscontainer(Layer element)Setter for the container. CircularTickscontainer(Stage element)Setter for the container. CircularTickscontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. CircularTicksparentBounds(Rect bounds)Setter for the parent bounds using single value. CircularTicksparentBounds(String bounds)Setter for the parent bounds using single value. CircularTicksparentBounds(Number bounds)Setter for the parent bounds using single value. CircularTicksparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. CircularTicksfill(String value)-
Methods inherited from class com.anychart.core.VisualBase
container, container, container, enabled, instantiate, parentBounds, parentBounds, parentBounds, parentBounds, zIndex -
Methods inherited from class com.anychart.core.Base
instantiate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CircularTicks
CircularTicks(String jsChart)
-
-
Method Detail
-
instantiate
static CircularTicks instantiate()
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
CircularTicks enabled(Boolean enabled)
Setter for the element enabled state.
-
fill
void fill()
Getter for ticks fill color.
-
fill
CircularTicks fill(Fill color)
Setter for ticks fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(GradientKey color)
Setter for ticks fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(Array<String> color)
Setter for ticks fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(String color, Number opacity)
Ticks fill color with opacity. Fill as a string or an object.
-
fill
CircularTicks fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
CircularTicks 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
CircularTicks 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}
-
hatchFill
PatternFill hatchFill()
Getter for ticks hatch fill settings.
-
hatchFill
CircularTicks hatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for ticks hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
CircularTicks hatchFill(String type, String color, Number thickness, Number size)
Setter for ticks hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
CircularTicks hatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
CircularTicks hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
CircularTicks hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
CircularTicks hatchFill(Boolean enabled)
Setter for hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
length
void length()
Getter for ticks length.
-
length
CircularTicks length(Number length)
Setter for ticks length.
-
length
CircularTicks length(String length)
Setter for ticks length.
-
position
void position()
Getter for ticks position.
-
position
CircularTicks position(SidePosition value)
Setter for ticks position.
-
position
CircularTicks position(String value)
Setter for ticks position.
-
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.
-
stroke
void stroke()
Getter for ticks stroke.
-
stroke
CircularTicks stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for ticks stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
CircularTicks stroke(String settings)
Setter for ticks stroke settings using an object.
-
type
void type()
Getter for ticks type.
-
type
CircularTicks type(MarkerType type)
Setter for ticks type.
-
type
CircularTicks type(String type)
Setter for ticks type.
-
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.
-
zIndex
CircularTicks zIndex(Number zIndex)
Setter for the Z-index of the element.
-
container
CircularTicks container(Layer element)
Setter for the container.
-
container
CircularTicks container(Stage element)
Setter for the container.
-
container
CircularTicks 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
CircularTicks 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
CircularTicks 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
CircularTicks 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
CircularTicks 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.
-
fill
CircularTicks fill(String value)
-
-
-
-