Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGHorizontalAlignment
Packages that use 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
Fields in com.luciad.format.nvg.model declared as ELcdNVGHorizontalAlignmentModifier and TypeFieldDescriptionstatic final ELcdNVGHorizontalAlignmentTLcdNVGStyle.DEFAULT_TEXT_ALIGNDefault text alignment isELcdNVGHorizontalAlignment#CENTER.Methods in com.luciad.format.nvg.model that return ELcdNVGHorizontalAlignmentModifier and TypeMethodDescriptionstatic ELcdNVGHorizontalAlignmentConvert the given string to his correspondingELcdNVGHorizontalAlignment.TLcdNVGStyle.getTextAlign()Get the horizontal text alignment.static ELcdNVGHorizontalAlignmentReturns 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGHorizontalAlignmentModifier and TypeMethodDescriptionvoidTLcdNVGStyle.setTextAlign(ELcdNVGHorizontalAlignment aTextAlign) Set the horizontal text alignment.static StringELcdNVGHorizontalAlignment.toValue(ELcdNVGHorizontalAlignment aValue) Convert the given text alignment to his string representation.