Interface RenderingBoHasPositionWorldPos
-
- All Superinterfaces:
AutoCloseable
,RenderingBo
- All Known Subinterfaces:
ControlRenderingBo
,DrawEffectRenderingBo
,DrawImageRenderingBo
public interface RenderingBoHasPositionWorldPos extends RenderingBo
Rendering BOs deriving from this interface indicate that their relative x/y coordinates (withPositionRelative) are defined as world coordinates ("world pos")
-
-
Method Summary
-
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
-
-