Interface DrawTilePixmapRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
,RenderingBoHasPositionRelativeToParent
,RenderingBoHasSubTileOffset
,RenderingBoScaledAbsolutePosition
public interface DrawTilePixmapRenderingBo extends RenderingBoHasPositionRelativeToParent, RenderingBoHasSubTileOffset, RenderingBoScaledAbsolutePosition
This bo renders a pixmap on a tile. Pixel data are provided as a Matrix2. You may want to use this in combination with #setScaleTile. Tile BOs always work on tiles with relative tile coordinates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawTilePixmapRenderingBo
setMatrix(Matrix2<RgbaColor> matrix)
DrawTilePixmapRenderingBo
setPixmapId(UUID id)
-
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
-
setMatrix
DrawTilePixmapRenderingBo setMatrix(Matrix2<RgbaColor> matrix)
-
setPixmapId
DrawTilePixmapRenderingBo setPixmapId(UUID id)
-
-