Package org.geotools.image
Class DrawableBitSet
- Object
-
- DrawableBitSet
-
-
Constructor Summary
Constructors Constructor Description DrawableBitSet(int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanget(int x, int y)BufferedImagegetImage()voidset(int x, int y)voidset(Shape shape)voidset(Geometry geom)
-
-
-
Method Detail
-
get
public boolean get(int x, int y)
-
set
public void set(int x, int y)
-
set
public void set(Geometry geom)
-
set
public void set(Shape shape)
-
getImage
public BufferedImage getImage()
-
-