org.geotools.styling
Class BasicPolygonStyle

Object
  extended by StyleImpl
      extended by BasicPolygonStyle
All Implemented Interfaces:
Cloneable, Style

public class BasicPolygonStyle
extends StyleImpl
implements Style

A style object is quite hard to set up, involving fills, strokes, symbolizers and rules.

Author:
James Macgill, CCG
Module:

Constructor Summary
BasicPolygonStyle()
          Creates a new instance of BasicPolygonStyle
BasicPolygonStyle(Fill fill, Stroke stroke)
           
 
Method Summary
 String getAbstract()
          Description of this style
 String getName()
          Style name (machine readable, don't show to users)
 String getTitle()
          Style Title (human readable name for user interfaces)
 
Methods inherited from class StyleImpl
accept, addFeatureTypeStyle, clone, equals, getDescription, getFeatureTypeStyles, hashCode, isDefault, setAbstract, setDefault, setFeatureTypeStyles, setName, setTitle, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Style
accept, addFeatureTypeStyle, getDescription, getFeatureTypeStyles, isDefault, setAbstract, setDefault, setFeatureTypeStyles, setName, setTitle
 

Constructor Detail

BasicPolygonStyle

public BasicPolygonStyle()
Creates a new instance of BasicPolygonStyle


BasicPolygonStyle

public BasicPolygonStyle(Fill fill,
                         Stroke stroke)
Method Detail

getAbstract

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

Specified by:
getAbstract in interface Style
Overrides:
getAbstract in class StyleImpl

getName

public String getName()
Description copied from interface: Style
Style name (machine readable, don't show to users)

Specified by:
getName in interface Style
Overrides:
getName in class StyleImpl

getTitle

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

Specified by:
getTitle in interface Style
Overrides:
getTitle in class StyleImpl


Copyright © 1996-2009 Geotools. All Rights Reserved.