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 ELcdNVGFontWeightTLcdNVGStyle.DEFAULT_FONT_WEIGHTDefault font weight isELcdNVGFontWeight#NORMAL.Methods in com.luciad.format.nvg.model that return ELcdNVGFontWeightModifier and TypeMethodDescriptionstatic ELcdNVGFontWeightConvert the given string to his correspondingELcdNVGWeight.TLcdNVGStyle.getFontWeight()Get the font weight.static ELcdNVGFontWeightReturns 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 TypeMethodDescriptionvoidTLcdNVGStyle.setFontWeight(ELcdNVGFontWeight aFontWeight) Set the font weight.static StringELcdNVGFontWeight.toValue(ELcdNVGFontWeight aValue) Convert the given weight to his string representation.