|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.nurbs.Property
public class Property
Class representing property
Field Summary | |
---|---|
int |
tag
Property id |
int |
type
Property type |
float |
value
Property value |
Constructor Summary | |
---|---|
Property(int type,
int tag,
float value)
Makes new property with given parameters |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int type
public int tag
public float value
Constructor Detail |
---|
public Property(int type, int tag, float value)
type
- property typetag
- property idvalue
- property value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |