Uses of Interface
org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow
Packages that use GeometryRow
Package
Description
-
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 -
Uses of GeometryRow in org.apache.poi.xdgf.usermodel.section.geometry
Classes in org.apache.poi.xdgf.usermodel.section.geometry that implement GeometryRowModifier and TypeClassDescriptionclassclassclassclassContains the x- and y-coordinates of two points on an infinite line.classclassContains 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.classclassclassclassclassContains x-and y-coordinates of the ending vertex of a straight line segment relative to a shape's width and height.classclassContains 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.classContains x- and y-coordinates for a spline's control point and a spline's knot.classContains 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 that return GeometryRowModifier and TypeMethodDescriptionstatic GeometryRowGeometryRowFactory.load(com.microsoft.schemas.office.visio.x2012.main.RowType row) Methods in org.apache.poi.xdgf.usermodel.section.geometry with parameters of type GeometryRowModifier and TypeMethodDescriptionvoidArcTo.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)