Package org.geotools.renderer.lite
Class StreamingRenderer.PaintShapeRequest
- Object
-
- StreamingRenderer.RenderingRequest
-
- PaintShapeRequest
-
- Enclosing class:
- StreamingRenderer
protected class StreamingRenderer.PaintShapeRequest extends StreamingRenderer.RenderingRequest
A request to paint a shape with a specific Style2D- Author:
- aaime
-
-
Constructor Summary
Constructors Constructor Description PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale)
PaintShapeRequest(Shape clipShape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setClipShape(Shape clipShape)
void
setLabelObstacle(boolean labelObstacle)
-
-
-
Constructor Detail
-
PaintShapeRequest
public PaintShapeRequest(Shape clipShape)
-
PaintShapeRequest
public PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale)
-
-
Method Detail
-
setLabelObstacle
public void setLabelObstacle(boolean labelObstacle)
-
setClipShape
public void setClipShape(Shape clipShape)
-
-