libEmi / me.emig.libEmi.graphics.shapes / Shape

Shape

abstract class Shape : Graphics

Constructors

<init>

Shape(x: Number, y: Number)

Functions

toString

open fun toString(): String

Inheritors

Gerade

open class Gerade : Shape

Kreis

open class Kreis : Shape

Rechteck

open class Rechteck : Shape