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

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

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

Methods in pivot.wtk.media.drawing that return Path.WindingRule
static Path.WindingRule Path.WindingRule.decode(String value)
           
 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 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.