|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaShape | |
---|---|
vooga.physicsEngine.geometry | |
vooga.physicsEngine.geometry.shapes |
Uses of JavaShape in vooga.physicsEngine.geometry |
---|
Methods in vooga.physicsEngine.geometry that return JavaShape | |
---|---|
JavaShape |
GeometricParameters.getJavaShape()
Return the JavaShape encapsulation of the GeometricParameter
's shape. |
Uses of JavaShape in vooga.physicsEngine.geometry.shapes |
---|
Methods in vooga.physicsEngine.geometry.shapes that return JavaShape | |
---|---|
static JavaShape |
ShapeFactory.JavaCircle(double radius)
Create a circle with given radius, implemented using Java.awt.Shape . |
static JavaShape |
ShapeFactory.JavaRectangle(double width,
double height)
Create a rectangle of given width and height, using the java.awt.Shape framework for the backend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |