Package 

Class DotGraphic

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Dp size
      private final Color color
      private final Shape shape
      private final Dp borderWidth
      private final Color borderColor
    • Constructor Summary

      Constructors 
      Constructor Description
      DotGraphic(Dp size, Color color, Shape shape, Dp borderWidth, Color borderColor)
    • Method Summary

      Modifier and Type Method Description
      final Dp getSize()
      final Color getColor()
      final Shape getShape()
      final Dp getBorderWidth()
      final Color getBorderColor()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DotGraphic

        DotGraphic(Dp size, Color color, Shape shape, Dp borderWidth, Color borderColor)