|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Engine
Inner Class Summary | |
class |
Engine.Groups
|
class |
Engine.Kugels
|
class |
Engine.Polygons
|
Constructor Summary | |
Engine()
|
Method Summary | |
void |
addGroup(java.lang.String name,
Group k)
|
void |
addKugel(java.lang.String name,
Kugel k)
|
void |
addPolygon(java.lang.String name,
Polygon k)
|
void |
dontPaint()
|
void |
doPaint()
|
Vektor |
getCoord(Vektor v)
|
Engine.Groups |
getGroups()
|
int |
getKey()
|
Engine.Kugels |
getKugels()
|
Engine.Polygons |
getPolygons()
|
protected void |
keyPressed(int k)
|
void |
paint(Graphics g)
|
void |
rotLeft(Doubleg x)
|
void |
rotLeft2(Doubleg x)
|
void |
rotUp(Doubleg x)
|
void |
rotUp2(Doubleg x)
|
void |
run()
|
void |
setStatus(java.lang.String s)
|
void |
stopEngine()
|
void |
transform(Doubleg x,
Doubleg y,
Doubleg z)
|
void |
transform2(Doubleg x,
Doubleg y,
Doubleg z)
|
Constructor Detail |
public Engine()
Method Detail |
protected void keyPressed(int k)
public int getKey()
public void addKugel(java.lang.String name, Kugel k)
public void addGroup(java.lang.String name, Group k)
public void addPolygon(java.lang.String name, Polygon k)
public Engine.Kugels getKugels()
public Engine.Groups getGroups()
public Engine.Polygons getPolygons()
public void dontPaint()
public void doPaint()
public void transform(Doubleg x, Doubleg y, Doubleg z)
public void rotLeft(Doubleg x)
public void rotUp(Doubleg x)
public void transform2(Doubleg x, Doubleg y, Doubleg z)
public void rotLeft2(Doubleg x)
public void rotUp2(Doubleg x)
public Vektor getCoord(Vektor v)
public void paint(Graphics g)
public void setStatus(java.lang.String s)
public void run()
run
in interface java.lang.Runnable
public void stopEngine()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |