org.geotools.styling
Class BasicLineStyle

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

public class BasicLineStyle
extends StyleImpl
implements Style

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

Author:
James Macgill, CCG

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

BasicLineStyle

public BasicLineStyle()
Creates a new instance of BasicPolygonStyle


BasicLineStyle

public BasicLineStyle(Stroke stroke)
Method Detail

getAbstract

public String getAbstract()
Description copied from interface: Style
Description of this 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
Returns:
String, identification name of this style

getTitle

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

Overrides:
getTitle in class StyleImpl


Copyright © 1996-2014 Geotools. All Rights Reserved.