Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGFontWeight
Packages that use 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
Fields in com.luciad.format.nvg.model declared as ELcdNVGFontWeightModifier and TypeFieldDescriptionstatic final ELcdNVGFontWeight
TLcdNVGStyle.DEFAULT_FONT_WEIGHT
Default font weight isELcdNVGFontWeight#NORMAL
.Methods in com.luciad.format.nvg.model that return ELcdNVGFontWeightModifier 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.Methods in com.luciad.format.nvg.model with parameters of type ELcdNVGFontWeightModifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setFontWeight
(ELcdNVGFontWeight aFontWeight) Set the font weight.static String
ELcdNVGFontWeight.toValue
(ELcdNVGFontWeight aValue) Convert the given weight to his string representation.