-
public class Radial extends VisualBase
Axis Class. Any axis must be bound to a scale. To obtain a new instance of Axis use radial.
-
-
Method Summary
Modifier and Type Method Description static Radialinstantiate()StringgetJsBase()voiddrawFirstLabel()Getter for the first label drawing flag. RadialdrawFirstLabel(Boolean enabled)Setter for the first label drawing flag. voiddrawLastLabel()Getter for the last label drawing flag. RadialdrawLastLabel(Boolean enabled)Setter for the last label drawing flag. voidenabled()Getter for the element state (enabled or disabled). Radialenabled(Boolean enabled)Setter for the element enabled state. LabelsFactorylabels()Getter for axis labels. Radiallabels(String settings)Setter for axis labels. Radiallabels(Boolean settings)Setter for axis labels. LabelsFactoryminorLabels()Getter for axis minor labels. RadialminorLabels(String settings)Setter for axis minor labels. RadialminorLabels(Boolean settings)Setter for axis minor labels. TicksminorTicks()Getter for axis minor ticks. RadialminorTicks(String settings)Setter for axis minor ticks. RadialminorTicks(Boolean settings)Setter for axis minor ticks. voidoverlapMode()Getter for labels overlap mode. RadialoverlapMode(LabelsOverlapMode mode)Setter for labels overlap mode for. RadialoverlapMode(String mode)Setter for labels overlap mode for. 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. Basescale()Getter for the axis scale. Radialscale(Base settings)Setter for the axis scale. Radialscale(String settings)Setter for the axis scale. Radialscale(ScaleTypes settings)Setter for the axis scale. voidstroke()Getter for the axis stroke. Radialstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the axis stroke. Radialstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the axis stroke. Radialstroke(String settings)Setter for axis stroke settings using an object. Ticksticks()Getter for axis ticks. Radialticks(String settings)Setter for axis ticks. Radialticks(Boolean settings)Setter for axis ticks. 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. RadialzIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. Radialcontainer(Layer element)Setter for the container. Radialcontainer(Stage element)Setter for the container. Radialcontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. RadialparentBounds(Rect bounds)Setter for the parent bounds using single value. RadialparentBounds(String bounds)Setter for the parent bounds using single value. RadialparentBounds(Number bounds)Setter for the parent bounds using single value. RadialparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. -
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
-
Radial
Radial(String jsChart)
-
-
Method Detail
-
instantiate
static Radial instantiate()
-
drawFirstLabel
void drawFirstLabel()
Getter for the first label drawing flag.
-
drawFirstLabel
Radial drawFirstLabel(Boolean enabled)
Setter for the first label drawing flag.
-
drawLastLabel
void drawLastLabel()
Getter for the last label drawing flag.
-
drawLastLabel
Radial drawLastLabel(Boolean enabled)
Setter for the last label drawing flag.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
labels
LabelsFactory labels()
Getter for axis labels.
-
minorLabels
LabelsFactory minorLabels()
Getter for axis minor labels.
-
minorLabels
Radial minorLabels(String settings)
Setter for axis minor labels.
-
minorLabels
Radial minorLabels(Boolean settings)
Setter for axis minor labels.
-
minorTicks
Ticks minorTicks()
Getter for axis minor ticks.
-
minorTicks
Radial minorTicks(String settings)
Setter for axis minor ticks.
-
minorTicks
Radial minorTicks(Boolean settings)
Setter for axis minor ticks.
-
overlapMode
void overlapMode()
Getter for labels overlap mode.
-
overlapMode
Radial overlapMode(LabelsOverlapMode mode)
Setter for labels overlap mode for.
-
overlapMode
Radial overlapMode(String mode)
Setter for labels overlap mode for.
-
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.
-
scale
Radial scale(ScaleTypes settings)
Setter for the axis scale.
-
stroke
void stroke()
Getter for the axis stroke.
-
stroke
Radial stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radial stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the axis stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
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
Radial 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
Radial 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
Radial 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.
-
-
-
-