Module m3DCS

Class Expr

java.lang.Object
de.grogra.blocks.xFrogFileParser.Expr
Direct Known Subclasses:
Alpha, Alpha1, Attractor_Mode, AttractorGroup, AttractorGroup2, Background, Block_List, Bool, Branches, BrushConstant, Camera, Camera1, Children, Color, Cull, Cull2, Cull3, Entity, Existence, Export_GroupName, FFD, File, File1, File2, File3, FLOAT, FloatTriple, FloatTripleRow1, FloatTripleRow2, Func, Functions, GFXColor, GravitationWorld, HEX, HexRow1, HexRow2, Horn1, HornBody, HornBody1, HornBody2, HornBody3, HornBodySS, Hydra1, HyperPatch, IniScale, IniScale2, INT, KeyFrame, KeyFrameList1, KeyFrameList2, KeyName, KeySequence, KFloatTriple, Leaf1, Leaf2, LengthLen, LG_Body, Light, Lights, Lights1, Lights2, LightWorld, Model, Name2, NameBool, NameConst, NameFloat, NameFloatTriple, NameGFList, NameInt, NameKFloatTriple, NameN, NameParams, NameTFloatTriple, Params, PhiBall1, Photo, Photo_Mode, Primitive, Primitive1, Primitive2, PrimitiveBody, PrimitiveBody2, PrimitiveBody2_1, PrimitiveBody2_2, PrimitiveBody2_3, Queue, Revo1, Ribs, Segments, Shift, Simple1, SizeFloatTripleRow, Struct_Mut_Info, StructBody, StructBodySwitch, StructBodySwitch2, StructBodySwitch3, StructBodySwitch4, StructChildren, StructChildren2, StructChildrenList1, StructChildrenList2, StructNameN, Switch, Texture_File, Texture_Mode, Texture_Name, Texture1, Texture2, Texture3, Texture4, Texture5, TFloatTriple, Time1, Time2, Transform, Tree1, TreeBody, TreeBody2, Trigger, Trigger_Method, Type, TypeName, Unit, World, Wreath1

public abstract class Expr extends Object
  • Field Details

    • a

      protected Expr a
    • b

      protected Expr b
    • c

      protected Expr c
    • d

      protected Expr d
    • e

      protected Expr e
    • f

      protected Expr f
    • g

      protected Expr g
    • h

      protected Expr h
    • i

      protected Expr i
    • j

      protected Expr j
    • k

      protected Expr k
    • l

      protected Expr l
    • m

      protected Expr m
    • n

      protected Expr n
    • o

      protected Expr o
    • p

      protected Expr p
    • q

      protected Expr q
    • r

      protected Expr r
    • s

      protected Expr s
    • t

      protected Expr t
    • u

      protected Expr u
    • v

      protected Expr v
    • w

      protected Expr w
    • x

      protected Expr x
    • debug

      protected static final boolean debug
      See Also:
    • debugS

      protected static final boolean debugS
      See Also:
    • aktKeyFrame

      protected static int aktKeyFrame
    • aktTransform

      protected static Transform aktTransform
    • oldTransform

      protected static Transform oldTransform
    • aktPrimitive

      protected static ShadedNull aktPrimitive
    • transformMatrizen

      protected static TreeSet transformMatrizen
    • trajectory

      protected static TreeSet trajectory
    • imports

      protected static TreeSet imports
    • aktStructName

      protected static String aktStructName
    • blocks

      protected static Hashtable blocks
    • children

      protected static Hashtable children
    • ribs

      protected static Hashtable ribs
    • branches

      protected static Hashtable branches
    • blocksGraphNodes

      protected static Hashtable blocksGraphNodes
    • lightsGraphNodes

      protected static Hashtable lightsGraphNodes
    • alpha

      protected static float alpha
    • sky

      protected static String sky
    • color

      protected static String color
    • phong

      protected static Phong phong
    • use_GFXColor

      protected static boolean use_GFXColor
    • aktTexture

      protected static ChannelMap aktTexture
    • aktTextureName

      protected static String aktTextureName
    • textureImports

      protected static TreeSet textureImports
    • textures

      protected static Vector textures
    • camera

      protected static Tuple3f camera
    • lightsXL

      protected static Hashtable lightsXL
    • xfrogDir

      protected static File xfrogDir
    • registry

      protected static Registry registry
  • Constructor Details

    • Expr

      public Expr()
  • Method Details

    • init

      public static void init()
    • setSrcReg

      public static void setSrcReg(File dir, Registry reg)
    • toString

      public abstract String toString()
      Overrides:
      toString in class Object