|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.ConstField
vrml.field.ConstSFColor
public class ConstSFColor
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
ConstSFColor(ConstSFColor init)
Constructor for the ConstSFColor object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
float |
getBlue()
Gets the blue attribute of the ConstSFColor object |
float |
getGreen()
Gets the green attribute of the ConstSFColor object |
float |
getRed()
Gets the red attribute of the ConstSFColor object |
float[] |
getValue()
Gets the value attribute of the ConstSFColor object |
void |
getValue(float[] colr)
Gets the value attribute of the ConstSFColor object |
Methods inherited from class vrml.ConstField |
---|
markWritable |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstSFColor(ConstSFColor init)
init
- Description of the ParameterMethod Detail |
---|
public void getValue(float[] colr)
colr
- Description of the Parameterpublic float[] getValue()
public float getRed()
public float getGreen()
public float getBlue()
public Object clone()
clone
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |