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