Uses of Class
org.apache.poi.sl.draw.geom.Context
Packages that use Context
-
Uses of Context in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom with parameters of type ContextModifier and TypeMethodDescriptiondouble
double
double
void
ArcToCommand.execute
(Path2D.Double path, Context ctx) void
ClosePathCommand.execute
(Path2D.Double path, Context ctx) void
CurveToCommand.execute
(Path2D.Double path, Context ctx) void
LineToCommand.execute
(Path2D.Double path, Context ctx) void
MoveToCommand.execute
(Path2D.Double path, Context ctx) void
PathCommand.execute
(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified pathvoid
QuadToCommand.execute
(Path2D.Double path, Context ctx) Convert the internal represenation to java.awt.geom.Path2D