Interface ShapeDrawingFunction

All Superinterfaces:
com.github.tadukoo.util.functional.consumer.ThrowingConsumer5<Graphics,Integer,Integer,Integer,Integer,com.github.tadukoo.util.functional.NoException>

public interface ShapeDrawingFunction extends com.github.tadukoo.util.functional.consumer.ThrowingConsumer5<Graphics,Integer,Integer,Integer,Integer,com.github.tadukoo.util.functional.NoException>
Shape Drawing Function is generally used to draw a shape or part of one using the given Graphics and the given x, y, width, and height, to support drawing generally sized shapes.
Version:
Alpha v.0.2
Author:
Logan Ferree (Tadukoo)
  • Method Summary

    Methods inherited from interface com.github.tadukoo.util.functional.consumer.ThrowingConsumer5

    accept, andThen