Package org.teamapps.icon.shape
Class ShapeIconStyle
- java.lang.Object
-
- org.teamapps.icon.shape.ShapeIconStyle
-
public class ShapeIconStyle extends Object
-
-
Constructor Summary
Constructors Constructor Description ShapeIconStyle(org.teamapps.common.format.Color fillColor, org.teamapps.common.format.Color strokeColor, float strokeWidth, boolean shadow, float scaling)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShapeIconStyleBuilderbuilder()org.teamapps.common.format.ColorgetFillColor()floatgetScaling()org.teamapps.common.format.ColorgetStrokeColor()floatgetStrokeWidth()booleanisShadow()
-
-
-
Method Detail
-
builder
public static ShapeIconStyleBuilder builder()
-
getFillColor
public org.teamapps.common.format.Color getFillColor()
-
getStrokeColor
public org.teamapps.common.format.Color getStrokeColor()
-
getStrokeWidth
public float getStrokeWidth()
-
isShadow
public boolean isShadow()
-
getScaling
public float getScaling()
-
-