Package rma.util.postscript
Class PSGr2
java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
rma.util.postscript.PSGrBase
rma.util.postscript.PSGr2
PSGr2 is a Graphics subclass for Java 2 that images to PostScript.
(C) 1996 E.J. Friedman-Hill and Sandia National Labs
-
Field Summary
Fields inherited from class rma.util.postscript.PSGrBase
backClr, charsPerRow, clippingRect, clr, DEBUG, font, hd, os, PAGEHEIGHT, PAGEWIDTH, XOFFSET, YOFFSET
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
drawString
(AttributedCharacterIterator i, int x, int y) So far Unimplemented Java 2 addition.Methods inherited from class rma.util.postscript.PSGrBase
addRenderingHints, arcTo, clearRect, clip, clipRect, copyArea, create, diagnostic, dispose, doArc, doImage, doPoly, doRect, doRoundRect, draw, draw3DRect, drawArc, drawBytes, drawChars, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, emitColorImageProlog, emitProlog, emitThis, fill, fill3DRect, fillArc, fillOval, fillPolygon, fillPolygon, fillRect, fillRoundRect, finalize, getBackground, getClip, getClipBounds, getClipRect, getColor, getComposite, getDeviceConfiguration, getFont, getFontMetrics, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, grestore, gsave, hit, lineto, moveto, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setdash, setFont, setOutput, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, stroke, toString, transform, transformY, translate, translate
Methods inherited from class java.awt.Graphics
create, getClipBounds, hitClip
-
Constructor Details
-
PSGr2
public PSGr2()Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.- See Also:
-
PSGr2
Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.- Parameters:
o
- Output stream for PostScript output- See Also:
-
PSGr2
Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.- Parameters:
o
- Output stream for PostScript output- See Also:
-
-
Method Details
-
drawString
So far Unimplemented Java 2 addition.- Specified by:
drawString
in classGraphics2D
-