|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.AFPDataObjectInfo
org.apache.fop.afp.AFPGraphicsObjectInfo
public class AFPGraphicsObjectInfo
A graphics object info which contains necessary painting objects
Constructor Summary | |
---|---|
AFPGraphicsObjectInfo()
|
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
getArea()
Returns the graphics area |
AFPGraphics2D |
getGraphics2D()
Returns the AFP graphics 2D implementation |
java.lang.String |
getMimeType()
Returns the mime type of this data object |
org.apache.xmlgraphics.java2d.Graphics2DImagePainter |
getPainter()
Returns the graphics painter |
void |
setArea(java.awt.geom.Rectangle2D area)
Sets the graphics area area |
void |
setGraphics2D(AFPGraphics2D g2d)
Sets the AFP graphics 2D implementation |
void |
setPainter(org.apache.xmlgraphics.java2d.Graphics2DImagePainter graphicsPainter)
Sets the graphics painter |
java.lang.String |
toString()
|
Methods inherited from class org.apache.fop.afp.AFPDataObjectInfo |
---|
getData, getDataHeight, getDataHeightRes, getDataWidth, getDataWidthRes, getMappingOption, getObjectAreaInfo, getObjectType, getResourceInfo, getUri, isCreatePageSegment, setCreatePageSegment, setData, setDataHeight, setDataHeightRes, setDataWidth, setDataWidthRes, setMappingOption, setMimeType, setObjectAreaInfo, setResourceInfo, setUri |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFPGraphicsObjectInfo()
Method Detail |
---|
public org.apache.xmlgraphics.java2d.Graphics2DImagePainter getPainter()
public void setPainter(org.apache.xmlgraphics.java2d.Graphics2DImagePainter graphicsPainter)
graphicsPainter
- the graphics painterpublic java.awt.geom.Rectangle2D getArea()
public void setArea(java.awt.geom.Rectangle2D area)
area
- the graphics object areapublic void setGraphics2D(AFPGraphics2D g2d)
g2d
- the AFP graphics 2D implementationpublic AFPGraphics2D getGraphics2D()
public java.lang.String toString()
toString
in class AFPDataObjectInfo
public java.lang.String getMimeType()
getMimeType
in class AFPDataObjectInfo
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |