|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Style | |
org.geotools.renderer.geom | Shape implementations used for the
rendering of geographic features. |
org.geotools.renderer.style | Styling to be applied on Geometry objects at rendering time. |
Uses of Style in org.geotools.renderer.geom |
Methods in org.geotools.renderer.geom that return Style | |
Style |
Geometry.getStyle()
Returns the style attached to this geometry, or null if none. |
Methods in org.geotools.renderer.geom with parameters of type Style | |
void |
Geometry.setStyle(Style style)
Set the style attached to this geometry. |
Uses of Style in org.geotools.renderer.style |
Subclasses of Style in org.geotools.renderer.style | |
class |
DynamicLineStyle2D
A dynamic line style, that will compute its parameters each time they are requested instead of caching them |
class |
DynamicPolygonStyle2D
A dynamic polygon style, that will compute its parameters each time they are requested instead of caching them |
class |
GraphicStyle2D
A style class used to depict a point, polygon centroid or line with a small graphic icon |
class |
LineStyle2D
A rendered style to draw the contour of shapes TODO: add support for Graphic rendering (that is, an image painted along the contour) |
class |
MarkStyle2D
Style to represent points as small filled and stroked shapes |
class |
PolygonStyle2D
A style that contains the specification to renderer both the contour and the interior of a shape |
class |
Style2D
Base class for all style targeting Graphics2D . |
class |
TextStyle2D
DJB: This class was fundamentally wrong - it tried to convert |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |