| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mamx.vrml.VRMLNode | +--mamx.vrml.VRMLAppearance
Field Summary | |
protected VRMLMaterial | material |
protected VRMLTexture | texture |
protected VRMLTextureTransform | textureTransform |
Fields inherited from class mamx.vrml.VRMLNode |
definition, INDENT_INCREASE, useDef |
Constructor Summary | |
VRMLAppearance() | |
VRMLAppearance(VRMLMaterial m) |
Method Summary | |
void | createSource(PrintWriter out, int currIndent) |
void | setMaterial(VRMLMaterial m) |
void | setTexture(VRMLTexture t) |
void | setTextureTransform(VRMLTextureTransform tt) |
Methods inherited from class mamx.vrml.VRMLNode |
define, printlnVector, useDefinition |
Field Detail |
protected VRMLMaterial material
protected VRMLTexture texture
protected VRMLTextureTransform textureTransform
Constructor Detail |
public VRMLAppearance()
public VRMLAppearance(VRMLMaterial m)
Method Detail |
public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException
public void setMaterial(VRMLMaterial m)
public void setTexture(VRMLTexture t)
public void setTextureTransform(VRMLTextureTransform tt)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |