org.geotools.renderer.shape
Class ScreenMap

java.lang.Object
  extended byorg.geotools.renderer.shape.ScreenMap

public class ScreenMap
extends java.lang.Object


Constructor Summary
ScreenMap()
           
ScreenMap(int x, int y)
           
 
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)
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 © GeoTools. All Rights Reserved.