public class PSPDFGraphics2D
extends org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Constructor and Description |
---|
PSPDFGraphics2D(boolean textAsShapes) |
PSPDFGraphics2D(boolean textAsShapes,
org.apache.xmlgraphics.ps.PSGenerator gen) |
PSPDFGraphics2D(org.apache.xmlgraphics.java2d.ps.PSGraphics2D g) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyPaint(java.awt.Paint paint,
boolean fill) |
void |
clearRect(int x,
int y,
int width,
int height) |
boolean |
drawImage(java.awt.Image img,
int x1,
int y1,
java.awt.image.ImageObserver observer) |
void |
fill(java.awt.Shape shape) |
protected static org.apache.fop.render.gradient.Function |
getFunction(org.apache.pdfbox.pdmodel.common.function.PDFunction f) |
applyStroke, applyStroke, buildBufferedImage, copyArea, create, disableClipping, dispose, doDrawing, draw, drawImage, drawImage, drawImage, drawRenderableImage, drawRenderedImage, drawString, establishColor, getCustomTextHandler, getDeviceConfiguration, getFallbackTextHandler, getFontMetrics, getPSGenerator, handleIOException, preparePainting, processPathIterator, processPathIteratorCached, processPathIteratorToString, processShape, setCustomTextHandler, setGraphicContext, setPSGenerator, setXORMode, shouldBeClipped, writeClip
addRenderingHints, 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
public PSPDFGraphics2D(boolean textAsShapes)
public PSPDFGraphics2D(org.apache.xmlgraphics.java2d.ps.PSGraphics2D g)
public PSPDFGraphics2D(boolean textAsShapes, org.apache.xmlgraphics.ps.PSGenerator gen)
public void clearRect(int x, int y, int width, int height)
clearRect
in class org.apache.xmlgraphics.java2d.AbstractGraphics2D
protected void applyPaint(java.awt.Paint paint, boolean fill)
applyPaint
in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
public void fill(java.awt.Shape shape)
fill
in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
protected static org.apache.fop.render.gradient.Function getFunction(org.apache.pdfbox.pdmodel.common.function.PDFunction f) throws java.io.IOException
java.io.IOException
public boolean drawImage(java.awt.Image img, int x1, int y1, java.awt.image.ImageObserver observer)
drawImage
in class org.apache.xmlgraphics.java2d.ps.PSGraphics2D
Copyright 2007-2025 The Apache Software Foundation. All Rights Reserved.