-
-
Method Summary
Modifier and Type Method Description static Radialinstantiate()StringgetJsBase()Layercontainer()Getter for the axis container. Radialcontainer(Layer element)Setter for the axis container. Radialcontainer(Stage element)Setter for the axis container. Radialcontainer(String element)Setter for the axis container. Radialdraw()Drawing of the radial axis. 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. voidinnerRadius()Getter for the inner radius. RadialinnerRadius(String value)Setter for the inner radius. RadialinnerRadius(Number value)Setter for the inner radius. 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. RectparentBounds()Getter for bounds. RadialparentBounds(Rect value)Setter for bounds using single value. RadialparentBounds(String value)Setter for bounds using single value. RadialparentBounds(Number left, Number top, Number width, Number height)Setter for bounds using several values. 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. voidstartAngle()Getter for a start angle. RadialstartAngle(String angle)Setter for a start angle. RadialstartAngle(Number angle)Setter for a start angle. 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. -
-
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).
-
innerRadius
void innerRadius()
Getter for the inner radius.
-
innerRadius
Radial innerRadius(String value)
Setter for the inner radius.
-
innerRadius
Radial innerRadius(Number value)
Setter for the inner radius.
-
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.
-
parentBounds
Rect parentBounds()
Getter for bounds.
-
parentBounds
Radial parentBounds(Rect value)
Setter for bounds using single value.
-
parentBounds
Radial parentBounds(String value)
Setter for bounds using single value.
-
parentBounds
Radial parentBounds(Number left, Number top, Number width, Number height)
Setter for bounds using several values.
-
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.
-
startAngle
void startAngle()
Getter for a start angle.
-
startAngle
Radial startAngle(String angle)
Setter for a start angle.
-
startAngle
Radial startAngle(Number angle)
Setter for a start angle.
-
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.
-
-
-
-