Package org.n52.io.style
Class LineStyle
- java.lang.Object
-
- org.n52.io.style.Style
-
- org.n52.io.style.LineStyle
-
public class LineStyle extends Style
-
-
Field Summary
-
Fields inherited from class org.n52.io.style.Style
PARAMETER_COLOR, PARAMETER_INTERVAL, VALUE_INTERVAL_BY_DAY, VALUE_INTERVAL_BY_HOUR, VALUE_INTERVAL_BY_MONTH, VALUE_INTERVAL_BY_WEEK
-
-
Constructor Summary
Constructors Constructor Description LineStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineStylecreateDefaultLineStyle()static LineStylecreateLineStyle(StyleProperties options)intgetDashGapWidth()intgetDotWidth()StringgetLineType()intgetLineWidth()-
Methods inherited from class org.n52.io.style.Style
getColor, getProperties, getProperty, getPropertyAsArray, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsInt, getPropertyAsString, hasProperty, setProperties
-
-
-
-
Method Detail
-
getDotWidth
public int getDotWidth()
-
getDashGapWidth
public int getDashGapWidth()
-
getLineWidth
public int getLineWidth()
-
getLineType
public String getLineType()
-
createLineStyle
public static LineStyle createLineStyle(StyleProperties options)
-
createDefaultLineStyle
public static LineStyle createDefaultLineStyle()
-
-