|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Graphics | +--gov.sandia.postscript.PSGrBase | +--gov.sandia.postscript.PSGraphics
PSGr1 is a Graphics subclass for Java 1.1 that images to PostScript. (C) 1996 E.J. Friedman-Hill and Sandia National Labs
Fields inherited from class gov.sandia.postscript.PSGrBase |
---|
backClr, charsPerRow, clippingRect, clr, DEBUG, font, hd, os, PAGEHEIGHT, PAGEWIDTH, XOFFSET, YOFFSET |
Constructor Summary | |
---|---|
PSGraphics()
Constructs a new PSGr1 Object. |
|
PSGraphics(Writer o)
Constructs a new PSGr1 Object. |
|
PSGraphics(Writer o,
boolean emitProlog)
Constructs a new PSGr1 Object. |
Methods inherited from class gov.sandia.postscript.PSGrBase |
---|
arcTo, clearRect, clipRect, copyArea, create, diagnostic, dispose, doArc, doImage, doPoly, doRect, doRoundRect, draw3DRect, drawArc, drawBytes, drawChars, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRoundRect, drawString, drawString, emitColorImageProlog, emitProlog, emitThis, fill3DRect, fillArc, fillOval, fillPolygon, fillPolygon, fillRect, fillRoundRect, finalize, getClip, getClipBounds, getClipRect, getColor, getFont, getFontMetrics, getFontMetrics, grestore, gsave, lineto, moveto, scale, setBackground, setClip, setClip, setColor, setFont, setOutput, setPaintMode, setXORMode, stroke, toString, transformY, translate |
Methods inherited from class java.awt.Graphics |
---|
create, getClipBounds, hitClip |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PSGraphics()
o
- Output stream for PostScript outputPSGrBase.create()
public PSGraphics(Writer o)
o
- Output stream for PostScript outputPSGrBase.create()
public PSGraphics(Writer o, boolean emitProlog)
o
- Output stream for PostScript outputPSGrBase.create()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |