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

All Known Implementing Classes:
ArcTo, Ellipse, EllipticalArcTo, InfiniteLine, LineTo, MoveTo, NURBSTo, PolyLineTo, RelCubBezTo, RelEllipticalArcTo, RelLineTo, RelMoveTo, RelQuadBezTo, SplineKnot, SplineStart

public interface GeometryRow


Method Summary
 void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
           
 void setupMaster(GeometryRow row)
           
 

Method Detail

setupMaster

void setupMaster(GeometryRow row)

addToPath

void addToPath(java.awt.geom.Path2D.Double path,
               XDGFShape parent)