|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Arc
public class Arc
Trimming arc
Field Summary | |
---|---|
static int |
ARC_BOTTOM
Arc on bottom |
static int |
ARC_LEFT
Arc on left |
static int |
ARC_NONE
Side not specified |
static int |
ARC_RIGHT
Arc on right |
static int |
ARC_TOP
Arc on top |
Arc |
link
Arc link in linked list |
PwlArc |
pwlArc
Corresponding picewise-linear arc |
Constructor Summary | |
---|---|
Arc(int side)
Makes new arc at specified side |
Method Summary | |
---|---|
Arc |
append(Arc jarc)
Appends arc to the list |
boolean |
check()
Unused |
void |
clearitail()
Unsets tail tag |
void |
clearmark()
Cleans arc_tag flag |
boolean |
getitail()
Returns whether arc is marked tail |
float[] |
head()
Returns head of linked list coords |
boolean |
ismarked()
Returns whether arc is marked with arc_tag |
void |
setbezier()
Sets bezier type flag |
void |
setitail()
sets tail tag |
void |
setmark()
Sets arc_tag flag |
float[] |
tail()
Returns tail of linked list coords |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PwlArc pwlArc
public Arc link
public static final int ARC_NONE
public static final int ARC_RIGHT
public static final int ARC_TOP
public static final int ARC_LEFT
public static final int ARC_BOTTOM
Constructor Detail |
---|
public Arc(int side)
side
- which side doeas this arc formMethod Detail |
---|
public Arc append(Arc jarc)
jarc
- arc to be append
public boolean check()
public void setbezier()
public float[] tail()
public float[] head()
public boolean ismarked()
public void clearmark()
public void setmark()
public void setitail()
public boolean getitail()
public void clearitail()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |