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