DrawableOps

A set of operations modeled on the JVM-based Drawable type-class

class Object
trait Matchable
class Any

Extensions

Extensions

extension [A](drawables: Set[A])
def drawAll(g: Graphics2D, scale: Int)(implicit evidence$1: DrawableSwing[A]): Unit

Method to draw all the elements in a set

Method to draw all the elements in a set

Value parameters:
g

the graphics needed to draw

scale

the scale factor to apply