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 TypeMethodDescriptiondoubledoubledoublevoidArcToCommand.execute(Path2D.Double path, Context ctx) voidClosePathCommand.execute(Path2D.Double path, Context ctx) voidCurveToCommand.execute(Path2D.Double path, Context ctx) voidLineToCommand.execute(Path2D.Double path, Context ctx) voidMoveToCommand.execute(Path2D.Double path, Context ctx) voidPathCommand.execute(Path2D.Double path, Context ctx) Execute the command an append a segment to the specified pathvoidQuadToCommand.execute(Path2D.Double path, Context ctx) Convert the internal represenation to java.awt.geom.Path2D