Uses of Interface
de.extio.spacecraft.shared.client.renderer.bo.DrawEffectRenderingBo
-
Packages that use DrawEffectRenderingBo Package Description de.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer. -
-
Uses of DrawEffectRenderingBo in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo that return DrawEffectRenderingBo Modifier and Type Method Description DrawEffectRenderingBo
DrawEffectRenderingBo. setCustomDouble0(double customDouble0)
DrawEffectRenderingBo
DrawEffectRenderingBo. setCustomInt0(int customInt0)
DrawEffectRenderingBo
DrawEffectRenderingBo. setCustomString0(String customString0)
DrawEffectRenderingBo
DrawEffectRenderingBo. setEffect(DrawEffectRenderingBoEffects effect)
DrawEffectRenderingBo
DrawEffectRenderingBo. setRelativeCoordinates(List<CoordI2> coordinates)
DrawEffectRenderingBo
DrawEffectRenderingBo. setScaledRelativeCoordinates(List<CoordI2> scaledRelativeCoordinates)
DrawEffectRenderingBo
DrawEffectRenderingBo. setTargetCompositeEntity(AbstractCompositeEntity alternativeTarget)
DrawEffectRenderingBo
DrawEffectRenderingBo. setTiledRelativeCoordinates(List<CoordI2> tiledRelativeCoordinates)
DrawEffectRenderingBo
DrawEffectRenderingBo. setWorldCoordinates(List<CoordI2> worldCoordinates)
-