-
-
Method Summary
Modifier and Type Method Description static Radarinstantiate()StringgetJsBase()Radaraxis()Getter for the radar grid axis. Radaraxis(Radar axis)Setter for the radar grid axis. Radaraxis(Radial axis)Setter for the radar grid axis. Layercontainer()Getter for the container. Radarcontainer(Layer element)Setter for the container. Radarcontainer(Stage element)Setter for the container. Radarcontainer(String element)Setter for the container. voiddrawLastLine()Getter for the last line drawing flag. RadardrawLastLine(Boolean enabled)Setter for the last line drawing flag. voidenabled()Getter for the element state (enabled or disabled). Radarenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for the grid fill settings. Radarfill(Fill color)Setter for the fill settings using an array, an object or a string. Radarfill(GradientKey color)Setter for the fill settings using an array, an object or a string. Radarfill(Array<String> color)Setter for the fill settings using an array, an object or a string. Radarfill(String color, Number opacity)Fill color with opacity. Radarfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Radarfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Radarfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Radarfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Radarfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Radarfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Radarfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Radarfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidinnerRadius()Getter for the inner radius. RadarinnerRadius(String radius)Setter for the inner radius. RadarinnerRadius(Number radius)Setter for the inner radius. voidisMinor()Getter for the minor grid state flag. RadarisMinor(Boolean enabled)Setter for the minor grid state flag. voidisRadial()Whether a grid has the radial layout. voidlayout()Getter for the grid layout. Radarlayout(Layout layout)Setter for the grid layout. Radarlayout(String layout)Setter for the grid layout. RangeColorspalette()Getter for the colors palette. Mappalette(RangeColors settings)Setter for the grid colors palette. Mappalette(DistinctColors settings)Setter for the grid colors palette. Mappalette(String settings)Setter for the grid colors palette. Mappalette(Array<String> settings)Setter for the grid colors palette. RectparentBounds()Getter for the parent bounds. RadarparentBounds(Rect bounds)Setter for the parent bounds using single value. RadarparentBounds(String bounds)Setter for the parent bounds using single value. RadarparentBounds(Number bounds)Setter for the parent bounds using single value. RadarparentBounds(Number left, Number top, Number width, Number height)Setter for the parent 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. Radarstroke(String settings)Setter for the grid stroke using an object. voidstroke()Getter for the grid stroke. Radarstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. Radarstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. Radarstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. Radarstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. Radarstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. Radarstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the grid stroke settings. Radarstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the grid stroke settings. 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(). OrdinalxScale()RadarxScale(Ordinal value)RadarxScale(ScaleTypes value)RadarxScale(String value)BaseyScale()RadaryScale(Base value)RadaryScale(ScaleTypes value)RadaryScale(String value)voidzIndex()Getter for the Z-index of the element. RadarzIndex(Number zIndex)Setter for the Z-index of the element. ObjectxScale(Class scaleClass)ObjectyScale(Class scaleClass)Radarfill(String value)-
-
Constructor Detail
-
Radar
Radar(String jsChart)
-
-
Method Detail
-
instantiate
static Radar instantiate()
-
drawLastLine
void drawLastLine()
Getter for the last line drawing flag.
-
drawLastLine
Radar drawLastLine(Boolean enabled)
Setter for the last line drawing flag.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
fill
void fill()
Getter for the grid fill settings.
-
fill
Radar fill(Fill color)
Setter for the fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(GradientKey color)
Setter for the fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(Array<String> color)
Setter for the fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
fill
Radar fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Radar 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
Radar 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}
-
innerRadius
void innerRadius()
Getter for the inner radius.
-
innerRadius
Radar innerRadius(String radius)
Setter for the inner radius.
-
innerRadius
Radar innerRadius(Number radius)
Setter for the inner radius.
-
isMinor
void isMinor()
Getter for the minor grid state flag.
-
isRadial
void isRadial()
Whether a grid has the radial layout.
-
layout
void layout()
Getter for the grid layout.
-
palette
RangeColors palette()
Getter for the colors palette.
-
palette
Map palette(RangeColors settings)
Setter for the grid colors palette.
-
palette
Map palette(DistinctColors settings)
Setter for the grid colors palette.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Radar 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
Radar 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
Radar 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
Radar 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.
-
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 the grid stroke.
-
stroke
Radar stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the grid stroke settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Radar stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the grid stroke settings. {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().
-
xScale
Radar xScale(ScaleTypes value)
-
yScale
Radar yScale(ScaleTypes value)
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
-
-
-