Package org.n52.io.style
Class BarStyle
- java.lang.Object
-
- org.n52.io.style.Style
-
- org.n52.io.style.BarStyle
-
public class BarStyle 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 BarStyle()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BarStylecreateBarStyle(StyleProperties options)static BarStylecreateDefaultBarStyle()StringgetBarInterval()doublegetBarMargin()-
Methods inherited from class org.n52.io.style.Style
getColor, getProperties, getProperty, getPropertyAsArray, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsInt, getPropertyAsString, hasProperty, setProperties
-
-
-
-
Method Detail
-
getBarInterval
public String getBarInterval()
-
getBarMargin
public double getBarMargin()
-
createBarStyle
public static BarStyle createBarStyle(StyleProperties options)
-
createDefaultBarStyle
public static BarStyle createDefaultBarStyle()
-
-