org.geotools.styling
Class BasicPolygonStyle
java.lang.Object
org.geotools.styling.StyleImpl
org.geotools.styling.BasicPolygonStyle
- All Implemented Interfaces:
- org.opengis.util.Cloneable, java.lang.Cloneable, Style
- public class BasicPolygonStyle
- extends StyleImpl
- implements Style
A style object is quite hard to set up, involving fills, strokes,
symbolizers and rules.
- Version:
- $Id: BasicPolygonStyle.java,v 1.6 2003/07/22 16:37:10 ianturton Exp $
- Author:
- James Macgill, CCG
Methods inherited from class org.geotools.styling.StyleImpl |
accept, addFeatureTypeStyle, clone, equals, getFeatureTypeStyles, hashCode, isDefault, setAbstract, setDefault, setFeatureTypeStyles, setName, setTitle |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BasicPolygonStyle
public BasicPolygonStyle()
- Creates a new instance of BasicPolygonStyle
BasicPolygonStyle
public BasicPolygonStyle(Fill fill,
Stroke stroke)
getAbstract
public java.lang.String getAbstract()
- Specified by:
getAbstract
in interface Style
- Overrides:
getAbstract
in class StyleImpl
getName
public java.lang.String getName()
- Specified by:
getName
in interface Style
- Overrides:
getName
in class StyleImpl
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface Style
- Overrides:
getTitle
in class StyleImpl
Copyright © GeoTools. All Rights Reserved.