ArcToCommand
, ClosePathCommand
, CurveToCommand
, LineToCommand
, MoveToCommand
, QuadToCommand
public interface PathCommand
Modifier and Type | Method | Description |
---|---|---|
void |
execute(java.awt.geom.GeneralPath path,
Context ctx) |
Execute the command an append a segment to the specified path
|
void execute(java.awt.geom.GeneralPath path, Context ctx)
path
- the path to append the result toctx
- the context to lookup variablesCopyright 2018 The Apache Software Foundation or its licensors, as applicable.