-
public class Activities extends Base
Activity settings representation class.
-
-
Constructor Summary
Constructors Constructor Description Activities(String jsChart)
-
Method Summary
Modifier and Type Method Description static Activitiesinstantiate()StringgetJsBase()voidcolor()Getter for the activities color. Activitiescolor(String color)Setter for the activities color. voidfill()Getter for the fill color. Activitiesfill(Fill color)Setter for fill settings using an array, an object or a string. Activitiesfill(GradientKey color)Setter for fill settings using an array, an object or a string. Activitiesfill(Array<String> color)Setter for fill settings using an array, an object or a string. Activitiesfill(String color, Number opacity)Fill color with opacity. Activitiesfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Activitiesfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Activitiesfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Activitiesfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Activitiesfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Activitiesfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Activitiesfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Activitiesfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PatternFillhatchFill()Getter for hatch fill settings. ActivitieshatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for hatch fill settings. ActivitieshatchFill(String type, String color, Number thickness, Number size)Setter for hatch fill settings. ActivitieshatchFill(String hatchFillFunction)Setter for hatch fill settings using function. ActivitieshatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. ActivitieshatchFill(HatchFill settings)Setter for hatch fill settings using an instance. ActivitieshatchFill(Boolean enabled)Setter for hatch fill using boolean. StateSettingshovered()Getter for hovered state settings. Activitieshovered(String settings)Setter for hovered state settings. LabelsFactorylabels()Getter for labels. Activitieslabels(String settings)Setter for labels settings. Activitieslabels(Boolean settings)Setter for labels settings. StateSettingsnormal()Getter for normal state settings. Activitiesnormal(String settings)Setter for normal state settings. StateSettingsselected()Getter for selected state settings. Activitiesselected(String settings)Setter for selected state settings. voidstroke()Getter for the stroke. Activitiesstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. Activitiesstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. Activitiesstroke(String settings)Setter for stroke using an object. voidremoveAllListeners(String type)Removes all listeners from 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(). Activitiesfill(String value)-
-
Constructor Detail
-
Activities
Activities(String jsChart)
-
-
Method Detail
-
instantiate
static Activities instantiate()
-
color
void color()
Getter for the activities color.
-
color
Activities color(String color)
Setter for the activities color.
-
fill
void fill()
Getter for the fill color.
-
fill
Activities 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
Activities 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
Activities 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
Activities fill(String color, Number opacity)
Fill color with opacity.
-
fill
Activities fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
fill
Activities 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
Activities 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
Activities 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
Activities 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
Activities hatchFill(String hatchFillFunction)
Setter for hatch fill settings using function. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Activities hatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Activities hatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
hatchFill
Activities 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
Activities hovered(String settings)
Setter for hovered state settings.
-
labels
LabelsFactory labels()
Getter for labels.
-
labels
Activities labels(String settings)
Setter for labels settings.
-
labels
Activities labels(Boolean settings)
Setter for labels settings.
-
normal
StateSettings normal()
Getter for normal state settings.
-
normal
Activities normal(String settings)
Setter for normal state settings.
-
selected
StateSettings selected()
Getter for selected state settings.
-
selected
Activities selected(String settings)
Setter for selected state settings.
-
stroke
void stroke()
Getter for the stroke.
-
stroke
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities 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
Activities stroke(String settings)
Setter for stroke using an object.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
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
Activities fill(String value)
-
-
-
-