com.jogamp.opengl.impl.glu.nurbs
Class Property

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.nurbs.Property

public class Property
extends Object

Class representing property

Author:
Tomas Hrasky

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

type

public int type
Property type


tag

public int tag
Property id


value

public float value
Property value

Constructor Detail

Property

public Property(int type,
                int tag,
                float value)
Makes new property with given parameters

Parameters:
type - property type
tag - property id
value - property value


Copyright 2010 JogAmp Community.