public class EPSDocumentGraphics2D extends AbstractPSDocumentGraphics2D
PSGraphics2D
,
AbstractPSDocumentGraphics2D
height, initialClip, initialTransform, pagecount, pagePending, viewportHeight, viewportWidth, width, ZERO
clippingDisabled, currentColour, customTextHandler, fallbackTextHandler, gen, pathHashCache, rootG2D, startCache
gc, inPossibleRecursion, textAsShapes
构造器和说明 |
---|
EPSDocumentGraphics2D(boolean textAsShapes)
Create a new EPSDocumentGraphics2D.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
writeFileHeader()
Writes the file header.
|
protected void |
writePageHeader()
Writes the page header for a page.
|
protected void |
writePageTrailer()
Writes the page trailer for a page.
|
closePage, finish, getPageCount, nextPage, preparePainting, setBackgroundColor, setupDocument, setViewportDimension, startPage, writeProcSets
applyPaint, applyStroke, applyStroke, buildBufferedImage, copyArea, create, disableClipping, dispose, doDrawing, draw, drawImage, drawImage, drawRenderableImage, drawRenderedImage, drawString, establishColor, fill, getCustomTextHandler, getDeviceConfiguration, getFallbackTextHandler, getFontMetrics, getPSGenerator, handleIOException, processPathIterator, processPathIteratorCached, processPathIteratorToString, processShape, setCustomTextHandler, setGraphicContext, setPSGenerator, setXORMode, shouldBeClipped, writeClip
addRenderingHints, clearRect, clip, clipRect, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRoundRect, drawString, drawString, drawString, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getFont, getFontRenderContext, getGraphicContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, shear, transform, translate, translate
draw3DRect, fill3DRect
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
public EPSDocumentGraphics2D(boolean textAsShapes)
textAsShapes
- set this to true so that text will be rendered
using curves and not the font.protected void writeFileHeader() throws IOException
writeFileHeader
在类中 AbstractPSDocumentGraphics2D
IOException
- if an I/O error occursprotected void writePageHeader() throws IOException
writePageHeader
在类中 AbstractPSDocumentGraphics2D
IOException
- In case an I/O error occursprotected void writePageTrailer() throws IOException
writePageTrailer
在类中 AbstractPSDocumentGraphics2D
IOException
- In case an I/O error occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.