fable.framework.imageprint
Class FableImagePrinter

java.lang.Object
  extended by fable.framework.imageprint.FableImagePrinter

public class FableImagePrinter
extends java.lang.Object

This class holds the print settings for image printing. The public field can be used as an argument to print methods that take a PrintSettings. Often these methods change the settings based on the user's last usage.

Author:
evans

Constructor Summary
FableImagePrinter()
           
 
Method Summary
static PrintSettings getSettings()
           
static void setSettings(PrintSettings settings2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FableImagePrinter

public FableImagePrinter()
Method Detail

getSettings

public static PrintSettings getSettings()

setSettings

public static void setSettings(PrintSettings settings2)