Interface DrawWindowRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
,RenderingBoHasDimension
public interface DrawWindowRenderingBo extends RenderingBoHasDimension
Renders a window
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawWindowRenderingBo
setThickBorder(boolean thickBorder)
-
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
-
setThickBorder
DrawWindowRenderingBo setThickBorder(boolean thickBorder)
-
-