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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)voidsetupMaster(GeometryRow row)
-
-
-
Method Detail
-
setupMaster
void setupMaster(GeometryRow row)
-
addToPath
void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
-
-