-
public class Grid extends VisualBaseWithBounds
Resource Chart grid.
-
-
Method Summary
Modifier and Type Method Description static Gridinstantiate()StringgetJsBase()Backgroundbackground()Getter for the background. Gridbackground(String settings)Setter for the background. Gridbackground(Boolean settings)Setter for the background. voidbottom()Getter for element bottom bound settings. Gridbottom(Number bottom)Setter for element bottom bound settings. Gridbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. Gridbounds(RectObj bounds)Setter for bounds of the element using one parameter. Gridbounds(Rect bounds)Setter for bounds of the element using one parameter. Gridbounds(Bounds bounds)Setter for bounds of the element using one parameter. Gridbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. Gridbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. Gridbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. Gridbounds(Number x, Number y, String width, String height)Setter for element bounds settings. Gridbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. Gridbounds(Number x, String y, Number width, String height)Setter for element bounds settings. Gridbounds(Number x, String y, String width, Number height)Setter for element bounds settings. Gridbounds(Number x, String y, String width, String height)Setter for element bounds settings. Gridbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. Gridbounds(String x, Number y, Number width, String height)Setter for element bounds settings. Gridbounds(String x, Number y, String width, Number height)Setter for element bounds settings. Gridbounds(String x, Number y, String width, String height)Setter for element bounds settings. Gridbounds(String x, String y, Number width, Number height)Setter for element bounds settings. Gridbounds(String x, String y, Number width, String height)Setter for element bounds settings. Gridbounds(String x, String y, String width, Number height)Setter for element bounds settings. Gridbounds(String x, String y, String width, String height)Setter for element bounds settings. voiddrawBottomLine()Getter for the bottom line drawing flag. GriddrawBottomLine(Boolean enabled)Setter for the bottom line drawing flag. voiddrawLeftLine()Getter for the left line drawing flag. GriddrawLeftLine(Boolean enabled)Setter for the left line drawing flag. voiddrawRightLine()Getter for the right line drawing flag. GriddrawRightLine(Boolean enabled)Setter for the right line drawing flag. voiddrawTopLine()Getter for the top line drawing flag. GriddrawTopLine(Boolean enabled)Setter for the top line drawing flag. voidenabled()Getter for the element state (enabled or disabled). Gridenabled(Boolean enabled)Setter for the element enabled state. voidevenFill()Getter for the even fill color. GridevenFill(Fill color)Setter for even fill settings using an array, an object or a string. GridevenFill(GradientKey color)Setter for even fill settings using an array, an object or a string. GridevenFill(Array<String> color)Setter for even fill settings using an array, an object or a string. GridevenFill(String color, Number opacity)Even fill color with opacity. GridevenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient even fill. GridevenFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient even fill. GridevenFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient even fill. GridevenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient even fill. GridevenFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient even fill. GridevenFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient even fill. GridevenFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even fill. GridevenFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even fill. PatternFillevenHatchFill()Getter for even hatch fill settings. GridevenHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for even hatch fill settings. GridevenHatchFill(String type, String color, Number thickness, Number size)Setter for even hatch fill settings. GridevenHatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. GridevenHatchFill(HatchFill settings)Setter for hatch fill settings using an instance. voidevenHolidayFill()Getter for the even holiday fill color. GridevenHolidayFill(Fill color)Setter for even holiday fill settings using an array, an object or a string. GridevenHolidayFill(GradientKey color)Setter for even holiday fill settings using an array, an object or a string. GridevenHolidayFill(Array<String> color)Setter for even holiday fill settings using an array, an object or a string. GridevenHolidayFill(String color, Number opacity)Odd holiday fill color with opacity. GridevenHolidayFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient even holiday fill. GridevenHolidayFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even holiday fill. GridevenHolidayFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even holiday fill. PatternFillevenHolidayHatchFill()Getter for even holiday hatch fill settings. GridevenHolidayHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for even holiday hatch fill settings. GridevenHolidayHatchFill(String type, String color, Number thickness, Number size)Setter for even holiday hatch fill settings. GridevenHolidayHatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. GridevenHolidayHatchFill(HatchFill settings)Setter for hatch fill settings using an instance. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. voidheight()Getter for element height settings. Gridheight(Number height)Setter for element height setting. Gridheight(String height)Setter for element height setting. voidhorizontalStroke()Getter for the horizontal stroke. GridhorizontalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. GridhorizontalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. GridhorizontalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. GridhorizontalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. GridhorizontalStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. GridhorizontalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the horizontal stroke. GridhorizontalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the horizontal stroke. voidleft()Getter for element left bound settings. Gridleft(Number left)Setter for element left bound settings. Gridleft(String left)Setter for element left bound settings. voidmaxHeight()Getter for the maximum height. GridmaxHeight(Number height)Setter for the maximum height. GridmaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. GridmaxWidth(Number width)Setter for the maximum width. GridmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. GridminHeight(Number height)Setter for the minimum height. GridminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. GridminWidth(Number width)Setter for the minimum width. GridminWidth(String width)Setter for the minimum width. voidoddFill()Getter for the odd fill color. GridoddFill(Fill color)Setter for odd fill settings using an array, an object or a string. GridoddFill(GradientKey color)Setter for odd fill settings using an array, an object or a string. GridoddFill(Array<String> color)Setter for odd fill settings using an array, an object or a string. GridoddFill(String color, Number opacity)Odd fill color with opacity. GridoddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient odd fill. GridoddFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient odd fill. GridoddFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient odd fill. GridoddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient odd fill. GridoddFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient odd fill. GridoddFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient odd fill. GridoddFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd fill. GridoddFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd fill. PatternFilloddHatchFill()Getter for odd hatch fill settings. GridoddHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for odd hatch fill settings. GridoddHatchFill(String type, String color, Number thickness, Number size)Setter for odd hatch fill settings. GridoddHatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. GridoddHatchFill(HatchFill settings)Setter for hatch fill settings using an instance. voidoddHolidayFill()Getter for the odd holiday fill color. GridoddHolidayFill(Fill value)Setter for odd holiday fill settings using an array, an object or a string. GridoddHolidayFill(GradientKey value)Setter for odd holiday fill settings using an array, an object or a string. GridoddHolidayFill(Array<String> value)Setter for odd holiday fill settings using an array, an object or a string. GridoddHolidayFill(String color, Number opacity)Odd holiday fill color with opacity. GridoddHolidayFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient odd holiday fill. GridoddHolidayFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd holiday fill. GridoddHolidayFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd holiday fill. PatternFilloddHolidayHatchFill()Getter for odd holiday hatch fill settings. GridoddHolidayHatchFill(HatchFillType type, String color, Number thickness, Number size)Setter for odd holiday hatch fill settings. GridoddHolidayHatchFill(String type, String color, Number thickness, Number size)Setter for odd holiday hatch fill settings. GridoddHolidayHatchFill(PatternFill patternFill)Setter for hatch fill settings using pattern fill. GridoddHolidayHatchFill(HatchFill settings)Setter for hatch fill settings using an instance. Overlayoverlay()Getter for the overlay element. Gridoverlay(String settings)Setter for the overlay element. Gridoverlay(Boolean settings)Setter for the overlay element. 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. voidright()Getter for element right bound settings. Gridright(Number right)Setter for element right bound setting. Gridright(String right)Setter for element right bound setting. voidtop()Getter for element top bound settings. Gridtop(Number top)Setter for element top bound settings. Gridtop(String top)Setter for element top bound 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(). voidverticalStroke()Getter for the vertical stroke. GridverticalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. GridverticalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. GridverticalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. GridverticalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. GridverticalStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. GridverticalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the vertical stroke. GridverticalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the vertical stroke. voidwidth()Getter for element width settings. Gridwidth(Number width)Setter for element width setting. Gridwidth(String width)Setter for element width setting. voidzIndex()Getter for the Z-index of the element. GridzIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. Gridcontainer(Layer element)Setter for the container. Gridcontainer(Stage element)Setter for the container. Gridcontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. GridparentBounds(Rect bounds)Setter for the parent bounds using single value. GridparentBounds(String bounds)Setter for the parent bounds using single value. GridparentBounds(Number bounds)Setter for the parent bounds using single value. GridparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. -
Methods inherited from class com.anychart.core.VisualBaseWithBounds
bottom, bottom, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, bounds, container, container, container, enabled, height, height, instantiate, left, left, maxHeight, maxHeight, maxWidth, maxWidth, minHeight, minHeight, minWidth, minWidth, parentBounds, parentBounds, parentBounds, parentBounds, right, right, top, top, width, width, zIndex -
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
-
Grid
Grid(String jsChart)
-
-
Method Detail
-
instantiate
static Grid instantiate()
-
background
Background background()
Getter for the background.
-
background
Grid background(String settings)
Setter for the background.
-
background
Grid background(Boolean settings)
Setter for the background.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bounds
Grid bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Grid bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
drawBottomLine
void drawBottomLine()
Getter for the bottom line drawing flag.
-
drawBottomLine
Grid drawBottomLine(Boolean enabled)
Setter for the bottom line drawing flag.
-
drawLeftLine
void drawLeftLine()
Getter for the left line drawing flag.
-
drawLeftLine
Grid drawLeftLine(Boolean enabled)
Setter for the left line drawing flag.
-
drawRightLine
void drawRightLine()
Getter for the right line drawing flag.
-
drawRightLine
Grid drawRightLine(Boolean enabled)
Setter for the right line drawing flag.
-
drawTopLine
void drawTopLine()
Getter for the top line drawing flag.
-
drawTopLine
Grid drawTopLine(Boolean enabled)
Setter for the top line drawing flag.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
evenFill
void evenFill()
Getter for the even fill color.
-
evenFill
Grid evenFill(Fill color)
Setter for even fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(GradientKey color)
Setter for even fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(Array<String> color)
Setter for even fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
Grid evenFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHatchFill
PatternFill evenHatchFill()
Getter for even hatch fill settings.
-
evenHatchFill
Grid evenHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for even hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
evenHatchFill
Grid evenHatchFill(String type, String color, Number thickness, Number size)
Setter for even hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
evenHatchFill
Grid evenHatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHatchFill
Grid evenHatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
void evenHolidayFill()
Getter for the even holiday fill color.
-
evenHolidayFill
Grid evenHolidayFill(Fill color)
Setter for even holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(GradientKey color)
Setter for even holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(Array<String> color)
Setter for even holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(String color, Number opacity)
Odd holiday fill color with opacity.
-
evenHolidayFill
Grid evenHolidayFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayFill
Grid evenHolidayFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient even holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayHatchFill
PatternFill evenHolidayHatchFill()
Getter for even holiday hatch fill settings.
-
evenHolidayHatchFill
Grid evenHolidayHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for even holiday hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
evenHolidayHatchFill
Grid evenHolidayHatchFill(String type, String color, Number thickness, Number size)
Setter for even holiday hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
evenHolidayHatchFill
Grid evenHolidayHatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenHolidayHatchFill
Grid evenHolidayHatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
getPixelBounds
Rect getPixelBounds()
Returns pixel bounds of the element due to parent bounds and self bounds settings.
-
height
void height()
Getter for element height settings.
-
horizontalStroke
void horizontalStroke()
Getter for the horizontal stroke.
-
horizontalStroke
Grid horizontalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
horizontalStroke
Grid horizontalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the horizontal stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
left
void left()
Getter for element left bound settings.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
oddFill
void oddFill()
Getter for the odd fill color.
-
oddFill
Grid oddFill(Fill color)
Setter for odd fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(GradientKey color)
Setter for odd fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(Array<String> color)
Setter for odd fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
Grid oddFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHatchFill
PatternFill oddHatchFill()
Getter for odd hatch fill settings.
-
oddHatchFill
Grid oddHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for odd hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
oddHatchFill
Grid oddHatchFill(String type, String color, Number thickness, Number size)
Setter for odd hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
oddHatchFill
Grid oddHatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHatchFill
Grid oddHatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
void oddHolidayFill()
Getter for the odd holiday fill color.
-
oddHolidayFill
Grid oddHolidayFill(Fill value)
Setter for odd holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(GradientKey value)
Setter for odd holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(Array<String> value)
Setter for odd holiday fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(String color, Number opacity)
Odd holiday fill color with opacity.
-
oddHolidayFill
Grid oddHolidayFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayFill
Grid oddHolidayFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient odd holiday fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayHatchFill
PatternFill oddHolidayHatchFill()
Getter for odd holiday hatch fill settings.
-
oddHolidayHatchFill
Grid oddHolidayHatchFill(HatchFillType type, String color, Number thickness, Number size)
Setter for odd holiday hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
oddHolidayHatchFill
Grid oddHolidayHatchFill(String type, String color, Number thickness, Number size)
Setter for odd holiday hatch fill settings. {docs:Graphics/Hatch_Fill_Settings}Learn more about hatch fill settings.{docs}
-
oddHolidayHatchFill
Grid oddHolidayHatchFill(PatternFill patternFill)
Setter for hatch fill settings using pattern fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddHolidayHatchFill
Grid oddHolidayHatchFill(HatchFill settings)
Setter for hatch fill settings using an instance. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
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.
-
right
void right()
Getter for element right bound settings.
-
top
void top()
Getter for element top bound settings.
-
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().
-
verticalStroke
void verticalStroke()
Getter for the vertical stroke.
-
verticalStroke
Grid verticalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
verticalStroke
Grid verticalStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the vertical stroke. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
width
void width()
Getter for element width settings.
-
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
Grid 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
Grid 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
Grid 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.
-
-
-
-