Uses of Class
de.extio.spacecraft.shared.model.client.renderer.RenderingBoLayer
-
Packages that use RenderingBoLayer Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.client.renderer Interfaces related to the rendererde.extio.spacecraft.shared.client.ui Utilities for the client UIde.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem.de.extio.spacecraft.shared.model.client.renderer Enums, business and data objects for the rendererde.extio.spacecraft.shared.model.client.settings The module settings mechanism is for controlling client modules. -
-
Uses of RenderingBoLayer in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type RenderingBoLayer Modifier and Type Method Description static void
ClientDrawEntitySupport. drawEntity(AbstractEntity entity, CoordI2 absPosition, CoordI2 relPosition, RenderingBoLayer baseLayer_, ClientSelectionUtils clientSelectionUtils_, List<RenderingBo> drawEntityBoList_, boolean showSelection, boolean selectionZebraEffect, boolean showStatusIcons, List<RenderingBo> renderingBo)
Generates all RenderingBo to draw an entity -
Uses of RenderingBoLayer in de.extio.spacecraft.shared.client.renderer
Methods in de.extio.spacecraft.shared.client.renderer that return RenderingBoLayer Modifier and Type Method Description RenderingBoLayer
RenderingBo. getLayer()
Methods in de.extio.spacecraft.shared.client.renderer with parameters of type RenderingBoLayer Modifier and Type Method Description RenderingBo
RenderingBo. setLayer(RenderingBoLayer layer)
Sets the layer to render this bo on. -
Uses of RenderingBoLayer in de.extio.spacecraft.shared.client.ui
Methods in de.extio.spacecraft.shared.client.ui that return RenderingBoLayer Modifier and Type Method Description RenderingBoLayer
ScrollBar. getLayer()
RenderingBoLayer
Window. getRenderingBoLayer()
Methods in de.extio.spacecraft.shared.client.ui with parameters of type RenderingBoLayer Modifier and Type Method Description void
ScrollBar. setLayer(RenderingBoLayer layer)
void
Window. setRenderingBoLayer(RenderingBoLayer renderingBoLayer)
-
Uses of RenderingBoLayer in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return RenderingBoLayer Modifier and Type Method Description RenderingBoLayer
ViewPortDrawImageEvent. getLayer()
RenderingBoLayer
ViewPortEffectEvent. getLayer()
RenderingBoLayer
ViewPortHighlightRasterEvent. getLayer()
Methods in de.extio.spacecraft.shared.model.client.event with parameters of type RenderingBoLayer Modifier and Type Method Description void
ViewPortDrawImageEvent. setLayer(RenderingBoLayer layer)
void
ViewPortEffectEvent. setLayer(RenderingBoLayer layer)
void
ViewPortHighlightRasterEvent. setLayer(RenderingBoLayer layer)
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type RenderingBoLayer Constructor Description ViewPortDrawImageEvent(int frameTTL, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, String name, byte[] data, float transparency, RenderingBoLayer layer)
ViewPortDrawImageEvent(int frameTTL, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, String resourceModName, String resourceName, RenderingBoLayer layer)
ViewPortHighlightRasterEvent(boolean exclusive, CoordI2 absolutePos, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, RgbaColor color, RenderingBoLayer layer)
-
Uses of RenderingBoLayer in de.extio.spacecraft.shared.model.client.renderer
Methods in de.extio.spacecraft.shared.model.client.renderer that return RenderingBoLayer Modifier and Type Method Description static RenderingBoLayer
RenderingBoLayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderingBoLayer[]
RenderingBoLayer. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RenderingBoLayer in de.extio.spacecraft.shared.model.client.settings
Methods in de.extio.spacecraft.shared.model.client.settings that return RenderingBoLayer Modifier and Type Method Description RenderingBoLayer
StorageModuleSettings. getLayer()
Methods in de.extio.spacecraft.shared.model.client.settings with parameters of type RenderingBoLayer Modifier and Type Method Description void
StorageModuleSettings. setLayer(RenderingBoLayer layer)
-