Package org.apache.poi.sl.draw.geom
Class LineToCommand
java.lang.Object
org.apache.poi.sl.draw.geom.LineToCommand
- All Implemented Interfaces:
PathCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified path
-
Method Details
-
execute
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
-