Uses of Enum Class
com.luciad.format.nvg.model.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
Modifier and TypeFieldDescriptionstatic final ELcdNVGFillPattern
TLcdNVGStyle.DEFAULT_FILL_PATTERN
Default fill pattern is 0 (Blank).Modifier and TypeMethodDescriptionstatic ELcdNVGFillPattern
TLcdNVGStyle.getFillPattern()
Get the fill pattern of the area, null if there is no fill pattern set.static ELcdNVGFillPattern
Returns 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.Modifier and TypeMethodDescriptionvoid
TLcdNVGStyle.setFillPattern
(ELcdNVGFillPattern aFillPattern) Set the fill pattern.static String
ELcdNVGFillPattern.toValue
(ELcdNVGFillPattern aValue)