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 PathCommand()
public PathCommand(boolean isRelative)
public abstract void appendPath(GeneralPath path, BuildHistory hist)
public abstract int getNumKnotsAdded()
Copyright © 2022. All rights reserved.