caltool.file
Class PrintSpecs

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by caltool.file.PrintSpecs
All Implemented Interfaces:
java.io.Serializable

public class PrintSpecs
extends mvp.Model

Class PrintSpecs specifies the destination and platform-specific printing parameters for the File Print command.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.Model
view
 
Constructor Summary
PrintSpecs()
           
 
Method Summary
 
Methods inherited from class mvp.Model
dump, exit, getView, setView
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSpecs

public PrintSpecs()