org.deegree.rendering.r2d.context
Class RenderingInfo

java.lang.Object
  extended by 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 $

Constructor Summary
RenderingInfo(String format, int width, int height, boolean transparent, Color bgcolor, Envelope envelope, double pixelSize, Map<String,String> parameters)
           
 
Method Summary
 Color getBgColor()
           
 Envelope getEnvelope()
           
 int getFeatureCount()
           
 String getFormat()
           
 int getHeight()
           
 Map<String,String> getParameterMap()
           
 double getPixelSize()
           
 boolean getTransparent()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setFeatureCount(int featureCount)
           
 void setFormat(String format)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingInfo

public RenderingInfo(String format,
                     int width,
                     int height,
                     boolean transparent,
                     Color bgcolor,
                     Envelope envelope,
                     double pixelSize,
                     Map<String,String> parameters)
Method Detail

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.