graphyx.graphics

trait GraphicalObject

[source: graphyx/graphics/GraphicalObject.scala]

trait GraphicalObject
extends Drawable
Only copies functional info! (e.g. Graphical world does not include shapes, bodies).
Direct Known Subclasses:
GraphicalAABB, GraphicalBody, GraphicalCollision, GraphicalJoint, GraphicalPair, GraphicalShape

Value Summary
abstract val real : AnyRef
Pointer to real object.
Values and Variables inherited from Drawable
g, ppm, scale, windowHeight
Method Summary
abstract def draw : Unit
Stellt das graphische Objekt dar.
Methods inherited from Drawable
correctY, drawLine, fillPolygon, drawPolygon, fillCircle, drawCircle, drawPoint, drawVector
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
abstract val real : AnyRef
Pointer to real object.

Method Details
abstract def draw : Unit
Stellt das graphische Objekt dar.
Overrides
Drawable.draw