-
public class ScrollBar extends VisualBaseWithBounds
Scroll bar.
-
-
Method Summary
Modifier and Type Method Description static ScrollBarinstantiate()StringgetJsBase()voidbackgroundFill()Getter for the background fill. ScrollBarbackgroundFill(Fill color)Setter for background fill settings using an array, an object or a string. ScrollBarbackgroundFill(GradientKey color)Setter for background fill settings using an array, an object or a string. ScrollBarbackgroundFill(Array<String> color)Setter for background fill settings using an array, an object or a string. ScrollBarbackgroundFill(String color, Number opacity)Background fill color with opacity. ScrollBarbackgroundFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill for background. ScrollBarbackgroundFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill for background. ScrollBarbackgroundFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill for background. voidbackgroundStroke()Getter for the background stroke. ScrollBarbackgroundStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the background stroke. ScrollBarbackgroundStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the background stroke. voidbarSize()Getter for the bar size. ScrollBarbarSize(Number size)Setter for the bar size. voidbottom()Getter for element bottom bound settings. ScrollBarbottom(Number bottom)Setter for element bottom bound settings. ScrollBarbottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. ScrollBarbounds(RectObj bounds)Setter for bounds of the element using one parameter. ScrollBarbounds(Rect bounds)Setter for bounds of the element using one parameter. ScrollBarbounds(Bounds bounds)Setter for bounds of the element using one parameter. ScrollBarbounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. ScrollBarbounds(Number x, Number y, Number width, String height)Setter for element bounds settings. ScrollBarbounds(Number x, Number y, String width, Number height)Setter for element bounds settings. ScrollBarbounds(Number x, Number y, String width, String height)Setter for element bounds settings. ScrollBarbounds(Number x, String y, Number width, Number height)Setter for element bounds settings. ScrollBarbounds(Number x, String y, Number width, String height)Setter for element bounds settings. ScrollBarbounds(Number x, String y, String width, Number height)Setter for element bounds settings. ScrollBarbounds(Number x, String y, String width, String height)Setter for element bounds settings. ScrollBarbounds(String x, Number y, Number width, Number height)Setter for element bounds settings. ScrollBarbounds(String x, Number y, Number width, String height)Setter for element bounds settings. ScrollBarbounds(String x, Number y, String width, Number height)Setter for element bounds settings. ScrollBarbounds(String x, Number y, String width, String height)Setter for element bounds settings. ScrollBarbounds(String x, String y, Number width, Number height)Setter for element bounds settings. ScrollBarbounds(String x, String y, Number width, String height)Setter for element bounds settings. ScrollBarbounds(String x, String y, String width, Number height)Setter for element bounds settings. ScrollBarbounds(String x, String y, String width, String height)Setter for element bounds settings. voidbuttonsVisible()Getter for the adding/removing the scroll button from the scroll bar. voidbuttonsVisible(Boolean enabled)Setter for the adding/removing the scroll button from the scroll bar. voidcornersRadius()Getter for corners radius. ScrollBarcornersRadius(Number radius)Setter for corners radius. voidenabled()Getter for the element state (enabled or disabled). ScrollBarenabled(Boolean enabled)Setter for the element enabled state. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. voidheight()Getter for element height settings. ScrollBarheight(Number height)Setter for element height setting. ScrollBarheight(String height)Setter for element height setting. voidleft()Getter for element left bound settings. ScrollBarleft(Number left)Setter for element left bound settings. ScrollBarleft(String left)Setter for element left bound settings. voidmaxHeight()Getter for the maximum height. ScrollBarmaxHeight(Number height)Setter for the maximum height. ScrollBarmaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. ScrollBarmaxWidth(Number width)Setter for the maximum width. ScrollBarmaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. ScrollBarminHeight(Number height)Setter for the minimum height. ScrollBarminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. ScrollBarminWidth(Number width)Setter for the minimum width. ScrollBarminWidth(String width)Setter for the minimum width. voidmouseOutOpacity()Getter for the mouse out opacity. ScrollBarmouseOutOpacity(Number opacity)Setter for the mouse out opacity. voidmouseOverOpacity()Getter for the mouse over opacity. ScrollBarmouseOverOpacity(Number opacity)Setter for the mouse over opacity. 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. ScrollBarright(Number right)Setter for element right bound setting. ScrollBarright(String right)Setter for element right bound setting. voidsliderFill()Getter for the slider fill. ScrollBarsliderFill(Fill color)Setter for slider fill settings using an array, an object or a string. ScrollBarsliderFill(GradientKey color)Setter for slider fill settings using an array, an object or a string. ScrollBarsliderFill(Array<String> color)Setter for slider fill settings using an array, an object or a string. ScrollBarsliderFill(String color, Number opacity)Slider fill color with opacity. ScrollBarsliderFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill for slider. ScrollBarsliderFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill for slider. ScrollBarsliderFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill for slider. voidsliderStroke()Getter for the slider stroke. ScrollBarsliderStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. ScrollBarsliderStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. ScrollBarsliderStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. ScrollBarsliderStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. ScrollBarsliderStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. ScrollBarsliderStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for the slider stroke. ScrollBarsliderStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for the slider stroke. voidtop()Getter for element top bound settings. ScrollBartop(Number top)Setter for element top bound settings. ScrollBartop(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. ScrollBarwidth(Number width)Setter for element width setting. ScrollBarwidth(String width)Setter for element width setting. voidzIndex()Getter for the Z-index of the element. ScrollBarzIndex(Number zIndex)Setter for the Z-index of the element. Layercontainer()Getter for the container. ScrollBarcontainer(Layer element)Setter for the container. ScrollBarcontainer(Stage element)Setter for the container. ScrollBarcontainer(String element)Setter for the container. RectparentBounds()Getter for the parent bounds. ScrollBarparentBounds(Rect bounds)Setter for the parent bounds using single value. ScrollBarparentBounds(String bounds)Setter for the parent bounds using single value. ScrollBarparentBounds(Number bounds)Setter for the parent bounds using single value. ScrollBarparentBounds(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
-
ScrollBar
ScrollBar(String jsChart)
-
-
Method Detail
-
instantiate
static ScrollBar instantiate()
-
backgroundFill
void backgroundFill()
Getter for the background fill.
-
backgroundFill
ScrollBar backgroundFill(Fill color)
Setter for background fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(GradientKey color)
Setter for background fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(Array<String> color)
Setter for background fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(String color, Number opacity)
Background fill color with opacity.
-
backgroundFill
ScrollBar backgroundFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundFill
ScrollBar backgroundFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill for background. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
backgroundStroke
void backgroundStroke()
Getter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the background stroke.
-
backgroundStroke
ScrollBar backgroundStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the background stroke.
-
barSize
void barSize()
Getter for the bar size.
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bounds
ScrollBar bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
ScrollBar bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
buttonsVisible
void buttonsVisible()
Getter for the adding/removing the scroll button from the scroll bar.
-
buttonsVisible
void buttonsVisible(Boolean enabled)
Setter for the adding/removing the scroll button from the scroll bar.
-
cornersRadius
void cornersRadius()
Getter for corners radius.
-
cornersRadius
ScrollBar cornersRadius(Number radius)
Setter for corners radius.Note: corners radius can't exceed the half of the smallest scroll bar side.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
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.
-
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.
-
mouseOutOpacity
void mouseOutOpacity()
Getter for the mouse out opacity.
-
mouseOutOpacity
ScrollBar mouseOutOpacity(Number opacity)
Setter for the mouse out opacity.
-
mouseOverOpacity
void mouseOverOpacity()
Getter for the mouse over opacity.
-
mouseOverOpacity
ScrollBar mouseOverOpacity(Number opacity)
Setter for the mouse over opacity.
-
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.
-
sliderFill
void sliderFill()
Getter for the slider fill.
-
sliderFill
ScrollBar sliderFill(Fill color)
Setter for slider fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(GradientKey color)
Setter for slider fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(Array<String> color)
Setter for slider fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(String color, Number opacity)
Slider fill color with opacity.
-
sliderFill
ScrollBar sliderFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderFill
ScrollBar sliderFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill for slider. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
sliderStroke
void sliderStroke()
Getter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for the slider stroke.
-
sliderStroke
ScrollBar sliderStroke(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for the slider stroke.
-
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().
-
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
ScrollBar 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
ScrollBar 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
ScrollBar 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.
-
-
-
-