public abstract class PathCommand extends 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(GeneralPath path,
BuildHistory hist) |
abstract int |
getNumKnotsAdded() |
public boolean isRelative
public PathCommand()
public PathCommand(boolean isRelative)
public abstract void appendPath(GeneralPath path, BuildHistory hist)
public abstract int getNumKnotsAdded()
Copyright ?? 2011-2016 Kitfox Studios. All Rights Reserved.