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