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