Uses of Enum Class
com.luciad.view.gxy.TLcdAWTPath.WindingRule
Packages that use TLcdAWTPath.WindingRule
Package
Description
Provides two-dimensional views and components supporting the visualization of the former's representation.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdAWTPath.WindingRule in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return TLcdAWTPath.WindingRuleModifier and TypeMethodDescriptionTLcdAWTPath.getWindingRule()Returns how the interior of polygons is determined.static TLcdAWTPath.WindingRuleReturns the enum constant of this class with the specified name.static TLcdAWTPath.WindingRule[]TLcdAWTPath.WindingRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy with parameters of type TLcdAWTPath.WindingRuleModifier and TypeMethodDescriptionvoidTLcdAWTPath.setWindingRule(TLcdAWTPath.WindingRule aWindingRule) Specifies how the interior of polygons is determined. -
Uses of TLcdAWTPath.WindingRule in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdAWTPath.WindingRuleModifier and TypeMethodDescriptionTLcdGXYPointListPainter.getWindingRule()Returns how the interior of self-intersecting polygons is determined.Methods in com.luciad.view.gxy.painter with parameters of type TLcdAWTPath.WindingRuleModifier and TypeMethodDescriptionvoidTLcdGXYPointListPainter.setWindingRule(TLcdAWTPath.WindingRule aWindingRule) Specifies how the interior of self-intersecting polygons is determined.