Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGFillPattern
Packages that use ELcdNVGFillPattern
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGFillPattern in com.luciad.format.nvg.model
Fields in com.luciad.format.nvg.model declared as ELcdNVGFillPatternModifier and TypeFieldDescriptionstatic final ELcdNVGFillPatternTLcdNVGStyle.DEFAULT_FILL_PATTERNDefault fill pattern is 0 (Blank).Methods in com.luciad.format.nvg.model that return ELcdNVGFillPatternModifier and TypeMethodDescriptionstatic ELcdNVGFillPatternTLcdNVGStyle.getFillPattern()Get the fill pattern of the area, null if there is no fill pattern set.static ELcdNVGFillPatternReturns the enum constant of this class with the specified name.static ELcdNVGFillPattern[]ELcdNVGFillPattern.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 ELcdNVGFillPatternModifier and TypeMethodDescriptionvoidTLcdNVGStyle.setFillPattern(ELcdNVGFillPattern aFillPattern) Set the fill pattern.static StringELcdNVGFillPattern.toValue(ELcdNVGFillPattern aValue)