Interface DrawFontRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
,RenderingBoHasDimension
public interface DrawFontRenderingBo extends RenderingBoHasDimension
Draws text
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawFontRenderingBo
setAlignment(DrawFontRenderingBoTextAlignment alignment)
DrawFontRenderingBo
setSize(int size)
DrawFontRenderingBo
setText(String text)
-
Methods inherited from interface java.lang.AutoCloseable
close
-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.RenderingBo
getLayer, getLocalX, getLocalY, getX, getY, setColor, setEngineData, setLayer, withPositionAbsoluteAnchorBottomLeft, withPositionAbsoluteAnchorBottomLeft, withPositionAbsoluteAnchorBottomRight, withPositionAbsoluteAnchorBottomRight, withPositionAbsoluteAnchorTopLeft, withPositionAbsoluteAnchorTopLeft, withPositionAbsoluteAnchorTopRight, withPositionAbsoluteAnchorTopRight, withPositionIncrementalAbsolute, withPositionIncrementalAbsolute, withPositionIncrementalPercentual, withPositionPercentual, withPositionRelative, withPositionRelative
-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.RenderingBoHasDimension
getHeight, getWidth, withDimensionAbsolute, withDimensionAbsolute, withDimensionIncrementalAbsolute, withDimensionIncrementalAbsolute, withDimensionIncrementalPercentual, withDimensionPercentual
-
-
-
-
Method Detail
-
setText
DrawFontRenderingBo setText(String text)
-
setSize
DrawFontRenderingBo setSize(int size)
-
setAlignment
DrawFontRenderingBo setAlignment(DrawFontRenderingBoTextAlignment alignment)
-
-