org.geotools.renderer.shape
Class ScreenMap
Object
ScreenMap
public class ScreenMap
- extends Object
- Module:
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 |
ScreenMap
public ScreenMap()
ScreenMap
public ScreenMap(int x,
int y,
int width,
int height)
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.