|
FreeHEP API Version v1.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.freehep.graphicsio.AbstractPathConstructor
|
+--org.freehep.graphicsio.QuadToCubicPathConstructor
|
+--org.freehep.graphicsio.CubicToLinePathConstructor
|
+--org.freehep.graphicsio.PolylinePathConstructor
|
+--org.freehep.graphicsio.cgm.CGMPathConstructor
| Field Summary |
| Fields inherited from class org.freehep.graphicsio.PolylinePathConstructor |
closed, fill |
| Fields inherited from class org.freehep.graphicsio.AbstractPathConstructor |
currentX, currentY |
| Constructor Summary | |
CGMPathConstructor(TaggedOutput os,
boolean fill,
AffineTransform matrix)
|
|
| Method Summary | |
protected void |
writePolyline(Vector polyline)
|
| Methods inherited from class org.freehep.graphicsio.PolylinePathConstructor |
closePath, line, move, writePolyline |
| Methods inherited from class org.freehep.graphicsio.CubicToLinePathConstructor |
cubic |
| Methods inherited from class org.freehep.graphicsio.QuadToCubicPathConstructor |
quad |
| Methods inherited from class org.freehep.graphicsio.AbstractPathConstructor |
addPath, addPath, flush, isEvenOdd |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CGMPathConstructor(TaggedOutput os,
boolean fill,
AffineTransform matrix)
| Method Detail |
protected void writePolyline(Vector polyline)
throws IOException
writePolyline in class PolylinePathConstructorIOException
|
FreeHEP API Version v1.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||