public static class PSSVGHandler.PSInfo extends Object
Constructor and Description |
---|
PSInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
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(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 Configuration getHandlerConfiguration()
public void setHandlerConfiguration(Configuration cfg)
cfg
- the configuration objectCopyright © 2025 Apache Software Foundation. All rights reserved.