org.geotools.renderer.shape
Class ScreenMap

java.lang.Object
  extended by org.geotools.renderer.shape.ScreenMap

public class ScreenMap
extends java.lang.Object


Constructor Summary
ScreenMap()
           
ScreenMap(int x, int y, int width, int height)
           
 
Method Summary
 boolean get(int x, int y)
          Returns true if the pixel at location x,y is set or out of bounds.
 void set(int x, int y, boolean value)
          Sets location at position x,y to the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenMap

public ScreenMap()

ScreenMap

public ScreenMap(int x,
                 int y,
                 int width,
                 int height)
Method Detail

set

public void set(int x,
                int y,
                boolean value)
Sets location at position x,y to the value.


get

public boolean get(int x,
                   int y)
Returns true if the pixel at location x,y is set or out of bounds.



Copyright © 1996-2010 Geotools. All Rights Reserved.