org.geotools.styling
Class BasicLineStyle

java.lang.Object
  extended by org.geotools.styling.StyleImpl
      extended by org.geotools.styling.BasicLineStyle
All Implemented Interfaces:
java.lang.Cloneable, org.opengis.style.Style

public class BasicLineStyle
extends StyleImpl
implements Style

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

Version:
$Id: BasicLineStyle.java 31133 2008-08-05 15:20:33Z johann.sorel $
Author:
James Macgill, CCG

Constructor Summary
BasicLineStyle()
          Creates a new instance of BasicPolygonStyle
BasicLineStyle(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

BasicLineStyle

public BasicLineStyle()
Creates a new instance of BasicPolygonStyle


BasicLineStyle

public BasicLineStyle(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.