org.apache.fop.render.ps
Class PSSVGHandler.PSInfo
java.lang.Object
org.apache.fop.render.ps.PSSVGHandler.PSInfo
- PSSVGHandler
public static class PSSVGHandler.PSInfo
extends java.lang.Object
PostScript information structure for drawing the XML document.
getCurrentXPosition
public int getCurrentXPosition()
Returns the currentXPosition.
getCurrentYPosition
public int getCurrentYPosition()
Returns the currentYPosition.
getFontInfo
public FontInfo getFontInfo()
Returns the fontInfo.
getHandlerConfiguration
public Configuration getHandlerConfiguration()
Returns the height.
getHeight
public int getHeight()
Returns the height.
getPSGenerator
public PSGenerator getPSGenerator()
Returns the PSGenerator.
getWidth
public int getWidth()
Returns the width.
setCurrentXPosition
public void setCurrentXPosition(int currentXPosition)
Sets the currentXPosition.
currentXPosition
- The currentXPosition to set
setCurrentYPosition
public void setCurrentYPosition(int currentYPosition)
Sets the currentYPosition.
currentYPosition
- The currentYPosition to set
setFontInfo
public void setFontInfo(FontInfo fontInfo)
Sets the fontInfo.
fontInfo
- The fontInfo to set
setHandlerConfiguration
public void setHandlerConfiguration(Configuration cfg)
Sets the handler configuration.
cfg
- the configuration object
setHeight
public void setHeight(int height)
Sets the height.
height
- The height to set
setPsGenerator
public void setPsGenerator(PSGenerator psGenerator)
Sets the PSGenerator.
psGenerator
- The PSGenerator to set
setWidth
public void setWidth(int width)
Sets the width.
width
- The pageWidth to set
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.