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 RgbaColor
getColor()
double
getValue()
double
getValue2()
boolean
isHorizontal()
void
setColor(RgbaColor color)
void
setHorizontal(boolean horizontal)
void
setValue(double value)
void
setValue2(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)
-
-