Package org.apache.poi.xdgf.usermodel.section.geometry


package org.apache.poi.xdgf.usermodel.section.geometry
  • Class
    Description
     
     
     
     
     
    Contains the x- and y-coordinates of two points on an infinite line.
     
    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.
     
     
     
     
    Contains x-and y-coordinates of the ending vertex of a straight line segment relative to a shape's width and height.
     
    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.
    Contains x- and y-coordinates for a spline's control point and a spline's knot.
    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.