Interface DrawTileHighlightRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
,RenderingBoHasPositionRelativeToParent
,RenderingBoHasSubTileOffset
,RenderingBoScaledAbsolutePosition
public interface DrawTileHighlightRenderingBo extends RenderingBoHasPositionRelativeToParent, RenderingBoScaledAbsolutePosition, RenderingBoHasSubTileOffset
This bo renders highlighting a tile (like hovering with the mouse or selecting it). Tile BOs always work on tiles with relative tile coordinates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawTileHighlightRenderingBo
setEdges(int edges)
DrawTileHighlightRenderingBo
setZebra(boolean enabled)
DrawTileHighlightRenderingBo
setZebraOffset(int offset)
-
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.RenderingBoHasPositionRelativeToParent
getAlternativeParent, getScaleTile, setAlternativeParent, setScaleTile, setZoomFactor
-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.RenderingBoHasSubTileOffset
getAlternativeParent, getSubTileOffset, setAlternativeParent, setSubTileOffset
-
Methods inherited from interface de.extio.spacecraft.shared.client.renderer.RenderingBoScaledAbsolutePosition
getScaledX, getScaledY, withPositionAbsoluteAnchorTopLeftScaled
-
-
-
-
Method Detail
-
setZebra
DrawTileHighlightRenderingBo setZebra(boolean enabled)
-
setZebraOffset
DrawTileHighlightRenderingBo setZebraOffset(int offset)
- Parameters:
offset
- Numeric, between 0 and 7 (inclusive)
-
setEdges
DrawTileHighlightRenderingBo setEdges(int edges)
-
-