org.geotools.renderer.shape
Class ScreenMap

Object
  extended by ScreenMap

public class ScreenMap
extends Object

Module:

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 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-2009 Geotools. All Rights Reserved.