de.grogra.billboard.vrml
Class VRMLCakeBuilder

java.lang.Object
  extended by de.grogra.billboard.Billboarder
      extended by de.grogra.billboard.CakeBillboarder
          extended by de.grogra.billboard.vrml.VRMLCakeBuilder
All Implemented Interfaces:
VRMLBuilder

public class VRMLCakeBuilder
extends CakeBillboarder
implements VRMLBuilder


Field Summary
 
Fields inherited from class de.grogra.billboard.CakeBillboarder
centerHeight, centerWidth, invisibleLayer, visibleLayer
 
Fields inherited from class de.grogra.billboard.Billboarder
angleOffset, appendfix, camera, countZero, currentSide, file, imageFolder, imgHeight, imgWidth, mt, MT_EXR, MT_JPG, MT_PJPG, MT_PNG, MT_X_EXR, pathAndFileName, prefix, RotationAngle, rotationPoint, sides, suffix, view3d
 
Constructor Summary
VRMLCakeBuilder(java.io.File file, MimeType mt)
           
VRMLCakeBuilder(java.io.File file, MimeType mt, java.lang.String subDirectionary)
           
 
Method Summary
protected  void finalAction()
          This method is invoked after the last billboard was rendered.
 java.lang.String getVRMLTempl()
           
 void writeVRML(int width, int height)
           
 
Methods inherited from class de.grogra.billboard.CakeBillboarder
billboarding, cake, cake, setCenterDim, setLayer, setRunLater
 
Methods inherited from class de.grogra.billboard.Billboarder
angleOffset, beginAt, getBBName, getLeadingZeros, graph, initialize, insertName, justRenderView, location, nextSide, nextSide, setDestination, transformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VRMLCakeBuilder

public VRMLCakeBuilder(java.io.File file,
                       MimeType mt)

VRMLCakeBuilder

public VRMLCakeBuilder(java.io.File file,
                       MimeType mt,
                       java.lang.String subDirectionary)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

finalAction

protected void finalAction()
Description copied from class: Billboarder
This method is invoked after the last billboard was rendered.

Overrides:
finalAction in class Billboarder

getVRMLTempl

public java.lang.String getVRMLTempl()

writeVRML

public void writeVRML(int width,
                      int height)
Specified by:
writeVRML in interface VRMLBuilder