-
public class UnboundRegionsSettings extends JsObject
Class for using in maps. Class is settings for regions that isn't linked to any series. {docs:Maps/Seat_Maps/Seat_Map#unbound_regions}Learn more about the unbound regions.{docs}
-
-
Constructor Summary
Constructors Constructor Description UnboundRegionsSettings(String jsChart)
-
Method Summary
Modifier and Type Method Description static UnboundRegionsSettingsinstantiate()StringgetJsBase()voidenabled()Getter for the element enabled state. UnboundRegionsSettingsenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for the fill color. UnboundRegionsSettingsfill(Fill color)Sets fill settings using an array, an object or a string. UnboundRegionsSettingsfill(GradientKey color)Sets fill settings using an array, an object or a string. UnboundRegionsSettingsfill(Array<String> color)Sets fill settings using an array, an object or a string. UnboundRegionsSettingsfill(String color, Number opacity)Fill color with opacity. UnboundRegionsSettingsfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. UnboundRegionsSettingsfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial fill. UnboundRegionsSettingsfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial fill. voidstroke()Getter for stroke for unbounded regions. UnboundRegionsSettingsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke for unbounded regions. UnboundRegionsSettingsstroke(String settings)Setter for stroke using an object. UnboundRegionsSettingsfill(String value)-
-
Constructor Detail
-
UnboundRegionsSettings
UnboundRegionsSettings(String jsChart)
-
-
Method Detail
-
instantiate
static UnboundRegionsSettings instantiate()
-
enabled
void enabled()
Getter for the element enabled state.
-
enabled
UnboundRegionsSettings enabled(Boolean enabled)
Setter for the element enabled state.
-
fill
void fill()
Getter for the fill color.
-
fill
UnboundRegionsSettings fill(Fill color)
Sets fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(GradientKey color)
Sets fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(Array<String> color)
Sets fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
fill
UnboundRegionsSettings fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
UnboundRegionsSettings fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
stroke
void stroke()
Getter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke for unbounded regions.
-
stroke
UnboundRegionsSettings stroke(String settings)
Setter for stroke using an object.
-
fill
UnboundRegionsSettings fill(String value)
-
-
-
-