Package org.apache.poi.sl.draw.geom
Interface Formula
-
- All Known Implementing Classes:
AdjustValue
,Guide
public interface Formula
A guide formula in DrawingML.This is a base interface for adjust values, geometric guides and built-in guides
-
-
Field Summary
Fields Modifier and Type Field Description static double
OOXML_DEGREE
OOXML units are 60000ths of a degree
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(Context ctx)
-
-
-
Field Detail
-
OOXML_DEGREE
static final double OOXML_DEGREE
OOXML units are 60000ths of a degree- See Also:
- Constant Field Values
-
-
Method Detail
-
evaluate
double evaluate(Context ctx)
-
-