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

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

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

Methods in org.apache.pivot.wtk.media.drawing that return Path
 Path Path.Operation.getPath()
          Gets the path with which this operation is associated.
 

Methods in org.apache.pivot.wtk.media.drawing with parameters of type Path
 void PathListener.operationInserted(Path path, int index)
          Called when an operation has been inserted into a path.
 void PathListener.operationsRemoved(Path path, int index, Sequence<Path.Operation> removed)
          Called when operations have been removed from a path.
 void PathListener.windingRuleChanged(Path path, Path.WindingRule previousWindingRule)
          Called when a path's winding rule has changed.