Interface ControlRenderingBo.LabelControl
-
- All Superinterfaces:
ControlRenderingBo.BaseControl
- Enclosing interface:
- ControlRenderingBo
public static interface ControlRenderingBo.LabelControl extends ControlRenderingBo.BaseControl
Label
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgbaColor
getBackgroundColor()
RgbaColor
getForegroundColor()
DrawFontRenderingBoTextAlignment
getTextAlignment()
void
setBackgroundColor(RgbaColor color)
void
setForegroundColor(RgbaColor color)
void
setTextAlignment(DrawFontRenderingBoTextAlignment alignment)
-
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
-
getBackgroundColor
RgbaColor getBackgroundColor()
-
setBackgroundColor
void setBackgroundColor(RgbaColor color)
-
getForegroundColor
RgbaColor getForegroundColor()
-
setForegroundColor
void setForegroundColor(RgbaColor color)
-
getTextAlignment
DrawFontRenderingBoTextAlignment getTextAlignment()
-
setTextAlignment
void setTextAlignment(DrawFontRenderingBoTextAlignment alignment)
-
-