org.geotools.styling
Class BasicLineStyle
Object
StyleImpl
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
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 interface Style |
accept, addFeatureTypeStyle, featureTypeStyles, getDefaultSpecification, getDescription, getFeatureTypeStyles, setAbstract, setDefault, setDefaultSpecification, setFeatureTypeStyles, setName, setTitle |
BasicLineStyle
public BasicLineStyle()
- Creates a new instance of BasicPolygonStyle
BasicLineStyle
public BasicLineStyle(Stroke stroke)
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.