Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGFontStyle
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGFontStyle in com.luciad.format.nvg.model
Modifier and TypeFieldDescriptionstatic final ELcdNVGFontStyle
TLcdNVGStyle.DEFAULT_FONT_STYLE
Default font style isELcdNVGFontStyle#NORMAL
.Modifier and TypeMethodDescriptionstatic ELcdNVGFontStyle
Convert the given string to his correspondingELcdNVGFontStyle
.TLcdNVGStyle.getFontStyle()
Get the font style.static ELcdNVGFontStyle
Returns the enum constant of this class with the specified name.static ELcdNVGFontStyle[]
ELcdNVGFontStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setFontStyle
(ELcdNVGFontStyle aFontStyle) Set the font style.static String
ELcdNVGFontStyle.toValue
(ELcdNVGFontStyle aValue) Convert the given style to his string representation.