public abstract static class StyleElements.BoundedDoubleElement extends Object implements StyleElements.StyleElement
Constructor and Description |
---|
BoundedDoubleElement(String label,
double rangeMin,
double rangeMax) |
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleElements.StyleElementVisitor visitor) |
abstract double |
get() |
String |
getLabel() |
BoundedValueDouble |
getValue() |
abstract void |
set(double v) |
void |
update() |
public BoundedDoubleElement(String label, double rangeMin, double rangeMax)
public BoundedValueDouble getValue()
public String getLabel()
public void accept(StyleElements.StyleElementVisitor visitor)
accept
in interface StyleElements.StyleElement
public abstract double get()
public abstract void set(double v)
public void update()
update
in interface StyleElements.StyleElement
Copyright © 2015–2021 Fiji. All rights reserved.