-
public final class DotGraphic
-
-
Field Summary
Fields Modifier and Type Field Description private final Dpsizeprivate final Colorcolorprivate final Shapeshapeprivate final DpborderWidthprivate final ColorborderColor
-
Constructor Summary
Constructors Constructor Description DotGraphic(Dp size, Color color, Shape shape, Dp borderWidth, Color borderColor)
-
Method Summary
Modifier and Type Method Description final DpgetSize()final ColorgetColor()final ShapegetShape()final DpgetBorderWidth()final ColorgetBorderColor()-
-
Method Detail
-
getSize
final Dp getSize()
-
getColor
final Color getColor()
-
getShape
final Shape getShape()
-
getBorderWidth
final Dp getBorderWidth()
-
getBorderColor
final Color getBorderColor()
-
-
-
-