-
public class ResourceList extends VisualBaseWithBounds
Resource list constructor.
-
-
Constructor Summary
Constructors Constructor Description ResourceList(String jsChart)
-
Method Summary
Modifier and Type Method Description static ResourceListinstantiate()StringgetJsBase()Backgroundbackground()Getter for the background. ResourceListbackground(String settings)Setter for the background. ResourceListbackground(Boolean settings)Setter for the background. voidbottom()Getter for element bottom bound settings. ResourceListbottom(Number bottom)Setter for element bottom bound settings. ResourceListbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. ResourceListbounds(RectObj bounds)Setter for bounds of the element using one parameter. ResourceListbounds(Rect bounds)Setter for bounds of the element using one parameter. ResourceListbounds(Bounds bounds)Setter for bounds of the element using one parameter. ResourceListbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. ResourceListbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. ResourceListbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. ResourceListbounds(Number x, Number y, String width, String height)Setter for element bounds settings. ResourceListbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. ResourceListbounds(Number x, String y, Number width, String height)Setter for element bounds settings. ResourceListbounds(Number x, String y, String width, Number height)Setter for element bounds settings. ResourceListbounds(Number x, String y, String width, String height)Setter for element bounds settings. ResourceListbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. ResourceListbounds(String x, Number y, Number width, String height)Setter for element bounds settings. ResourceListbounds(String x, Number y, String width, Number height)Setter for element bounds settings. ResourceListbounds(String x, Number y, String width, String height)Setter for element bounds settings. ResourceListbounds(String x, String y, Number width, Number height)Setter for element bounds settings. ResourceListbounds(String x, String y, Number width, String height)Setter for element bounds settings. ResourceListbounds(String x, String y, String width, Number height)Setter for element bounds settings. ResourceListbounds(String x, String y, String width, String height)Setter for element bounds settings. TextSettingsdescriptions()Getter for descriptions. ResourceListdescriptions(String settings)Setter for descriptions. voiddrawBottomLine()Getter for the bottom line drawing flag. ResourceListdrawBottomLine(Boolean enabled)Setter for the bottom line drawing flag. voiddrawLeftLine()Getter for the left line drawing flag. ResourceListdrawLeftLine(Boolean enabled)Setter for the left line drawing flag. voiddrawRightLine()Getter for the right line drawing flag. ResourceListdrawRightLine(Boolean enabled)Setter for the right line drawing flag. voiddrawTopLine()Getter for the top line drawing flag. ResourceListdrawTopLine(Boolean enabled)Setter for the top line drawing flag. voidenabled()Getter for the element state (enabled or disabled). ResourceListenabled(Boolean enabled)Setter for the element enabled state. voidevenFill()Getter for the even fill color. ResourceListevenFill(Fill color)Setter for even fill settings using an array, an object or a string. ResourceListevenFill(GradientKey color)Setter for even fill settings using an array, an object or a string. ResourceListevenFill(Array<String> color)Setter for even fill settings using an array, an object or a string. ResourceListevenFill(String color, Number opacity)Even fill color with opacity. ResourceListevenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient even fill. ResourceListevenFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient even fill. ResourceListevenFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient even fill. ResourceListevenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient even fill. ResourceListevenFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient even fill. ResourceListevenFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient even fill. ResourceListevenFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even fill. ResourceListevenFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient even fill. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. voidheight()Getter for element height settings. ResourceListheight(Number height)Setter for element height setting. ResourceListheight(String height)Setter for element height setting. ImageSettingsimages()Getter for images. ResourceListimages(String settings)Setter for images. voidleft()Getter for element left bound settings. ResourceListleft(Number left)Setter for element left bound settings. ResourceListleft(String left)Setter for element left bound settings. voidmaxHeight()Getter for the maximum height. ResourceListmaxHeight(Number height)Setter for the maximum height. ResourceListmaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. ResourceListmaxWidth(Number width)Setter for the maximum width. ResourceListmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. ResourceListminHeight(Number height)Setter for the minimum height. ResourceListminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. ResourceListminWidth(Number width)Setter for the minimum width. ResourceListminWidth(String width)Setter for the minimum width. TextSettingsnames()Getter for names. ResourceListnames(String settings)Setter for names. voidoddFill()Getter for the odd fill color. ResourceListoddFill(Fill color)Setter for odd fill settings using an array, an object or a string. ResourceListoddFill(GradientKey color)Setter for odd fill settings using an array, an object or a string. ResourceListoddFill(Array<String> color)Setter for odd fill settings using an array, an object or a string. ResourceListoddFill(String color, Number opacity)Odd fill color with opacity. ResourceListoddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient odd fill. ResourceListoddFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd fill. ResourceListoddFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient odd fill. Overlayoverlay()Getter for the overlay element. ResourceListoverlay(String settings)Setter for the overlay element. ResourceListoverlay(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. ResourceListright(Number right)Setter for element right bound setting. ResourceListright(String right)Setter for element right bound setting. voidstroke()Getter for the stroke. ResourceListstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the stroke. ResourceListstroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the stroke. ResourceListstroke(String settings)Setter for stroke using an object. TagsSettingstags()Getter for tags. ResourceListtags(String settings)Setter for tags. voidtop()Getter for element top bound settings. ResourceListtop(Number top)Setter for element top bound settings. ResourceListtop(String top)Setter for element top bound settings. TextSettingstypes()Getter for types. ResourceListtypes(String settings)Setter for types. 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. ResourceListwidth(Number width)Setter for element width setting. ResourceListwidth(String width)Setter for element width setting. voidzIndex()Getter for the Z-index of the element. ResourceListzIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. ResourceListcontainer(Layer element)Setter for the container. ResourceListcontainer(Stage element)Setter for the container. ResourceListcontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. ResourceListparentBounds(Rect bounds)Setter for the parent bounds using single value. ResourceListparentBounds(String bounds)Setter for the parent bounds using single value. ResourceListparentBounds(Number bounds)Setter for the parent bounds using single value. ResourceListparentBounds(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
-
ResourceList
ResourceList(String jsChart)
-
-
Method Detail
-
instantiate
static ResourceList instantiate()
-
background
Background background()
Getter for the background.
-
background
ResourceList background(String settings)
Setter for the background.
-
background
ResourceList background(Boolean settings)
Setter for the background.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bottom
ResourceList bottom(Number bottom)
Setter for element bottom bound settings.
-
bottom
ResourceList bottom(String bottom)
Setter for element bottom bound settings.
-
bounds
ResourceList bounds(RectObj bounds)
Setter for bounds of the element using one parameter.
-
bounds
ResourceList bounds(Rect bounds)
Setter for bounds of the element using one parameter.
-
bounds
ResourceList bounds(Bounds bounds)
Setter for bounds of the element using one parameter.
-
bounds
ResourceList bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ResourceList bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
descriptions
TextSettings descriptions()
Getter for descriptions.
-
descriptions
ResourceList descriptions(String settings)
Setter for descriptions.
-
drawBottomLine
void drawBottomLine()
Getter for the bottom line drawing flag.
-
drawBottomLine
ResourceList drawBottomLine(Boolean enabled)
Setter for the bottom line drawing flag.
-
drawLeftLine
void drawLeftLine()
Getter for the left line drawing flag.
-
drawLeftLine
ResourceList drawLeftLine(Boolean enabled)
Setter for the left line drawing flag.
-
drawRightLine
void drawRightLine()
Getter for the right line drawing flag.
-
drawRightLine
ResourceList drawRightLine(Boolean enabled)
Setter for the right line drawing flag.
-
drawTopLine
void drawTopLine()
Getter for the top line drawing flag.
-
drawTopLine
ResourceList drawTopLine(Boolean enabled)
Setter for the top line drawing flag.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
enabled
ResourceList enabled(Boolean enabled)
Setter for the element enabled state.
-
evenFill
void evenFill()
Getter for the even fill color.
-
evenFill
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList evenFill(String color, Number opacity)
Even fill color with opacity.
-
evenFill
ResourceList evenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList evenFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList evenFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList evenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList evenFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList evenFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient even fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
evenFill
ResourceList 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
ResourceList 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}
-
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
ResourceList height(Number height)
Setter for element height setting.
-
height
ResourceList height(String height)
Setter for element height setting.
-
images
ImageSettings images()
Getter for images.
-
images
ResourceList images(String settings)
Setter for images.
-
left
void left()
Getter for element left bound settings.
-
left
ResourceList left(Number left)
Setter for element left bound settings.
-
left
ResourceList left(String left)
Setter for element left bound settings.
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxHeight
ResourceList maxHeight(Number height)
Setter for the maximum height.
-
maxHeight
ResourceList maxHeight(String height)
Setter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
maxWidth
ResourceList maxWidth(Number width)
Setter for the maximum width.
-
maxWidth
ResourceList maxWidth(String width)
Setter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minHeight
ResourceList minHeight(Number height)
Setter for the minimum height.
-
minHeight
ResourceList minHeight(String height)
Setter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
minWidth
ResourceList minWidth(Number width)
Setter for the minimum width.
-
minWidth
ResourceList minWidth(String width)
Setter for the minimum width.
-
names
TextSettings names()
Getter for names.
-
names
ResourceList names(String settings)
Setter for names.
-
oddFill
void oddFill()
Getter for the odd fill color.
-
oddFill
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList oddFill(String color, Number opacity)
Odd fill color with opacity.
-
oddFill
ResourceList oddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList oddFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList oddFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList oddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList oddFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList oddFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient odd fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
oddFill
ResourceList 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
ResourceList 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}
-
overlay
ResourceList overlay(String settings)
Setter for the overlay element.
-
overlay
ResourceList overlay(Boolean settings)
Setter for the overlay element.
-
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
ResourceList right(Number right)
Setter for element right bound setting.
-
right
ResourceList right(String right)
Setter for element right bound setting.
-
stroke
void stroke()
Getter for the stroke.
-
stroke
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList stroke(String settings)
Setter for stroke using an object.
-
tags
TagsSettings tags()
Getter for tags.
-
tags
ResourceList tags(String settings)
Setter for tags.
-
top
void top()
Getter for element top bound settings.
-
top
ResourceList top(Number top)
Setter for element top bound settings.
-
top
ResourceList top(String top)
Setter for element top bound settings.
-
types
TextSettings types()
Getter for types.
-
types
ResourceList types(String settings)
Setter for types.
-
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
ResourceList width(Number width)
Setter for element width setting.
-
width
ResourceList width(String width)
Setter for element width setting.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
zIndex
ResourceList zIndex(Number zIndex)
Setter for the Z-index of the element.
-
container
ResourceList container(Layer element)
Setter for the container.
-
container
ResourceList container(Stage element)
Setter for the container.
-
container
ResourceList container(String element)
Setter for the container.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
ResourceList 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
ResourceList 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
ResourceList 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
ResourceList 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.
-
-
-
-