Uses of Interface
org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow

Packages that use GeometryRow
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
 java.lang.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
 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.
 

Methods in org.apache.poi.xdgf.usermodel.section.geometry that return GeometryRow
static GeometryRow GeometryRowFactory.load(com.microsoft.schemas.office.visio.x2012.main.RowType row)
           
 

Methods in org.apache.poi.xdgf.usermodel.section.geometry with parameters of type GeometryRow
 void SplineStart.setupMaster(GeometryRow row)
           
 void SplineKnot.setupMaster(GeometryRow row)
           
 void RelQuadBezTo.setupMaster(GeometryRow row)
           
 void RelMoveTo.setupMaster(GeometryRow row)
           
 void RelLineTo.setupMaster(GeometryRow row)
           
 void RelEllipticalArcTo.setupMaster(GeometryRow row)
           
 void RelCubBezTo.setupMaster(GeometryRow row)
           
 void PolyLineTo.setupMaster(GeometryRow row)
           
 void NURBSTo.setupMaster(GeometryRow row)
           
 void MoveTo.setupMaster(GeometryRow row)
           
 void LineTo.setupMaster(GeometryRow row)
           
 void InfiniteLine.setupMaster(GeometryRow row)
           
 void GeometryRow.setupMaster(GeometryRow row)
           
 void EllipticalArcTo.setupMaster(GeometryRow row)
           
 void Ellipse.setupMaster(GeometryRow row)
           
 void ArcTo.setupMaster(GeometryRow row)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.