org.deegree.rendering.r2d.context
Class RenderingInfo
java.lang.Object
org.deegree.rendering.r2d.context.RenderingInfo
public class RenderingInfo
- extends Object
- Version:
- $Revision: 31684 $, $Date: 2011-08-30 14:16:46 +0200 (Tue, 30 Aug 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderingInfo
public RenderingInfo(String format,
int width,
int height,
boolean transparent,
Color bgcolor,
Envelope envelope,
double pixelSize,
Map<String,String> parameters)
setFormat
public void setFormat(String format)
getFormat
public String getFormat()
getWidth
public int getWidth()
getHeight
public int getHeight()
getTransparent
public boolean getTransparent()
getBgColor
public Color getBgColor()
getEnvelope
public Envelope getEnvelope()
getPixelSize
public double getPixelSize()
getX
public int getX()
- Returns:
- the x
setX
public void setX(int x)
- Parameters:
x
- the x to set
getY
public int getY()
- Returns:
- the y
setY
public void setY(int y)
- Parameters:
y
- the y to set
getFeatureCount
public int getFeatureCount()
- Returns:
- the featureCount
setFeatureCount
public void setFeatureCount(int featureCount)
- Parameters:
featureCount
- the featureCount to set
getParameterMap
public Map<String,String> getParameterMap()
- Returns:
- the original request parameters, if set
Copyright © 2011. All Rights Reserved.