| java.lang.Object org.geotools.renderer.shape.ScreenMap
ScreenMap | public class ScreenMap (Code) | | |
Constructor Summary | |
public | ScreenMap() | public | ScreenMap(int x, int y, int width, int height) |
Method Summary | |
public boolean | get(int x, int y) Returns true if the pixel at location x,y is set or out of bounds. | public void | set(int x, int y, boolean value) Sets location at position x,y to the value. |
ScreenMap | public ScreenMap()(Code) | | |
ScreenMap | public ScreenMap(int x, int y, int width, int height)(Code) | | |
get | public boolean get(int x, int y)(Code) | | Returns true if the pixel at location x,y is set or out of bounds.
|
set | public void set(int x, int y, boolean value)(Code) | | Sets location at position x,y to the value.
|
|
|