Uses of Interface
org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow
-
Packages that use GeometryRow Package Description org.apache.poi.xdgf.usermodel.section org.apache.poi.xdgf.usermodel.section.geometry -
-
Uses of GeometryRow in org.apache.poi.xdgf.usermodel.section
Methods in org.apache.poi.xdgf.usermodel.section that return types with arguments of type GeometryRow Modifier and Type Method Description Iterable<GeometryRow>GeometrySection. getCombinedRows() -
Uses of GeometryRow in org.apache.poi.xdgf.usermodel.section.geometry
Classes in org.apache.poi.xdgf.usermodel.section.geometry that implement GeometryRow Modifier and Type Class Description classArcToclassEllipseclassEllipticalArcToclassInfiniteLineContains the x- and y-coordinates of two points on an infinite line.classLineToclassMoveToContains 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.classNURBSToclassPolyLineToclassRelCubBezToclassRelEllipticalArcToclassRelLineToContains x-and y-coordinates of the ending vertex of a straight line segment relative to a shape's width and height.classRelMoveToclassRelQuadBezToContains 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.classSplineKnotContains x- and y-coordinates for a spline's control point and a spline's knot.classSplineStartContains 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.Methods in org.apache.poi.xdgf.usermodel.section.geometry with parameters of type GeometryRow Modifier and Type Method Description voidArcTo. setupMaster(GeometryRow row)voidEllipse. setupMaster(GeometryRow row)voidEllipticalArcTo. setupMaster(GeometryRow row)voidGeometryRow. setupMaster(GeometryRow row)voidInfiniteLine. setupMaster(GeometryRow row)voidLineTo. setupMaster(GeometryRow row)voidMoveTo. setupMaster(GeometryRow row)voidNURBSTo. setupMaster(GeometryRow row)voidPolyLineTo. setupMaster(GeometryRow row)voidRelCubBezTo. setupMaster(GeometryRow row)voidRelEllipticalArcTo. setupMaster(GeometryRow row)voidRelLineTo. setupMaster(GeometryRow row)voidRelMoveTo. setupMaster(GeometryRow row)voidRelQuadBezTo. setupMaster(GeometryRow row)voidSplineKnot. setupMaster(GeometryRow row)voidSplineStart. setupMaster(GeometryRow row)
-