static ISlider |
ISliderCtrl.from(Slider instance) |
|
static ISlider |
ISlider.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ISlider |
ISlider.withAngleArc(double angleArc) |
Returns a copy of this immutable component with the specified
angleArc .
|
default ISlider |
ISlider.withCurpos(double curpos) |
Returns a copy of this immutable component with the specified
curpos .
|
default ISlider |
ISlider.withCurpos(int curpos) |
Returns a copy of this immutable component with the specified
curpos .
|
ISlider |
ISlider.withCurposInDouble(double curpos) |
Returns a copy of this immutable component with the specified
curpos .
|
default ISlider |
ISlider.withMaxpos(double maxpos) |
Returns a copy of this immutable component with the specified
maxpos .
|
default ISlider |
ISlider.withMaxpos(int maxpos) |
Returns a copy of this immutable component with the specified
maxpos .
|
ISlider |
ISlider.withMaxposInDouble(double maxpos) |
Returns a copy of this immutable component with the specified
maxpos .
|
default ISlider |
ISlider.withMinpos(double minpos) |
Returns a copy of this immutable component with the specified
minpos .
|
default ISlider |
ISlider.withMinpos(int minpos) |
Returns a copy of this immutable component with the specified
minpos .
|
ISlider |
ISlider.withMinposInDouble(double minpos) |
Returns a copy of this immutable component with the specified
minpos .
|
ISlider |
ISlider.withName(java.lang.String name) |
Returns a copy of this immutable component with the specified name .
|
ISlider |
ISlider.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default ISlider |
ISlider.withOrient(ISlider.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|
default ISlider |
ISlider.withPageIncrement(double pageIncrement) |
Returns a copy of this immutable component with the specified
pageIncrement .
|
default ISlider |
ISlider.withPageIncrement(int pageIncrement) |
Returns a copy of this immutable component with the specified
pageIncrement .
|
ISlider |
ISlider.withPageIncrementInDouble(double pageIncrement) |
Returns a copy of this immutable component with the specified
pageIncrement .
|
ISlider |
ISlider.withScaleInput(double scaleInput) |
Returns a copy of this immutable component with the specified
scaleInput .
|
ISlider |
ISlider.withSlidingtext(java.lang.String slidingtext) |
Returns a copy of this immutable component with the specified
slidingtext .
|
default ISlider |
ISlider.withStep(double step) |
Returns a copy of this immutable component with the specified
step .
|
default ISlider |
ISlider.withStep(int step) |
Returns a copy of this immutable component with the specified
step .
|
ISlider |
ISlider.withStepInDouble(double step) |
Returns a copy of this immutable component with the specified
step .
|
ISlider |
ISlider.withStrokeWidth(double strokeWidth) |
Returns a copy of this immutable component with the specified
strokeWidth .
|