Package | Description |
---|---|
org.apache.poi.xdgf.usermodel.section | |
org.apache.poi.xdgf.usermodel.section.geometry |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<GeometryRow> |
GeometrySection.getCombinedRows() |
Modifier and Type | Class and Description |
---|---|
class |
ArcTo |
class |
Ellipse |
class |
EllipticalArcTo |
class |
InfiniteLine
Contains the x- and y-coordinates of two points on an infinite line.
|
class |
LineTo |
class |
MoveTo
Contains the x- and y-coordinates of the first vertex of a shape or the x-
and y-coordinates of the first vertex after a break in a path, relative to
the height and width of the shape.
|
class |
NURBSTo |
class |
PolyLineTo |
class |
RelCubBezTo |
class |
RelEllipticalArcTo |
class |
RelLineTo
Contains x-and y-coordinates of the ending vertex of a straight line segment
relative to a shape's width and height.
|
class |
RelMoveTo |
class |
RelQuadBezTo
Contains the x- and y-coordinates of the endpoint of a quadratic Bezier curve
relative to the shape's width and height and the x- and y-coordinates of the
control point of the curve relative shape's width and height.
|
class |
SplineKnot
Contains x- and y-coordinates for a spline's control point and a spline's
knot.
|
class |
SplineStart
Contains x- and y-coordinates for a spline's second control point, its second
knot, its first knot, the last knot, and the degree of the spline.
|
Modifier and Type | Method and Description |
---|---|
static GeometryRow |
GeometryRowFactory.load(com.microsoft.schemas.office.visio.x2012.main.RowType row) |
Modifier and Type | Method and Description |
---|---|
void |
SplineKnot.setupMaster(GeometryRow row) |
void |
RelEllipticalArcTo.setupMaster(GeometryRow row) |
void |
RelMoveTo.setupMaster(GeometryRow row) |
void |
MoveTo.setupMaster(GeometryRow row) |
void |
PolyLineTo.setupMaster(GeometryRow row) |
void |
InfiniteLine.setupMaster(GeometryRow row) |
void |
Ellipse.setupMaster(GeometryRow row) |
void |
RelLineTo.setupMaster(GeometryRow row) |
void |
RelCubBezTo.setupMaster(GeometryRow row) |
void |
ArcTo.setupMaster(GeometryRow row) |
void |
GeometryRow.setupMaster(GeometryRow row) |
void |
SplineStart.setupMaster(GeometryRow row) |
void |
RelQuadBezTo.setupMaster(GeometryRow row) |
void |
EllipticalArcTo.setupMaster(GeometryRow row) |
void |
LineTo.setupMaster(GeometryRow row) |
void |
NURBSTo.setupMaster(GeometryRow row) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.