Uses of Class
de.extio.spacecraft.shared.model.client.renderer.DrawFontRenderingBoTextAlignment
-
Packages that use DrawFontRenderingBoTextAlignment Package Description de.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.model.client.renderer Enums, business and data objects for the renderer -
-
Uses of DrawFontRenderingBoTextAlignment in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo that return DrawFontRenderingBoTextAlignment Modifier and Type Method Description DrawFontRenderingBoTextAlignmentControlRenderingBo.LabelControl. getTextAlignment()Methods in de.extio.spacecraft.shared.client.renderer.bo with parameters of type DrawFontRenderingBoTextAlignment Modifier and Type Method Description DrawFontRenderingBoDrawFontRenderingBo. setAlignment(DrawFontRenderingBoTextAlignment alignment)voidControlRenderingBo.LabelControl. setTextAlignment(DrawFontRenderingBoTextAlignment alignment) -
Uses of DrawFontRenderingBoTextAlignment in de.extio.spacecraft.shared.model.client.renderer
Methods in de.extio.spacecraft.shared.model.client.renderer that return DrawFontRenderingBoTextAlignment Modifier and Type Method Description static DrawFontRenderingBoTextAlignmentDrawFontRenderingBoTextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static DrawFontRenderingBoTextAlignment[]DrawFontRenderingBoTextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.
-