public interface LineToCommandIf 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 | getPt() | 
| void | setPt(AdjustPointIf pt) | 
AdjustPointIf getPt()
void setPt(AdjustPointIf pt)
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.