Uses of Enum Class
com.luciad.view.gxy.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
Modifier and TypeMethodDescriptionTLcdAWTPath.getWindingRule()
Returns how the interior of polygons is determined.static TLcdAWTPath.WindingRule
Returns 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.Modifier and TypeMethodDescriptionvoid
TLcdAWTPath.setWindingRule
(TLcdAWTPath.WindingRule aWindingRule) Specifies how the interior of polygons is determined. -
Uses of TLcdAWTPath.WindingRule in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYPointListPainter.getWindingRule()
Returns how the interior of self-intersecting polygons is determined.Modifier and TypeMethodDescriptionvoid
TLcdGXYPointListPainter.setWindingRule
(TLcdAWTPath.WindingRule aWindingRule) Specifies how the interior of self-intersecting polygons is determined.