Interface StyleDefinition
-
- All Known Implementing Classes:
StyleDefinitionImpl
public interface StyleDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyleDefinitionadd(StyleDefinition other)StyleDefinitioncopy()DoublegetAlpha()DoublegetFillAlpha()StringgetFillColor()StringgetFontFamily()DoublegetFontSize()DoublegetStrokeAlpha()StringgetStrokeColor()Double[]getStrokeDashArray()DoublegetStrokeWidth()
-
-
-
Method Detail
-
getAlpha
Double getAlpha()
-
getFillColor
String getFillColor()
-
getFillAlpha
Double getFillAlpha()
-
getStrokeColor
String getStrokeColor()
-
getStrokeWidth
Double getStrokeWidth()
-
getStrokeAlpha
Double getStrokeAlpha()
-
getFontFamily
String getFontFamily()
-
getFontSize
Double getFontSize()
-
getStrokeDashArray
Double[] getStrokeDashArray()
-
add
StyleDefinition add(StyleDefinition other)
-
copy
StyleDefinition copy()
-
-