de.grogra.blocks.xFrogFileParser
Class File

java.lang.Object
  extended by de.grogra.blocks.xFrogFileParser.Expr
      extended by de.grogra.blocks.xFrogFileParser.File

public class File
extends Expr


Field Summary
 
Fields inherited from class de.grogra.blocks.xFrogFileParser.Expr
a, aktKeyFrame, aktPrimitive, aktStructName, aktTexture, aktTextureName, aktTransform, alpha, b, blocks, blocksGraphNodes, branches, c, camera, children, color, d, debug, debugS, e, f, g, h, i, imports, j, k, l, lightsGraphNodes, lightsXL, m, n, o, oldTransform, p, phong, q, r, registry, ribs, s, sky, t, textureImports, textures, trajectory, transformMatrizen, u, use_GFXColor, v, w, x, xfrogDir
 
Constructor Summary
File(Expr a)
           
 
Method Summary
 Tuple3f getCameraParams()
           
 Node getRoot()
           
 java.util.Vector getTextures()
           
 java.lang.StringBuffer getXl()
           
 java.lang.String toString()
           
 
Methods inherited from class de.grogra.blocks.xFrogFileParser.Expr
init, setSrcReg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File

public File(Expr a)
Method Detail

getCameraParams

public Tuple3f getCameraParams()

getRoot

public Node getRoot()

getTextures

public java.util.Vector getTextures()

getXl

public java.lang.StringBuffer getXl()

toString

public java.lang.String toString()
Specified by:
toString in class Expr