Package 

Class DrawShapesKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit draw(Shape $self, Canvas canvas, Paint paint, Float size) Draw a shape to canvas.
      • Methods inherited from class java.lang.Object

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

      • draw

         final static Unit draw(Shape $self, Canvas canvas, Paint paint, Float size)

        Draw a shape to canvas. Implementations are expected to draw within a square of size size and must vertically/horizontally center their asset if it does not have an equal width and height.