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 double
AdjustValue. evaluate(Context ctx)
double
Formula. evaluate(Context ctx)
double
Guide. evaluate(Context ctx)
void
ArcToCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
void
ClosePathCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
void
CurveToCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
void
LineToCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
void
MoveToCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
void
PathCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
Execute the command an append a segment to the specified pathvoid
QuadToCommand. execute(java.awt.geom.Path2D.Double path, Context ctx)
java.awt.geom.Path2D.Double
Path. getPath(Context ctx)
Convert the internal represenation to java.awt.geom.Path2D
-