|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.renderer.shape.ScreenMap
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 |
public ScreenMap()
public ScreenMap(int x, int y)
Method Detail |
public void set(int x, int y, boolean value)
public boolean get(int x, int y)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |