|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGLOOP.GLObjekt
GLOOP.GLPrismoid
GLOOP.GLKegelstumpf
public class GLKegelstumpf
GLOOP (Graphics Library for Object-Oriented Programming). Bitte aendern Sie diese Klasse / dieses Paket nicht, sondern teilen Sie dem Entwickler Ihre Vorschlaege mit.
Constructor Summary | |
---|---|
GLKegelstumpf(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
double pHoehe)
Erstellt einen Kegelstumpf der Hoehe pHoehe und den Radien pRadius1 und pRadius2. |
|
GLKegelstumpf(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
double pHoehe,
GLTextur pT)
Erstellt einen Kegelstumpf der Hoehe pHoehe und den Radien pRadius1 und pRadius2. |
|
GLKegelstumpf(double pX,
double pY,
double pZ,
double pRadius1,
double pRadius2,
double pHoehe,
String pT)
Erstellt einen Kegelstumpf der Hoehe pHoehe und den Radien pRadius1 und pRadius2. |
|
GLKegelstumpf(GLVektor pPosition,
double pRadius1,
double pRadius2,
double pHoehe)
|
|
GLKegelstumpf(GLVektor pPosition,
double pRadius1,
double pRadius2,
double pHoehe,
GLTextur pT)
|
|
GLKegelstumpf(GLVektor pPosition,
double pRadius1,
double pRadius2,
double pHoehe,
String pT)
|
Method Summary | |
---|---|
void |
setzeQualitaet(int pQ)
Setzt die Darstellungsqualitaet des Objekts. |
void |
zeichneObjekt(javax.media.opengl.GL2 gl,
javax.media.opengl.glu.GLU glu)
|
Methods inherited from class GLOOP.GLPrismoid |
---|
setzeMantelglaettung |
Methods inherited from class GLOOP.GLObjekt |
---|
drehe, drehe, drehe, dreheDich, dreheDich, dreheDich, gibPosition, gibTextur, gibX, gibY, gibZ, loesche, loescheDich, rotiere, rotiere, setzeDrehung, setzeFarbe, setzeGlanz, setzeMaterial, setzePosition, setzePosition, setzeSelbstleuchten, setzeSichtbarkeit, setzeSkalierung, setzeSkalierung, setzeTextur, setzeTextur, skaliere, skaliere, verschiebe, verschiebe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GLKegelstumpf(double pX, double pY, double pZ, double pRadius1, double pRadius2, double pHoehe)
public GLKegelstumpf(double pX, double pY, double pZ, double pRadius1, double pRadius2, double pHoehe, GLTextur pT)
public GLKegelstumpf(double pX, double pY, double pZ, double pRadius1, double pRadius2, double pHoehe, String pT)
public GLKegelstumpf(GLVektor pPosition, double pRadius1, double pRadius2, double pHoehe)
public GLKegelstumpf(GLVektor pPosition, double pRadius1, double pRadius2, double pHoehe, GLTextur pT)
public GLKegelstumpf(GLVektor pPosition, double pRadius1, double pRadius2, double pHoehe, String pT)
Method Detail |
---|
public void setzeQualitaet(int pQ)
setzeQualitaet
in class GLObjekt
public void zeichneObjekt(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu)
zeichneObjekt
in class GLPrismoid
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |