|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.renderer.style.Style
org.geotools.renderer.style.Style2D
org.geotools.renderer.style.LineStyle2D
org.geotools.renderer.style.PolygonStyle2D
org.geotools.renderer.style.DynamicPolygonStyle2D
public class DynamicPolygonStyle2D
A dynamic polygon style, that will compute its parameters each time they are requested instead of caching them
Field Summary |
---|
Fields inherited from class org.geotools.renderer.style.PolygonStyle2D |
---|
fill, fillComposite, graphicFill |
Fields inherited from class org.geotools.renderer.style.LineStyle2D |
---|
contour, contourComposite, stroke |
Fields inherited from class org.geotools.renderer.style.Style |
---|
maxScale, minScale |
Constructor Summary | |
---|---|
DynamicPolygonStyle2D(org.opengis.feature.simple.SimpleFeature f,
PolygonSymbolizer sym)
Creates a new instance of DynamicPolygonStyle2D |
Method Summary | |
---|---|
java.awt.Paint |
getFill()
Computes and returns the fill based on the feature and the symbolizer |
java.awt.Composite |
getFillComposite()
Computes and returns the fill composite based on the feature and the symbolizer |
Methods inherited from class org.geotools.renderer.style.PolygonStyle2D |
---|
getGraphicFill, setFill, setFillComposite, setGraphicFill, toString |
Methods inherited from class org.geotools.renderer.style.LineStyle2D |
---|
getContour, getContourComposite, getGraphicStroke, getStroke, setContour, setContourComposite, setGraphicStroke, setStroke |
Methods inherited from class org.geotools.renderer.style.Style |
---|
getMaxScale, getMinScale, isScaleInRange, setMinMaxScale |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DynamicPolygonStyle2D(org.opengis.feature.simple.SimpleFeature f, PolygonSymbolizer sym)
Method Detail |
---|
public java.awt.Paint getFill()
getFill
in class PolygonStyle2D
public java.awt.Composite getFillComposite()
getFillComposite
in class PolygonStyle2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |