Interface DrawTileCableRenderingBo
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
,RenderingBoHasPositionRelativeToParent
,RenderingBoHasSubTileOffset
,RenderingBoScaledAbsolutePosition
public interface DrawTileCableRenderingBo extends RenderingBoHasPositionRelativeToParent, RenderingBoHasSubTileOffset, RenderingBoScaledAbsolutePosition
This bo renders a cable on a tile. Tile BOs always work on tiles with relative tile coordinates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DrawTileCableRenderingBo
setEndpoints(Collection<DrawTileCableRenderingBoEndpoint> endpoints)
DrawTileCableRenderingBo
setShape(DrawTileCableRenderingBoShape shape)
-
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
-
setEndpoints
DrawTileCableRenderingBo setEndpoints(Collection<DrawTileCableRenderingBoEndpoint> endpoints)
-
setShape
DrawTileCableRenderingBo setShape(DrawTileCableRenderingBoShape shape)
-
-