Package org.apache.poi.sl.draw.geom
Interface LineToCommandIf
- All Superinterfaces:
PathCommand
- All Known Implementing Classes:
LineToCommand
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecute(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified pathgetPt()voidsetPt(AdjustPointIf pt)
-
Method Details
-
getPt
AdjustPointIf getPt() -
setPt
-
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
-