Package org.geotools.renderer.style
Class DynamicPolygonStyle2D
Object
Style
Style2D
LineStyle2D
PolygonStyle2D
DynamicPolygonStyle2D
- All Implemented Interfaces:
- Cloneable
A dynamic polygon style, that will compute its parameters each time they are requested instead of caching them
- Author:
- jamesm
- 
Field SummaryFields inherited from class PolygonStyle2Dfill, fillComposite, graphicFillFields inherited from class LineStyle2Dcontour, contourComposite, perpendicularOffset, stroke
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new instance of DynamicPolygonStyle2D
- 
Method SummaryModifier and TypeMethodDescriptiongetFill()Computes and returns the fill based on the feature and the symbolizerComputes and returns the fill composite based on the feature and the symbolizerMethods inherited from class PolygonStyle2DgetGraphicFill, setFill, setFillComposite, setGraphicFill, toStringMethods inherited from class LineStyle2DgetContour, getContourComposite, getGraphicStroke, getPerpendicularOffset, getStroke, setContour, setContourComposite, setGraphicStroke, setPerpendicularOffset, setStrokeMethods inherited from class Styleclone, getMaxScale, getMinScale, isScaleInRange, setMinMaxScale
- 
Constructor Details- 
DynamicPolygonStyle2DCreates a new instance of DynamicPolygonStyle2D
 
- 
- 
Method Details- 
getFillComputes and returns the fill based on the feature and the symbolizer- Overrides:
- getFillin class- PolygonStyle2D
- Returns:
- the current fill or null if none
 
- 
getFillCompositeComputes and returns the fill composite based on the feature and the symbolizer- Overrides:
- getFillCompositein class- PolygonStyle2D
- Returns:
- the current fill composite or null if none
 
 
-