Package | Description |
---|---|
org.apache.poi.sl.draw.geom |
Modifier and Type | Method and Description |
---|---|
double |
Guide.evaluate(Context ctx) |
double |
AdjustValue.evaluate(Context ctx) |
double |
Formula.evaluate(Context ctx) |
void |
PathCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx)
Execute the command an append a segment to the specified path
|
void |
ArcToCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
LineToCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
CurveToCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
QuadToCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
ClosePathCommand.execute(java.awt.geom.Path2D.Double path,
Context ctx) |
void |
MoveToCommand.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
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.