graphyx.graphics

object Parser

[source: graphyx/graphics/Parser.scala]

object Parser
extends AnyRef
Value Summary
val throwOnUnknown : Boolean
Method Summary
def toGraphical (real : AABB) : GraphicalAABB
def toGraphical (real : Pair) : GraphicalPair
def toGraphical (real : Shape) : GraphicalShape with scala.Product
def toGraphical (real : Joint) : GraphicalJoint with scala.Product
def toGraphical (real : Collision) : GraphicalCollision
def toGraphical (real : Body) : GraphicalBody
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
val throwOnUnknown : Boolean

Method Details
def toGraphical(real : Shape) : GraphicalShape with scala.Product

def toGraphical(real : Joint) : GraphicalJoint with scala.Product

def toGraphical(real : Collision) : GraphicalCollision

def toGraphical(real : Pair) : GraphicalPair

def toGraphical(real : AABB) : GraphicalAABB

def toGraphical(real : Body) : GraphicalBody