|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.VisADSceneGraphObject
visad.VisADAppearance
public class VisADAppearance
VisADAppearance stands in for j3d.Switch and is Serializable.
Field Summary | |
---|---|
float |
alpha
|
VisADGeometryArray |
array
|
float |
blue
|
boolean |
color_flag
|
float |
green
|
java.awt.Image |
image
|
int |
image_height
|
int[] |
image_pixels
|
int |
image_type
|
int |
image_width
|
int |
lineStyle
|
float |
lineWidth
|
float |
pointSize
|
float |
red
|
int |
texture_height
|
int |
texture_width
|
Constructor Summary | |
---|---|
VisADAppearance()
|
Method Summary |
---|
Methods inherited from class visad.VisADSceneGraphObject |
---|
detach |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public VisADGeometryArray array
public transient java.awt.Image image
public boolean color_flag
public float red
public float green
public float blue
public float alpha
public float lineWidth
public float pointSize
public int lineStyle
public int image_type
public int image_width
public int image_height
public int[] image_pixels
public int texture_width
public int texture_height
Constructor Detail |
---|
public VisADAppearance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |