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 SummaryConstructors Constructor Description PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale)PaintShapeRequest(Shape clipShape)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetClipShape(Shape clipShape)voidsetLabelObstacle(boolean labelObstacle)
 
- 
- 
- 
Constructor Detail- 
PaintShapeRequestpublic PaintShapeRequest(Shape clipShape) 
 - 
PaintShapeRequestpublic PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale) 
 
- 
 - 
Method Detail- 
setLabelObstaclepublic void setLabelObstacle(boolean labelObstacle) 
 - 
setClipShapepublic void setClipShape(Shape clipShape) 
 
- 
 
-