Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGHorizontalAlignment
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGHorizontalAlignment in com.luciad.format.nvg.model
Modifier and TypeFieldDescriptionstatic final ELcdNVGHorizontalAlignment
TLcdNVGStyle.DEFAULT_TEXT_ALIGN
Default text alignment isELcdNVGHorizontalAlignment#CENTER
.Modifier and TypeMethodDescriptionstatic ELcdNVGHorizontalAlignment
Convert the given string to his correspondingELcdNVGHorizontalAlignment
.TLcdNVGStyle.getTextAlign()
Get the horizontal text alignment.static ELcdNVGHorizontalAlignment
Returns the enum constant of this class with the specified name.static ELcdNVGHorizontalAlignment[]
ELcdNVGHorizontalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setTextAlign
(ELcdNVGHorizontalAlignment aTextAlign) Set the horizontal text alignment.static String
ELcdNVGHorizontalAlignment.toValue
(ELcdNVGHorizontalAlignment aValue) Convert the given text alignment to his string representation.