org.apache.fop.render.ps

Class PSSVGHandler.PSInfo

Enclosing Class:
PSSVGHandler

public static class PSSVGHandler.PSInfo
extends java.lang.Object

PostScript information structure for drawing the XML document.

Method Summary

int
getCurrentXPosition()
Returns the currentXPosition.
int
getCurrentYPosition()
Returns the currentYPosition.
FontInfo
getFontInfo()
Returns the fontInfo.
Configuration
getHandlerConfiguration()
Returns the height.
int
getHeight()
Returns the height.
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(Configuration cfg)
Sets the handler configuration.
void
setHeight(int height)
Sets the height.
void
setPsGenerator(PSGenerator psGenerator)
Sets the PSGenerator.
void
setWidth(int width)
Sets the width.

Method Details

getCurrentXPosition

public int getCurrentXPosition()
Returns the currentXPosition.
Returns:
int

getCurrentYPosition

public int getCurrentYPosition()
Returns the currentYPosition.
Returns:
int

getFontInfo

public FontInfo getFontInfo()
Returns the fontInfo.
Returns:
FontInfo

getHandlerConfiguration

public Configuration getHandlerConfiguration()
Returns the height.
Returns:
int

getHeight

public int getHeight()
Returns the height.
Returns:
int

getPSGenerator

public PSGenerator getPSGenerator()
Returns the PSGenerator.
Returns:
PSGenerator

getWidth

public int getWidth()
Returns the width.
Returns:
int

setCurrentXPosition

public void setCurrentXPosition(int currentXPosition)
Sets the currentXPosition.
Parameters:
currentXPosition - The currentXPosition to set

setCurrentYPosition

public void setCurrentYPosition(int currentYPosition)
Sets the currentYPosition.
Parameters:
currentYPosition - The currentYPosition to set

setFontInfo

public void setFontInfo(FontInfo fontInfo)
Sets the fontInfo.
Parameters:
fontInfo - The fontInfo to set

setHandlerConfiguration

public void setHandlerConfiguration(Configuration cfg)
Sets the handler configuration.
Parameters:
cfg - the configuration object

setHeight

public void setHeight(int height)
Sets the height.
Parameters:
height - The height to set

setPsGenerator

public void setPsGenerator(PSGenerator psGenerator)
Sets the PSGenerator.
Parameters:
psGenerator - The PSGenerator to set

setWidth

public void setWidth(int width)
Sets the width.
Parameters:
width - The pageWidth to set

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.