|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Bin
public class Bin
Class holding trimming arcs
Constructor Summary | |
---|---|
Bin()
|
Method Summary | |
---|---|
void |
addarc(Arc jarc)
Adds and arc to linked list |
void |
adopt()
Consolidates linked list |
boolean |
isnonempty()
Indicates whether there are any Arcs in linked list |
int |
numarcs()
Returns number of arcs in linked list |
Arc |
removearc()
Removes first arc in list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bin()
Method Detail |
---|
public boolean isnonempty()
public void addarc(Arc jarc)
jarc
- added arcpublic int numarcs()
public Arc removearc()
public void adopt()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |