Package org.apache.poi.sl.draw.geom
Class MoveToCommand
- java.lang.Object
-
- org.apache.poi.sl.draw.geom.MoveToCommand
-
- All Implemented Interfaces:
PathCommand
public class MoveToCommand extends java.lang.Object implements PathCommand
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(java.awt.geom.Path2D.Double path, Context ctx)Execute the command an append a segment to the specified path
-
-
-
Method Detail
-
execute
public void execute(java.awt.geom.Path2D.Double path, Context ctx)Description copied from interface:PathCommandExecute the command an append a segment to the specified path- Specified by:
executein interfacePathCommand- Parameters:
path- the path to append the result toctx- the context to lookup variables
-
-