net.refractions.udig.render.gridcoverage.basic
Class State

java.lang.Object
  extended by net.refractions.udig.render.gridcoverage.basic.State

public class State
extends java.lang.Object

Encapsulates the state required to render a GridCoverage

Since:
1.1.0
Author:
Jesse

Field Summary
 Envelope bounds
           
 IRenderContext context
           
 java.awt.Rectangle displayArea
           
 double maxScale
           
 double minScale
           
 float opacity
           
 
Constructor Summary
State(IRenderContext context, Envelope bbox, java.awt.Rectangle displayArea, float opacity, double minScale, double maxScale)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opacity

public float opacity

minScale

public double minScale

maxScale

public double maxScale

context

public IRenderContext context

bounds

public Envelope bounds

displayArea

public java.awt.Rectangle displayArea
Constructor Detail

State

public State(IRenderContext context,
             Envelope bbox,
             java.awt.Rectangle displayArea,
             float opacity,
             double minScale,
             double maxScale)