Package | Description |
---|---|
org.apache.poi.sl.draw.geom | |
org.apache.poi.xslf.draw.geom |
Modifier and Type | Method and Description |
---|---|
double |
Formula.evaluate(Context ctx) |
default double |
GuideIf.evaluate(Context ctx) |
default double |
AdjustValueIf.evaluate(Context ctx) |
default double |
AdjustValueIf.evaluateAdjustValue(Context ctx) |
default double |
GuideIf.evaluateGuide(Context ctx) |
default void |
QuadToCommandIf.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
ClosePathCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
default void |
MoveToCommandIf.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
default void |
LineToCommandIf.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 path
|
default void |
ArcToCommandIf.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
default void |
CurveToCommandIf.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
|
java.awt.geom.Path2D.Double |
PathIf.getPath(Context ctx)
Convert the internal represenation to java.awt.geom.Path2D
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Path2D.Double |
XSLFPath.getPath(Context ctx) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.