public interface QuadToCommandIf extends PathCommand
| Modifier and Type | Method and Description |
|---|---|
default void |
execute(java.awt.geom.Path2D.Double path,
Context ctx)
Execute the command an append a segment to the specified path
|
AdjustPointIf |
getPt1() |
AdjustPointIf |
getPt2() |
void |
setPt1(AdjustPointIf pt1) |
void |
setPt2(AdjustPointIf pt2) |
AdjustPointIf getPt1()
void setPt1(AdjustPointIf pt1)
AdjustPointIf getPt2()
void setPt2(AdjustPointIf pt2)
default void execute(java.awt.geom.Path2D.Double path,
Context ctx)
PathCommandexecute in interface PathCommandpath - the path to append the result toctx - the context to lookup variablesCopyright 2022 The Apache Software Foundation or its licensors, as applicable.