org.geotools.styling
Class BasicLineStyle
java.lang.Object
org.geotools.event.AbstractGTComponent
org.geotools.styling.StyleImpl
org.geotools.styling.BasicLineStyle
- All Implemented Interfaces:
- java.lang.Cloneable, org.opengis.util.Cloneable, GTComponent, 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 17701 2006-01-23 00:00:51Z desruisseaux $
- Author:
- James Macgill, CCG
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
BasicLineStyle
public BasicLineStyle()
- Creates a new instance of BasicPolygonStyle
BasicLineStyle
public BasicLineStyle(Stroke stroke)
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.