Uses of Class
org.apache.poi.sl.draw.geom.Context
-
Packages that use Context Package Description org.apache.poi.sl.draw.geom -
-
Uses of Context in org.apache.poi.sl.draw.geom
Methods in org.apache.poi.sl.draw.geom with parameters of type Context Modifier and Type Method Description default doubleAdjustValueIf. evaluate(Context ctx)doubleFormula. evaluate(Context ctx)default doubleGuideIf. evaluate(Context ctx)default doubleAdjustValueIf. evaluateAdjustValue(Context ctx)default doubleGuideIf. evaluateGuide(Context ctx)default voidArcToCommandIf. execute(Path2D.Double path, Context ctx)voidClosePathCommand. execute(Path2D.Double path, Context ctx)default voidCurveToCommandIf. execute(Path2D.Double path, Context ctx)default voidLineToCommandIf. execute(Path2D.Double path, Context ctx)default voidMoveToCommandIf. execute(Path2D.Double path, Context ctx)voidPathCommand. execute(Path2D.Double path, Context ctx)Execute the command an append a segment to the specified pathdefault voidQuadToCommandIf. execute(Path2D.Double path, Context ctx)Path2D.DoublePath. getPath(Context ctx)Convert the internal represenation to java.awt.geom.Path2DPath2D.DoublePathIf. getPath(Context ctx)Convert the internal represenation to java.awt.geom.Path2D
-