public abstract class PathCommand
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isRelative |
| Constructor and Description |
|---|
PathCommand()
Creates a new instance of PathCommand
|
PathCommand(boolean isRelative) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
appendPath(java.awt.geom.GeneralPath path,
BuildHistory hist) |
abstract int |
getNumKnotsAdded() |
public PathCommand()
public PathCommand(boolean isRelative)
public abstract void appendPath(java.awt.geom.GeneralPath path,
BuildHistory hist)
public abstract int getNumKnotsAdded()