Uses of Enum Class
com.luciad.view.gxy.TLcdGXYHatchedFillStyle.Pattern
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of TLcdGXYHatchedFillStyle.Pattern in com.luciad.view.gxy
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdGXYHatchedFillStyle.Pattern[]
TLcdGXYHatchedFillStyle.Pattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLcdGXYHatchedFillStyle.getPattern()
Returns the fill pattern.TLcdGXYHatchedFillStyle.getSelectionPattern()
Returns the fill pattern for selection mode.Modifier and TypeMethodDescriptionvoid
TLcdGXYHatchedFillStyle.setPattern
(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern) Sets the filling pattern.void
TLcdGXYHatchedFillStyle.setSelectionPattern
(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aSelectionPattern) Sets the filling pattern for selection mode.ModifierConstructorDescriptionTLcdGXYHatchedFillStyle
(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern, Color aLineColor) Creates a newTLcdGXYHatchedFillStyle
.TLcdGXYHatchedFillStyle
(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern, Color aLineColor, Color aSelectionLineColor) Creates a newTLcdGXYHatchedFillStyle
.