org.geotools.styling
Class BasicPolygonStyle

java.lang.Object
  extended by org.geotools.styling.StyleImpl
      extended by org.geotools.styling.BasicPolygonStyle
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.style.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 30648 2008-06-12 19:22:35Z acuster $
Author:
James Macgill, CCG

Constructor Summary
BasicPolygonStyle()
          Creates a new instance of BasicPolygonStyle
BasicPolygonStyle(Fill fill, Stroke stroke)
           
 
Method Summary
 java.lang.String getAbstract()
          Description of this style
 java.lang.String getName()
           
 java.lang.String getTitle()
          Style Title (human readable name for user interfaces)
 
Methods inherited from class org.geotools.styling.StyleImpl
accept, accept, addFeatureTypeStyle, clone, equals, featureTypeStyles, getDefaultSpecification, getDescription, getFeatureTypeStyles, hashCode, isDefault, setAbstract, setDefault, setDefaultSpecification, setDescription, setFeatureTypeStyles, setName, setTitle, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.geotools.styling.Style
accept, addFeatureTypeStyle, featureTypeStyles, getDefaultSpecification, getDescription, getFeatureTypeStyles, setAbstract, setDefault, setDefaultSpecification, setFeatureTypeStyles, setName, setTitle
 
Methods inherited from interface org.opengis.style.Style
accept, isDefault
 

Constructor Detail

BasicPolygonStyle

public BasicPolygonStyle()
Creates a new instance of BasicPolygonStyle


BasicPolygonStyle

public BasicPolygonStyle(Fill fill,
                         Stroke stroke)
Method Detail

getAbstract

public java.lang.String getAbstract()
Description copied from interface: Style
Description of this style

Overrides:
getAbstract in class StyleImpl

getName

public java.lang.String getName()
Specified by:
getName in interface org.opengis.style.Style
Overrides:
getName in class StyleImpl

getTitle

public java.lang.String getTitle()
Description copied from interface: Style
Style Title (human readable name for user interfaces)

Overrides:
getTitle in class StyleImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.