Package org.apache.poi.sl.draw.geom
Class MoveToCommand
java.lang.Object
org.apache.poi.sl.draw.geom.MoveToCommand
- All Implemented Interfaces:
PathCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified path
-
Method Details
-
execute
Description copied from interface:PathCommand
Execute the command an append a segment to the specified path- Specified by:
execute
in interfacePathCommand
- Parameters:
path
- the path to append the result toctx
- the context to lookup variables
-