Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGVerticalAlignment
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGVerticalAlignment in com.luciad.format.nvg.model
Modifier and TypeFieldDescriptionstatic final ELcdNVGVerticalAlignment
TLcdNVGStyle.DEFAULT_VERTICAL_ALIGN
Default vertical alignment isELcdNVGVerticalAlignment#MIDDLE
.Modifier and TypeMethodDescriptionstatic ELcdNVGVerticalAlignment
Convert the given string to his correspondingELcdNVGVerticalAlignment
.TLcdNVGStyle.getVerticalAlign()
Get the vertical text alignment.static ELcdNVGVerticalAlignment
Returns the enum constant of this class with the specified name.static ELcdNVGVerticalAlignment[]
ELcdNVGVerticalAlignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setVerticalAlign
(ELcdNVGVerticalAlignment aVerticalAlign) Set the vertical text alignment.static String
ELcdNVGVerticalAlignment.toValue
(ELcdNVGVerticalAlignment aValue) Convert the given vertical alignment to his string representation.