Uses of Enum Class
com.luciad.format.nvg.model.ELcdNVGLinePattern
Packages that use ELcdNVGLinePattern
Package
Description
This package provides the common parts of the domain models to represent NVG data.
-
Uses of ELcdNVGLinePattern in com.luciad.format.nvg.model
Fields in com.luciad.format.nvg.model declared as ELcdNVGLinePatternModifier and TypeFieldDescriptionstatic final ELcdNVGLinePatternTLcdNVGStyle.DEFAULT_LINE_PATTERN_BEGINDefault line pattern at the beginning of the line.static final ELcdNVGLinePatternTLcdNVGStyle.DEFAULT_LINE_PATTERN_ENDDefault line pattern at the end of the line.Methods in com.luciad.format.nvg.model that return ELcdNVGLinePatternModifier and TypeMethodDescriptionstatic ELcdNVGLinePatternTLcdNVGStyle.getLinePatternBegin()Get the line pattern at the beginning of the line.TLcdNVGStyle.getLinePatternEnd()Get the line pattern at the end of the line.static ELcdNVGLinePatternReturns the enum constant of this class with the specified name.static ELcdNVGLinePattern[]ELcdNVGLinePattern.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 ELcdNVGLinePatternModifier and TypeMethodDescriptionvoidTLcdNVGStyle.setLinePatternBegin(ELcdNVGLinePattern aLinePatternBegin) Set the line pattern at the beginning of the line.voidTLcdNVGStyle.setLinePatternEnd(ELcdNVGLinePattern aLinePatternEnd) Set the line pattern at the end of the line.static StringELcdNVGLinePattern.toValue(ELcdNVGLinePattern aValue)