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 ELcdNVGFontStyleTLcdNVGStyle.DEFAULT_FONT_STYLEDefault font style isELcdNVGFontStyle#NORMAL.Methods in com.luciad.format.nvg.model that return ELcdNVGFontStyleModifier and TypeMethodDescriptionstatic ELcdNVGFontStyleConvert the given string to his correspondingELcdNVGFontStyle.TLcdNVGStyle.getFontStyle()Get the font style.static ELcdNVGFontStyleReturns 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 TypeMethodDescriptionvoidTLcdNVGStyle.setFontStyle(ELcdNVGFontStyle aFontStyle) Set the font style.static StringELcdNVGFontStyle.toValue(ELcdNVGFontStyle aValue) Convert the given style to his string representation.