|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Graphics
java.awt.Graphics2D
com.crionics.jpdf.creator.JPdfGraphics2D
public abstract class JPdfGraphics2D
Java2D Graphics2D extension which supports extended PDF Features
| Constructor Summary | |
|---|---|
JPdfGraphics2D()
|
|
| Method Summary | |
|---|---|
abstract void |
drawLinkArea(java.awt.geom.Rectangle2D rect,
AbstractAction action)
|
abstract CreatorModule |
getCreatorModule()
Return the the Creator Module. |
abstract void |
setLayer(java.lang.String layerName)
PDF 1.5+ has the ability to display contents on layers. |
| Methods inherited from class java.awt.Graphics2D |
|---|
addRenderingHints, clip, draw, draw3DRect, drawGlyphVector, drawImage, drawImage, drawRenderableImage, drawRenderedImage, drawString, drawString, drawString, drawString, fill, fill3DRect, getBackground, getComposite, getDeviceConfiguration, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, rotate, rotate, scale, setBackground, setComposite, setPaint, setRenderingHint, setRenderingHints, setStroke, setTransform, shear, transform, translate, translate |
| Methods inherited from class java.awt.Graphics |
|---|
clearRect, clipRect, copyArea, create, create, dispose, drawArc, drawBytes, drawChars, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolygon, drawPolyline, drawRect, drawRoundRect, fillArc, fillOval, fillPolygon, fillPolygon, fillRect, fillRoundRect, finalize, getClip, getClipBounds, getClipBounds, getClipRect, getColor, getFont, getFontMetrics, getFontMetrics, hitClip, setClip, setClip, setColor, setFont, setPaintMode, setXORMode, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JPdfGraphics2D()
| Method Detail |
|---|
public abstract void drawLinkArea(java.awt.geom.Rectangle2D rect,
AbstractAction action)
throws PdfException,
java.io.IOException
PdfException
java.io.IOExceptionpublic abstract CreatorModule getCreatorModule()
public abstract void setLayer(java.lang.String layerName)
throws PdfException,
java.io.IOException
layerName - name of the layer or null for the background
PdfException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||