-
public class Intersections extends Base
Venn intersections settings collector.
-
-
Constructor Summary
Constructors Constructor Description Intersections(String jsChart)
-
Method Summary
Modifier and Type Method Description static Intersectionsinstantiate()StringgetJsBase()voidfill()Getter for the fill color. Intersectionsfill(Fill color)Setter for fill settings using an array, an object or a string. Intersectionsfill(GradientKey color)Setter for fill settings using an array, an object or a string. Intersectionsfill(Array<String> color)Setter for fill settings using an array, an object or a string. Intersectionsfill(String color, Number opacity)Fill color with opacity. Intersectionsfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Intersectionsfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Intersectionsfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Intersectionsfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Intersectionsfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Intersectionsfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Intersectionsfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Intersectionsfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PatternFillhatchFill()Getter for hatch fill settings. IntersectionshatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. IntersectionshatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. IntersectionshatchFill(String hatchFillFunction)Setter for hatch fill settings using function. IntersectionshatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. IntersectionshatchFill(HatchFill settings)Setter for hatch fill settings using an instance. IntersectionshatchFill(Boolean enabled)Setter for hatch fill using boolean. StateSettingshovered()Getter for hovered state settings. Intersectionshovered(String settings)Setter for hovered state settings. LabelsFactorylabels()Getter for intersections labels. Intersectionslabels(String settings)Setter for intersections labels. Intersectionslabels(Boolean settings)Setter for intersections labels. MarkersFactorymarkers()Getter for the data markers. Intersectionsmarkers(String settings)Setter for data markers. Intersectionsmarkers(Boolean settings)Setter for data markers. StateSettingsnormal()Getter for normal state settings. Intersectionsnormal(String settings)Setter for normal state settings. voidremoveAllListeners(String type)Removes all listeners from an object. StateSettingsselected()Getter for selected state settings. Intersectionsselected(String settings)Setter for selected state settings. voidstroke()Getter for the stroke. Intersectionsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Intersectionsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Intersectionsstroke(String settings)Setter for stroke using an object. Tooltiptooltip()Getter for the tooltip. Intersectionstooltip(String settings)Setter for the tooltip. Intersectionstooltip(Boolean settings)Setter for the tooltip. 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(). Intersectionsfill(String value)-
-
Constructor Detail
-
Intersections
Intersections(String jsChart)
-
-
Method Detail
-
instantiate
static Intersections instantiate()
-
fill
void fill()
Getter for the fill color.
-
fill
Intersections fill(Fill color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(GradientKey color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(Array<String> color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
fill
Intersections fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Intersections 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
Intersections 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 hatch fill settings.
-
hatchFill
Intersections hatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for hatch fill settings.
-
hatchFill
Intersections hatchFill(String type, String color, Number thickness, Number size)
Setter for hatch fill settings.
-
hatchFill
Intersections hatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Intersections hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Intersections hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Intersections hatchFill(Boolean enabled)
Setter for hatch fill using boolean. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hovered
StateSettings hovered()
Getter for hovered state settings.
-
hovered
Intersections hovered(String settings)
Setter for hovered state settings.
-
labels
LabelsFactory labels()
Getter for intersections labels.
-
labels
Intersections labels(String settings)
Setter for intersections labels.
-
labels
Intersections labels(Boolean settings)
Setter for intersections labels.
-
markers
MarkersFactory markers()
Getter for the data markers.
-
markers
Intersections markers(String settings)
Setter for data markers.
-
markers
Intersections markers(Boolean settings)
Setter for data markers.
-
normal
StateSettings normal()
Getter for normal state settings.
-
normal
Intersections normal(String settings)
Setter for normal state settings.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
selected
StateSettings selected()
Getter for selected state settings.
-
selected
Intersections selected(String settings)
Setter for selected state settings.
-
stroke
void stroke()
Getter for the stroke.
-
stroke
Intersections stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
stroke
Intersections stroke(String settings)
Setter for stroke using an object.
-
tooltip
Intersections tooltip(String settings)
Setter for the tooltip.
-
tooltip
Intersections tooltip(Boolean settings)
Setter for the tooltip.
-
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().
-
fill
Intersections fill(String value)
-
-
-
-