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:
modules/library/main (gt-main.jar)

Constructor Summary
BasicPolygonStyle()
          Creates a new instance of BasicPolygonStyle
BasicPolygonStyle(Fill fill, Stroke stroke)
           
 
Method Summary
 String getAbstract()
           
 String getName()
           
 String getTitle()
           
 
Methods inherited from class StyleImpl
accept, accept, addFeatureTypeStyle, clone, equals, featureTypeStyles, getDefaultSpecification, getDescription, getFeatureTypeStyles, hashCode, isDefault, setAbstract, setDefault, setDefaultSpecification, setDescription, setFeatureTypeStyles, setName, setTitle, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Style
accept, addFeatureTypeStyle, featureTypeStyles, getDefaultSpecification, getDescription, getFeatureTypeStyles, setAbstract, setDefault, setDefaultSpecification, setFeatureTypeStyles, setName, setTitle
 
Methods inherited from interface 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 String getAbstract()
Overrides:
getAbstract in class StyleImpl

getName

public String getName()
Specified by:
getName in interface Style
Overrides:
getName in class StyleImpl

getTitle

public String getTitle()
Overrides:
getTitle in class StyleImpl


Copyright © 1996-2010 Geotools. All Rights Reserved.