public static class PSSVGHandler.PSInfo
extends java.lang.Object
Constructor | Description |
---|---|
PSInfo() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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 objectCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.