cz.cuni.amis.pogamut.unreal.t3dgenerator
Interface IT3dGenerator

Package class diagram package IT3dGenerator
All Known Implementing Classes:
AbstractT3dGenerator, DefaultT3dGenerator

public interface IT3dGenerator

Interface for any T3d generator.

Author:
Martin Cerny

Method Summary
 void generateT3d(List elements, OutputStreamWriter out)
           
 void generateT3d(Object rootElement, OutputStreamWriter out)
           
 

Method Detail

generateT3d

void generateT3d(Object rootElement,
                 OutputStreamWriter out)
                 throws IOException
Throws:
IOException

generateT3d

void generateT3d(List elements,
                 OutputStreamWriter out)
                 throws IOException
Throws:
IOException


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.