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 ELcdNVGHorizontalAlignment
TLcdNVGStyle.DEFAULT_TEXT_ALIGN
Default text alignment isELcdNVGHorizontalAlignment#CENTER
.Methods in com.luciad.format.nvg.model that return ELcdNVGHorizontalAlignmentModifier 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGHorizontalAlignmentModifier 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.