org.jcurl.demo.tactics.old
Class MenuFile.Model

Package class diagram package MenuFile.Model
java.lang.Object
  extended by org.jcurl.demo.tactics.old.MenuFile.Model
Enclosing class:
MenuFile

public static class MenuFile.Model
extends Object


Constructor Summary
MenuFile.Model()
           
 
Method Summary
 ComputedTrajectorySet createHammy(Object context)
           
 void exportPng(Component src, File dst)
           
 void exportSvg(Component src, File dst)
           
 File getFile()
           
 ComputedTrajectorySet getTpm()
           
(package private)  ComputedTrajectorySet open(Object context, File src)
           
(package private)  void saveAs(Object context, File dst)
           
 void setFile(File file)
           
 void setTpm(ComputedTrajectorySet tpm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuFile.Model

public MenuFile.Model()
Method Detail

createHammy

public ComputedTrajectorySet createHammy(Object context)

exportPng

public void exportPng(Component src,
                      File dst)
               throws IOException
Throws:
IOException

exportSvg

public void exportSvg(Component src,
                      File dst)
               throws IOException
Throws:
IOException

getFile

public File getFile()

getTpm

public ComputedTrajectorySet getTpm()

open

ComputedTrajectorySet open(Object context,
                           File src)
                     throws IOException
Throws:
IOException

saveAs

void saveAs(Object context,
            File dst)
      throws IOException
Throws:
IOException

setFile

public void setFile(File file)

setTpm

public void setTpm(ComputedTrajectorySet tpm)


Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.