|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.renderer.style.Style org.geotools.renderer.style.Style2D org.geotools.renderer.style.LineStyle2D org.geotools.renderer.style.DynamicLineStyle2D
A dynamic line style, that will compute its parameters each time they are requested instead of caching them
Field Summary | |
protected Feature |
feature
The feature that will be styled as a polygon |
protected LineSymbolizer |
ls
The line symbolizer used to get stroke/composite/... |
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 | |
DynamicLineStyle2D(Feature feature,
LineSymbolizer sym)
Creates a new instance of DynamicLineStyle2D |
Method Summary | |
java.awt.Paint |
getContour()
Returns the contour paint |
java.awt.Composite |
getContourComposite()
Computes and returns the contour style |
java.awt.Stroke |
getStroke()
Computes and returns the stroke |
Methods inherited from class org.geotools.renderer.style.LineStyle2D |
getGraphicStroke, setContour, setContourComposite, setGraphicStroke, setStroke, toString |
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 |
Field Detail |
protected Feature feature
protected LineSymbolizer ls
Constructor Detail |
public DynamicLineStyle2D(Feature feature, LineSymbolizer sym)
Method Detail |
public java.awt.Stroke getStroke()
getStroke
in class LineStyle2D
public java.awt.Composite getContourComposite()
getContourComposite
in class LineStyle2D
public java.awt.Paint getContour()
getContour
in class LineStyle2D
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |