FreeWRL / FreeX3D 4.3.0
vrml.field.ConstMFColor Class Reference
Inheritance diagram for vrml.field.ConstMFColor:
vrml.ConstMField vrml.ConstField vrml.Field

Public Member Functions

 ConstMFColor (float[] colors)
 ConstMFColor (int size, float[] colors)
 ConstMFColor (float[][] colors)
void getValue (float[] colors)
void getValue (float[][] colors)
void get1Value (int index, float[] colors)
void get1Value (int index, SFColor sfColor)
String toString ()
void __fromPerl (BufferedReader in) throws IOException
void __toPerl (PrintWriter out) throws IOException
Public Member Functions inherited from vrml.ConstMField
int getSize ()
Public Member Functions inherited from vrml.Field
Object clone ()
void bind_to (FWJavaScriptBinding b)
final void __updateRead ()
void setOffset (String offs)
String getOffset ()

Additional Inherited Members

Data Fields inherited from vrml.ConstMField
Vector __vect = new Vector()
Protected Member Functions inherited from vrml.ConstMField
final void __update1Read (int index)
Protected Member Functions inherited from vrml.Field
final void __updateWrite ()

Detailed Description

Definition at line 10 of file ConstMFColor.java.

Constructor & Destructor Documentation

◆ ConstMFColor() [1/4]

vrml.field.ConstMFColor.ConstMFColor ( )
inline

Definition at line 11 of file ConstMFColor.java.

◆ ConstMFColor() [2/4]

vrml.field.ConstMFColor.ConstMFColor ( float[] colors)
inline

Definition at line 14 of file ConstMFColor.java.

◆ ConstMFColor() [3/4]

vrml.field.ConstMFColor.ConstMFColor ( int size,
float[] colors )
inline

Definition at line 18 of file ConstMFColor.java.

◆ ConstMFColor() [4/4]

vrml.field.ConstMFColor.ConstMFColor ( float colors[][])
inline

Definition at line 23 of file ConstMFColor.java.

Member Function Documentation

◆ __fromPerl()

void vrml.field.ConstMFColor.__fromPerl ( BufferedReader in) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 67 of file ConstMFColor.java.

◆ __toPerl()

void vrml.field.ConstMFColor.__toPerl ( PrintWriter out) throws IOException
inline

Reimplemented from vrml.Field.

Definition at line 80 of file ConstMFColor.java.

◆ get1Value() [1/2]

void vrml.field.ConstMFColor.get1Value ( int index,
float[] colors )
inline

Definition at line 46 of file ConstMFColor.java.

◆ get1Value() [2/2]

void vrml.field.ConstMFColor.get1Value ( int index,
SFColor sfColor )
inline

Definition at line 51 of file ConstMFColor.java.

◆ getValue() [1/2]

void vrml.field.ConstMFColor.getValue ( float[] colors)
inline

Definition at line 28 of file ConstMFColor.java.

◆ getValue() [2/2]

void vrml.field.ConstMFColor.getValue ( float colors[][])
inline

Definition at line 39 of file ConstMFColor.java.

◆ toString()

String vrml.field.ConstMFColor.toString ( )
inline

Definition at line 56 of file ConstMFColor.java.


The documentation for this class was generated from the following file: