-
public class Background extends JsObject
The Background class contains methods for configuring standalones background.
-
-
Constructor Summary
Constructors Constructor Description Background(String jsChart)
-
Method Summary
Modifier and Type Method Description static Backgroundinstantiate()StringgetJsBase()voidbottom()Getter for element bottom bound settings. Backgroundbottom(Number bottom)Setter for element bottom bound settings. Backgroundbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. Backgroundbounds(RectObj bounds)Setter for bounds of the element using one parameter. Backgroundbounds(Rect bounds)Setter for bounds of the element using one parameter. Backgroundbounds(Bounds bounds)Setter for bounds of the element using one parameter. Backgroundbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. Backgroundbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. Backgroundbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. Backgroundbounds(Number x, Number y, String width, String height)Setter for element bounds settings. Backgroundbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. Backgroundbounds(Number x, String y, Number width, String height)Setter for element bounds settings. Backgroundbounds(Number x, String y, String width, Number height)Setter for element bounds settings. Backgroundbounds(Number x, String y, String width, String height)Setter for element bounds settings. Backgroundbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. Backgroundbounds(String x, Number y, Number width, String height)Setter for element bounds settings. Backgroundbounds(String x, Number y, String width, Number height)Setter for element bounds settings. Backgroundbounds(String x, Number y, String width, String height)Setter for element bounds settings. Backgroundbounds(String x, String y, Number width, Number height)Setter for element bounds settings. Backgroundbounds(String x, String y, Number width, String height)Setter for element bounds settings. Backgroundbounds(String x, String y, String width, Number height)Setter for element bounds settings. Backgroundbounds(String x, String y, String width, String height)Setter for element bounds settings. Layercontainer()Getter for the background container. Backgroundcontainer(Layer element)Setter for the background container. Backgroundcontainer(Stage element)Setter for the background container. voidcornerType()Getter for the corner type. BackgroundcornerType(BackgroundCornersType type)Setter for the corner type. BackgroundcornerType(String type)Setter for the corner type. voidcorners()Getter for the corner radius. Backgroundcorners(Number corners)Setter for the corner radius by one value. Backgroundcorners(String corners)Setter for the corner radius by one value. Backgroundcorners(Array<Number> corners)Setter for the corner radius by one value. Backgroundcorners(Number topLeft, Number topRight, Number bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, Number topRight, Number bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, Number topRight, String bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, Number topRight, String bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, String topRight, Number bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, String topRight, Number bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, String topRight, String bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(Number topLeft, String topRight, String bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, Number topRight, Number bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, Number topRight, Number bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, Number topRight, String bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, Number topRight, String bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, String topRight, Number bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, String topRight, Number bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, String topRight, String bottomRight, Number bottomLeft)Setter for the corner radius by each value. Backgroundcorners(String topLeft, String topRight, String bottomRight, String bottomLeft)Setter for the corner radius by each value. Backgrounddraw()Draw background. voidenabled()Getter for the element state (enabled or disabled). Backgroundenabled(Boolean enabled)Setter for the element enabled state. voidfill()Getter for the background fill. Backgroundfill(Fill color)Setter for fill settings using an object, an array or a string. Backgroundfill(GradientKey color)Setter for fill settings using an object, an array or a string. Backgroundfill(Array<String> color)Setter for fill settings using an object, an array or a string. Backgroundfill(String color, Number opacity)Fill as a color with opacity. Backgroundfill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Backgroundfill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Backgroundfill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. Backgroundfill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. Backgroundfill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. Backgroundfill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. Backgroundfill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. Backgroundfill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. voidheight()Getter for element height settings. Backgroundheight(Number height)Setter for element height setting. Backgroundheight(String height)Setter for element height setting. voidleft()Getter for element left bound settings. Backgroundleft(Number left)Setter for element left bound settings. Backgroundleft(String left)Setter for element left bound settings. voidmaxHeight()Getter for the maximum height. BackgroundmaxHeight(Number height)Setter for the maximum height. BackgroundmaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. BackgroundmaxWidth(Number width)Setter for the maximum width. BackgroundmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. BackgroundminHeight(Number height)Setter for the minimum height. BackgroundminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. BackgroundminWidth(Number width)Setter for the minimum width. BackgroundminWidth(String width)Setter for the minimum width. RectparentBounds()Getter for parent bounds. BackgroundparentBounds(Rect bounds)Setter for parent bounds using single value. BackgroundparentBounds(String bounds)Setter for parent bounds using single value. BackgroundparentBounds(Number left, Number top, Number width, Number height)Setter for parent bounds using several values. 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. Backgroundright(Number right)Setter for element right bound setting. Backgroundright(String right)Setter for element right bound setting. voidstroke()Getter for the background stroke. Backgroundstroke(Stroke color)Setter for stroke settings using one parameter. Backgroundstroke(ColoredFill color)Setter for stroke settings using one parameter. Backgroundstroke(String color)Setter for stroke settings using one parameter. Backgroundstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. Backgroundstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. Backgroundstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. Backgroundstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. Backgroundstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for stroke settings. Backgroundstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for stroke settings. Backgroundstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for stroke settings. Backgroundstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for stroke settings. voidtop()Getter for element top bound settings. Backgroundtop(Number top)Setter for element top bound settings. Backgroundtop(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(). voidwidth()Getter for element width settings. Backgroundwidth(Number width)Setter for element width setting. Backgroundwidth(String width)Setter for element width setting. voidzIndex()Getter for the Z-index of the element. BackgroundzIndex(Number zIndex)Setter for the Z-index of the element. voidbottomStroke()Getter for the bottom stroke. BackgroundbottomStroke(Stroke color)Setter for bottom stroke settings using one parameter. BackgroundbottomStroke(ColoredFill color)Setter for bottom stroke settings using one parameter. BackgroundbottomStroke(String color)Setter for bottom stroke settings using one parameter. BackgroundbottomStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for bottom stroke settings. BackgroundbottomStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for bottom stroke settings. voidleftStroke()Getter for the left stroke. BackgroundleftStroke(Stroke color)Setter for left stroke settings using one parameter. BackgroundleftStroke(String color)Setter for left stroke settings using one parameter. BackgroundleftStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for left stroke settings. BackgroundleftStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for left stroke settings. BackgroundleftStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for left stroke settings. BackgroundleftStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for left stroke settings. BackgroundleftStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for left stroke settings. BackgroundleftStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for left stroke settings. BackgroundleftStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for left stroke settings. BackgroundleftStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for left stroke settings. voidrightStroke()Getter for the right stroke. BackgroundrightStroke(Stroke color)Setter for right stroke settings using one parameter. BackgroundrightStroke(ColoredFill color)Setter for right stroke settings using one parameter. BackgroundrightStroke(String color)Setter for right stroke settings using one parameter. BackgroundrightStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for right stroke settings. BackgroundrightStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for right stroke settings. BackgroundrightStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for right stroke settings. BackgroundrightStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for right stroke settings. BackgroundrightStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for right stroke settings. BackgroundrightStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for right stroke settings. BackgroundrightStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for right stroke settings. BackgroundrightStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for right stroke settings. voidtopStroke()Getter for the top stroke. BackgroundtopStroke(Stroke color)Setter for top stroke settings using one parameter. BackgroundtopStroke(ColoredFill color)Setter for top stroke settings using one parameter. BackgroundtopStroke(String color)Setter for top stroke settings using one parameter. BackgroundtopStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for top stroke settings. BackgroundtopStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for top stroke settings. BackgroundtopStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for top stroke settings. BackgroundtopStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for top stroke settings. BackgroundtopStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for top stroke settings. BackgroundtopStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for top stroke settings. BackgroundtopStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for top stroke settings. BackgroundtopStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for top stroke settings. Backgroundfill(String value)-
-
Constructor Detail
-
Background
Background(String jsChart)
-
-
Method Detail
-
instantiate
static Background instantiate()
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bottom
Background bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
Background bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
Background bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
Background bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
Background bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
Background bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Background bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
container
Background container(Layer element)
Setter for the background container.
-
container
Background container(Stage element)
Setter for the background container.
-
cornerType
void cornerType()
Getter for the corner type.
-
cornerType
Background cornerType(BackgroundCornersType type)
Setter for the corner type.
-
cornerType
Background cornerType(String type)
Setter for the corner type.
-
corners
void corners()
Getter for the corner radius.
-
corners
Background corners(Number corners)
Setter for the corner radius by one value.
-
corners
Background corners(String corners)
Setter for the corner radius by one value.
-
corners
Background corners(Array<Number> corners)
Setter for the corner radius by one value.
-
corners
Background corners(Number topLeft, Number topRight, Number bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, Number topRight, Number bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, Number topRight, String bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, Number topRight, String bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, String topRight, Number bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, String topRight, Number bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, String topRight, String bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(Number topLeft, String topRight, String bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, Number topRight, Number bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, Number topRight, Number bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, Number topRight, String bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, Number topRight, String bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, String topRight, Number bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, String topRight, Number bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, String topRight, String bottomRight, Number bottomLeft)
Setter for the corner radius by each value.
-
corners
Background corners(String topLeft, String topRight, String bottomRight, String bottomLeft)
Setter for the corner radius by each value.
-
draw
Background draw()
Draw background.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
Background enabled(Boolean enabled)
Setter for the element enabled state.
-
fill
void fill()
Getter for the background fill.
-
fill
Background fill(Fill color)
Setter for fill settings using an object, an array or a string. Accepts:
- anychart.graphics.vector.LinearGradientFill
- anychart.graphics.vector.RadialGradientFill
- anychart.graphics.vector.Fill
- anychart.graphics.vector.ImageFill
-
fill
Background fill(GradientKey color)
Setter for fill settings using an object, an array or a string. Accepts:
- anychart.graphics.vector.LinearGradientFill
- anychart.graphics.vector.RadialGradientFill
- anychart.graphics.vector.Fill
- anychart.graphics.vector.ImageFill
-
fill
Background fill(Array<String> color)
Setter for fill settings using an object, an array or a string. Accepts:
- anychart.graphics.vector.LinearGradientFill
- anychart.graphics.vector.RadialGradientFill
- anychart.graphics.vector.Fill
- anychart.graphics.vector.ImageFill
-
fill
Background fill(String color, Number opacity)
Fill as a color with opacity.
-
fill
Background fill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill.
-
fill
Background fill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill.
-
fill
Background fill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill.
-
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.
-
height
Background height(Number height)
Setter for element height setting.
-
height
Background height(String height)
Setter for element height setting.
-
left
void left()
Getter for element left bound settings.
-
left
Background left(Number left)
Setter for element left bound settings.
-
left
Background left(String left)
Setter for element left bound settings.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
Background maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
Background maxHeight(String height)
Setter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
Background maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
Background maxWidth(String width)
Setter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
Background minHeight(Number height)
Setter for the minimum height.
-
minHeight
Background minHeight(String height)
Setter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
Background minWidth(Number width)
Setter for the minimum width.
-
minWidth
Background minWidth(String width)
Setter for the minimum width.
-
parentBounds
Rect parentBounds()
Getter for parent bounds. As a getter falls back to stage bounds.
-
parentBounds
Background parentBounds(Rect bounds)
Setter for parent bounds using single value.
-
parentBounds
Background parentBounds(String bounds)
Setter for parent bounds using single value.
-
parentBounds
Background parentBounds(Number left, Number top, Number width, Number height)
Setter for parent bounds using several values.
-
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.
-
right
Background right(Number right)
Setter for element right bound setting.
-
right
Background right(String right)
Setter for element right bound setting.
-
stroke
void stroke()
Getter for the background stroke.
-
stroke
Background stroke(Stroke color)
Setter for stroke settings using one parameter.
-
stroke
Background stroke(ColoredFill color)
Setter for stroke settings using one parameter.
-
stroke
Background stroke(String color)
Setter for stroke settings using one parameter.
-
stroke
Background stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings.
-
stroke
Background stroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings.
-
stroke
Background stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings.
-
stroke
Background stroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings.
-
stroke
Background stroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for stroke settings.
-
stroke
Background stroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for stroke settings.
-
stroke
Background stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for stroke settings.
-
stroke
Background stroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for stroke settings.
-
top
void top()
Getter for element top bound settings.
-
top
Background top(Number top)
Setter for element top bound settings.
-
top
Background top(String top)
Setter 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().
-
width
void width()
Getter for element width settings.
-
width
Background width(Number width)
Setter for element width setting.
-
width
Background width(String width)
Setter for element width setting.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
Background zIndex(Number zIndex)
Setter for the Z-index of the element.
-
bottomStroke
void bottomStroke()
Getter for the bottom stroke.
-
bottomStroke
Background bottomStroke(Stroke color)
Setter for bottom stroke settings using one parameter.
-
bottomStroke
Background bottomStroke(ColoredFill color)
Setter for bottom stroke settings using one parameter.
-
bottomStroke
Background bottomStroke(String color)
Setter for bottom stroke settings using one parameter.
-
bottomStroke
Background bottomStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for bottom stroke settings.
-
bottomStroke
Background bottomStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for bottom stroke settings.
-
leftStroke
void leftStroke()
Getter for the left stroke.
-
leftStroke
Background leftStroke(Stroke color)
Setter for left stroke settings using one parameter.
-
leftStroke
Background leftStroke(String color)
Setter for left stroke settings using one parameter.
-
leftStroke
Background leftStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for left stroke settings.
-
leftStroke
Background leftStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for left stroke settings.
-
rightStroke
void rightStroke()
Getter for the right stroke.
-
rightStroke
Background rightStroke(Stroke color)
Setter for right stroke settings using one parameter.
-
rightStroke
Background rightStroke(ColoredFill color)
Setter for right stroke settings using one parameter.
-
rightStroke
Background rightStroke(String color)
Setter for right stroke settings using one parameter.
-
rightStroke
Background rightStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for right stroke settings.
-
rightStroke
Background rightStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for right stroke settings.
-
topStroke
void topStroke()
Getter for the top stroke.
-
topStroke
Background topStroke(Stroke color)
Setter for top stroke settings using one parameter.
-
topStroke
Background topStroke(ColoredFill color)
Setter for top stroke settings using one parameter.
-
topStroke
Background topStroke(String color)
Setter for top stroke settings using one parameter.
-
topStroke
Background topStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(Stroke value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(Stroke value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(String value, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(String value, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for top stroke settings.
-
topStroke
Background topStroke(String value, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for top stroke settings.
-
fill
Background fill(String value)
-
-
-
-