Package org.teamapps.icon.shape
Class ShapeIconDefaultStyleSupplier
- java.lang.Object
-
- org.teamapps.icon.shape.ShapeIconDefaultStyleSupplier
-
- All Implemented Interfaces:
org.teamapps.icons.spi.DefaultStyleSupplier<ShapeIconStyle>
public class ShapeIconDefaultStyleSupplier extends Object implements org.teamapps.icons.spi.DefaultStyleSupplier<ShapeIconStyle>
-
-
Field Summary
Fields Modifier and Type Field Description static ShapeIconStyleDEFAULT_STYLE
-
Constructor Summary
Constructors Constructor Description ShapeIconDefaultStyleSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeIconStylegetDefaultStyle()
-
-
-
Field Detail
-
DEFAULT_STYLE
public static final ShapeIconStyle DEFAULT_STYLE
-
-
Method Detail
-
getDefaultStyle
public ShapeIconStyle getDefaultStyle()
- Specified by:
getDefaultStylein interfaceorg.teamapps.icons.spi.DefaultStyleSupplier<ShapeIconStyle>
-
-