Uses of Enum Class
com.luciad.view.gxy.TLcdGXYHatchedFillStyle.Pattern
Packages that use 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
Methods in com.luciad.view.gxy that return TLcdGXYHatchedFillStyle.PatternModifier 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.Methods in com.luciad.view.gxy that return types with arguments of type TLcdGXYHatchedFillStyle.PatternModifier and TypeMethodDescriptionTLcdGXYHatchedFillStyle.getPattern()Returns the fill pattern.TLcdGXYHatchedFillStyle.getSelectionPattern()Returns the fill pattern for selection mode.Method parameters in com.luciad.view.gxy with type arguments of type TLcdGXYHatchedFillStyle.PatternModifier and TypeMethodDescriptionvoidTLcdGXYHatchedFillStyle.setPattern(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern) Sets the filling pattern.voidTLcdGXYHatchedFillStyle.setSelectionPattern(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aSelectionPattern) Sets the filling pattern for selection mode.Constructor parameters in com.luciad.view.gxy with type arguments of type TLcdGXYHatchedFillStyle.PatternModifierConstructorDescriptionTLcdGXYHatchedFillStyle(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern, Color aLineColor) Creates a newTLcdGXYHatchedFillStyle.TLcdGXYHatchedFillStyle(EnumSet<TLcdGXYHatchedFillStyle.Pattern> aPattern, Color aLineColor, Color aSelectionLineColor) Creates a newTLcdGXYHatchedFillStyle.