org.apache.pivot.wtk.media.drawing
Class Path.Operation

java.lang.Object
  extended by org.apache.pivot.wtk.media.drawing.Path.Operation
Direct Known Subclasses:
Path.CurveTo, Path.LineTo, Path.MoveTo, Path.QuadTo
Enclosing class:
Path

public abstract static class Path.Operation
extends Object

Abstract base class for path operations. See the specific subclasses for details.


Method Summary
 Path getPath()
          Gets the path with which this operation is associated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public Path getPath()
Gets the path with which this operation is associated.

Returns:
This operation's path, or null if it is not currently associated with any path.