Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGVerticalAlignment
Packages that use 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
Fields in com.luciad.format.nvg.model declared as ELcdNVGVerticalAlignmentModifier and TypeFieldDescriptionstatic final ELcdNVGVerticalAlignmentTLcdNVGStyle.DEFAULT_VERTICAL_ALIGNDefault vertical alignment isELcdNVGVerticalAlignment#MIDDLE.Methods in com.luciad.format.nvg.model that return ELcdNVGVerticalAlignmentModifier and TypeMethodDescriptionstatic ELcdNVGVerticalAlignmentConvert the given string to his correspondingELcdNVGVerticalAlignment.TLcdNVGStyle.getVerticalAlign()Get the vertical text alignment.static ELcdNVGVerticalAlignmentReturns 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGVerticalAlignmentModifier and TypeMethodDescriptionvoidTLcdNVGStyle.setVerticalAlign(ELcdNVGVerticalAlignment aVerticalAlign) Set the vertical text alignment.static StringELcdNVGVerticalAlignment.toValue(ELcdNVGVerticalAlignment aValue) Convert the given vertical alignment to his string representation.