Package org.apache.poi.sl.draw.geom
Class Context
- java.lang.Object
-
- org.apache.poi.sl.draw.geom.Context
-
public class Context extends Object
-
-
Constructor Summary
Constructors Constructor Description Context(CustomGeometry geom, Rectangle2D anchor, IAdjustableShape props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evaluate(Formula fmla)
Guide
getAdjustValue(String name)
Rectangle2D
getShapeAnchor()
double
getValue(String key)
-
-
-
Constructor Detail
-
Context
public Context(CustomGeometry geom, Rectangle2D anchor, IAdjustableShape props)
-
-
Method Detail
-
getShapeAnchor
public Rectangle2D getShapeAnchor()
-
getValue
public double getValue(String key)
-
evaluate
public double evaluate(Formula fmla)
-
-