|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.ps.PSSVGHandler.PSInfo
public static class PSSVGHandler.PSInfo
PostScript information structure for drawing the XML document.
Constructor Summary | |
---|---|
PSSVGHandler.PSInfo()
|
Method Summary | |
---|---|
int |
getCurrentXPosition()
Returns the currentXPosition. |
int |
getCurrentYPosition()
Returns the currentYPosition. |
FontInfo |
getFontInfo()
Returns the fontInfo. |
org.apache.avalon.framework.configuration.Configuration |
getHandlerConfiguration()
Returns the height. |
int |
getHeight()
Returns the height. |
org.apache.xmlgraphics.ps.PSGenerator |
getPSGenerator()
Returns the PSGenerator. |
int |
getWidth()
Returns the width. |
void |
setCurrentXPosition(int currentXPosition)
Sets the currentXPosition. |
void |
setCurrentYPosition(int currentYPosition)
Sets the currentYPosition. |
void |
setFontInfo(FontInfo fontInfo)
Sets the fontInfo. |
void |
setHandlerConfiguration(org.apache.avalon.framework.configuration.Configuration cfg)
Sets the handler configuration. |
void |
setHeight(int height)
Sets the height. |
void |
setPsGenerator(org.apache.xmlgraphics.ps.PSGenerator psGenerator)
Sets the PSGenerator. |
void |
setWidth(int width)
Sets the width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSSVGHandler.PSInfo()
Method Detail |
---|
public org.apache.xmlgraphics.ps.PSGenerator getPSGenerator()
public void setPsGenerator(org.apache.xmlgraphics.ps.PSGenerator psGenerator)
psGenerator
- The PSGenerator to setpublic FontInfo getFontInfo()
public void setFontInfo(FontInfo fontInfo)
fontInfo
- The fontInfo to setpublic int getCurrentXPosition()
public void setCurrentXPosition(int currentXPosition)
currentXPosition
- The currentXPosition to setpublic int getCurrentYPosition()
public void setCurrentYPosition(int currentYPosition)
currentYPosition
- The currentYPosition to setpublic int getWidth()
public void setWidth(int width)
width
- The pageWidth to setpublic int getHeight()
public void setHeight(int height)
height
- The height to setpublic org.apache.avalon.framework.configuration.Configuration getHandlerConfiguration()
public void setHandlerConfiguration(org.apache.avalon.framework.configuration.Configuration cfg)
cfg
- the configuration object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |