-
- All Implemented Interfaces:
public final class PaintColorPaletteThemeA theme that has a collection parameters to customize PaintColorPalette.
-
-
Field Summary
Fields Modifier and Type Field Description private final Shapeshapeprivate final DpitemSizeprivate final DpselectedItemSizeprivate final ColorborderColorprivate final DpborderWidth
-
Method Summary
Modifier and Type Method Description final ShapegetShape()final DpgetItemSize()final DpgetSelectedItemSize()final ColorgetBorderColor()final DpgetBorderWidth()-
-
Constructor Detail
-
PaintColorPaletteTheme
PaintColorPaletteTheme(Shape shape, Dp itemSize, Dp selectedItemSize, Color borderColor, Dp borderWidth)
- Parameters:
shape- Shape of the palette item.itemSize- Size of the palette item.selectedItemSize- Size of the selected palette item.borderColor- Border color of the palette item.borderWidth- Border width size of the palette item.
-
-
Method Detail
-
getItemSize
final Dp getItemSize()
-
getSelectedItemSize
final Dp getSelectedItemSize()
-
getBorderColor
final Color getBorderColor()
-
getBorderWidth
final Dp getBorderWidth()
-
-
-
-