Uses of Class
org.apache.pivot.wtk.media.drawing.Path.WindingRule

Packages that use Path.WindingRule
org.apache.pivot.wtk.media.drawing Contains a set of primitives for constructing vector-based drawings. 
 

Uses of Path.WindingRule in org.apache.pivot.wtk.media.drawing
 

Methods in org.apache.pivot.wtk.media.drawing that return Path.WindingRule
 Path.WindingRule Path.getWindingRule()
          Gets the winding rule that specifies how the interior of this path is determined.
static Path.WindingRule Path.WindingRule.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Path.WindingRule[] Path.WindingRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.wtk.media.drawing with parameters of type Path.WindingRule
 void Path.setWindingRule(Path.WindingRule windingRule)
          Sets the winding rule that specifies how the interior of this path is determined.
 void PathListener.windingRuleChanged(Path path, Path.WindingRule previousWindingRule)
          Called when a path's winding rule has changed.