| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kitfox.svg.pathcmd.PathCommand
public abstract class PathCommand
This is the element of a path and contains instructions for rendering a portion of the path
| Field Summary | |
|---|---|
|  boolean | isRelative | 
| Constructor Summary | |
|---|---|
| PathCommand()Creates a new instance of PathCommand | |
| PathCommand(boolean isRelative) | |
| Method Summary | |
|---|---|
| abstract  void | appendPath(java.awt.geom.GeneralPath path,
           BuildHistory hist) | 
| abstract  int | getNumKnotsAdded() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public boolean isRelative
| Constructor Detail | 
|---|
public PathCommand()
public PathCommand(boolean isRelative)
| Method Detail | 
|---|
public abstract void appendPath(java.awt.geom.GeneralPath path,
                                BuildHistory hist)
public abstract int getNumKnotsAdded()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||