org.geotools.styling
Class BasicPolygonStyle

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.StyleImpl
          extended byorg.geotools.styling.BasicPolygonStyle
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.util.Cloneable, GTComponent, 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 17701 2006-01-23 00:00:51Z desruisseaux $
Author:
James Macgill, CCG

Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
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()
          Style name (machine readable, don't show to users)
 java.lang.String getTitle()
           
 
Methods inherited from class org.geotools.styling.StyleImpl
accept, addFeatureTypeStyle, clone, equals, getFeatureTypeStyles, hashCode, isDefault, setAbstract, setDefault, setFeatureTypeStyles, setName, setTitle, toString
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.geotools.styling.Style
accept, addFeatureTypeStyle, getFeatureTypeStyles, isDefault, setAbstract, setDefault, setFeatureTypeStyles, setName, setTitle
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

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

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

getName

public java.lang.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 java.lang.String getTitle()
Specified by:
getTitle in interface Style
Overrides:
getTitle in class StyleImpl


Copyright © GeoTools. All Rights Reserved.