-
public class Conflicts extends VisualBase
Conflicts settings and drawing class
-
-
Method Summary
Modifier and Type Method Description static Conflictsinstantiate()StringgetJsBase()voidenabled()Getter for the element state (enabled or disabled). Conflictsenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for the fill color. Conflictsfill(Fill color)Setter for fill settings using an array, an object or a string. Conflictsfill(GradientKey color)Setter for fill settings using an array, an object or a string. Conflictsfill(Array<String> color)Setter for fill settings using an array, an object or a string. Conflictsfill(String color, Number opacity)Fill color with opacity. Conflictsfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Conflictsfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Conflictsfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Conflictsfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Conflictsfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Conflictsfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Conflictsfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Conflictsfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PatternFillhatchFill()Getter for hatch fill settings. ConflictshatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. ConflictshatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. ConflictshatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. ConflictshatchFill(HatchFill settings)Setter for hatch fill settings using an instance. voidheight()Getter for height settings. Conflictsheight(Number height)Setter for height settings. LabelsFactorylabels()Getter for labels. Conflictslabels(String settings)Setter for labels settings. Conflictslabels(Boolean settings)Setter for labels settings. 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. voidstroke()Getter for the stroke. Conflictsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Conflictsstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Conflictsstroke(String settings)Setter for stroke using an object. 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. ConflictszIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. Conflictscontainer(Layer element)Setter for the container. Conflictscontainer(Stage element)Setter for the container. Conflictscontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. ConflictsparentBounds(Rect bounds)Setter for the parent bounds using single value. ConflictsparentBounds(String bounds)Setter for the parent bounds using single value. ConflictsparentBounds(Number bounds)Setter for the parent bounds using single value. ConflictsparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. Conflictsfill(String value)-
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
-
Conflicts
Conflicts(String jsChart)
-
-
Method Detail
-
instantiate
static Conflicts instantiate()
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
fill
void fill()
Getter for the fill color.
-
fill
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Conflicts 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
Conflicts 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
Conflicts hatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
Conflicts hatchFill(String type, String color, Number thickness, Number size)
Setter for hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
hatchFill
Conflicts hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Conflicts hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
height
void height()
Getter for height settings.
-
labels
LabelsFactory labels()
Getter for labels.
-
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 stroke.
-
stroke
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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}
-
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
Conflicts 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
Conflicts 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
Conflicts 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
Conflicts 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.
-
-
-
-