Package org.apache.poi.sl.draw.geom
Interface QuadToCommandIf
- All Superinterfaces:
PathCommand
- All Known Implementing Classes:
QuadToCommand
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidexecute(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified pathgetPt1()getPt2()voidsetPt1(AdjustPointIf pt1) voidsetPt2(AdjustPointIf pt2)
-
Method Details
-
getPt1
AdjustPointIf getPt1() -
setPt1
-
getPt2
AdjustPointIf getPt2() -
setPt2
-
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
-