Interface DrawTileRasterRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
public interface DrawTileRasterRenderingBo extends RenderingBo
This bo renders a grid.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawTileRasterRenderingBo
setTilesX(int x)
Number of tiles in the gridDrawTileRasterRenderingBo
setTilesY(int y)
Number of tiles in the grid-
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
-
-
-
-
Method Detail
-
setTilesX
DrawTileRasterRenderingBo setTilesX(int x)
Number of tiles in the grid
-
setTilesY
DrawTileRasterRenderingBo setTilesY(int y)
Number of tiles in the grid
-
-