Class StyleDefinitionImpl
- java.lang.Object
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.StyleDefinitionImpl
-
- All Implemented Interfaces:
StyleDefinition
public class StyleDefinitionImpl extends Object implements StyleDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStyleDefinitionImpl.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleDefinitionadd(StyleDefinition other)StyleDefinitioncopy()DoublegetAlpha()DoublegetFillAlpha()StringgetFillColor()StringgetFontFamily()DoublegetFontSize()DoublegetStrokeAlpha()StringgetStrokeColor()Double[]getStrokeDashArray()DoublegetStrokeWidth()
-
-
-
Method Detail
-
getAlpha
public Double getAlpha()
- Specified by:
getAlphain interfaceStyleDefinition
-
getFillColor
public String getFillColor()
- Specified by:
getFillColorin interfaceStyleDefinition
-
getFillAlpha
public Double getFillAlpha()
- Specified by:
getFillAlphain interfaceStyleDefinition
-
getStrokeColor
public String getStrokeColor()
- Specified by:
getStrokeColorin interfaceStyleDefinition
-
getStrokeWidth
public Double getStrokeWidth()
- Specified by:
getStrokeWidthin interfaceStyleDefinition
-
getStrokeAlpha
public Double getStrokeAlpha()
- Specified by:
getStrokeAlphain interfaceStyleDefinition
-
getStrokeDashArray
public Double[] getStrokeDashArray()
- Specified by:
getStrokeDashArrayin interfaceStyleDefinition
-
getFontFamily
public String getFontFamily()
- Specified by:
getFontFamilyin interfaceStyleDefinition
-
getFontSize
public Double getFontSize()
- Specified by:
getFontSizein interfaceStyleDefinition
-
add
public StyleDefinition add(StyleDefinition other)
- Specified by:
addin interfaceStyleDefinition
-
copy
public StyleDefinition copy()
- Specified by:
copyin interfaceStyleDefinition
-
-