com.ldodds.foaf.thinlet.save
Class ScreenGenerator

java.lang.Object
  |
  +--com.ldodds.foaf.thinlet.save.Generator
        |
        +--com.ldodds.foaf.thinlet.save.ScreenGenerator

public class ScreenGenerator
extends Generator

Author:
ldodds

Fields inherited from class com.ldodds.foaf.thinlet.save.Generator
_thinlet
 
Constructor Summary
ScreenGenerator()
           
 
Method Summary
protected  void doGeneration()
           
 
Methods inherited from class com.ldodds.foaf.thinlet.save.Generator
doExport, generate, getFOAFString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenGenerator

public ScreenGenerator()
Method Detail

doGeneration

protected void doGeneration()
Overrides:
doGeneration in class Generator
See Also:
Generator.doGeneration()