Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGFontStyle
Packages that use 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
Fields in com.luciad.format.nvg.model declared as ELcdNVGFontStyleModifier and TypeFieldDescriptionstatic final ELcdNVGFontStyle
TLcdNVGStyle.DEFAULT_FONT_STYLE
Default font style isELcdNVGFontStyle#NORMAL
.Methods in com.luciad.format.nvg.model that return ELcdNVGFontStyleModifier 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGFontStyleModifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setFontStyle
(ELcdNVGFontStyle aFontStyle) Set the font style.static String
ELcdNVGFontStyle.toValue
(ELcdNVGFontStyle aValue) Convert the given style to his string representation.