Interface ControlRenderingBo.SliderControl
-
- All Superinterfaces:
ControlRenderingBo.BaseControl
- Enclosing interface:
- ControlRenderingBo
public static interface ControlRenderingBo.SliderControl extends ControlRenderingBo.BaseControl
Slider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgbaColorgetColor()doublegetValue()doublegetValue2()booleanisHorizontal()voidsetColor(RgbaColor color)voidsetHorizontal(boolean horizontal)voidsetValue(double value)voidsetValue2(double value2)-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.bo.ControlRenderingBo.BaseControl
build, close, getControlGroup, getInUse, performAction, render, setCaption, setControlGroup, setEnabled, setEngineData, setFontSize, setHeight, setId, setInUse, setTooltip, setVisible, setWidth, setX, setY
-
-
-
-
Method Detail
-
getColor
RgbaColor getColor()
-
setColor
void setColor(RgbaColor color)
-
getValue
double getValue()
-
setValue
void setValue(double value)
-
getValue2
double getValue2()
-
setValue2
void setValue2(double value2)
-
isHorizontal
boolean isHorizontal()
-
setHorizontal
void setHorizontal(boolean horizontal)
-
-