|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Maplist
public class Maplist
Class holding list of Mapdescs
Constructor Summary | |
---|---|
Maplist(Backend backend)
Makes new Maplist |
Method Summary | |
---|---|
void |
define(int type,
int rational,
int ncoords)
Defines new Mapdesc if it is not defined and appends it to linked list |
Mapdesc |
find(int type)
Alias for locate |
void |
initialize()
Sets linked list beginning to null |
Mapdesc |
locate(int type)
Tries to find Mapdesc in linked list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Maplist(Backend backend)
backend
- Backend classMethod Detail |
---|
public void initialize()
public void define(int type, int rational, int ncoords)
type
- map typerational
- is map rationalncoords
- number of coordspublic Mapdesc locate(int type)
type
- map type
public Mapdesc find(int type)
type
- maptype
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |