All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.numeric.ViewLastXiParameters

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----phaser.numeric.ViewLastXiParameters

public class ViewLastXiParameters
extends Hashtable
implements Serializable

Constructor Index

 o ViewLastXiParameters()

Method Index

 o getFilename()
 o getNumberSaved()
 o getTimeMantissaPrecision()
 o getViewBackgroundColor()
 o getViewFontSize()
 o getViewForegroundColor()
 o getXiMantissaPrecision()
 o isSaveToFileEnabled()
 o setDefaults()
 o setFilename(String)
 o setNumberSaved(int)
 o setSaveToFileEnabled(boolean)
 o setTimeMantissaPrecision(int)
 o setViewBackgroundColor(Color)
 o setViewFontSize(int)
 o setViewForegroundColor(Color)
 o setXiMantissaPrecision(int)

Constructors

 o ViewLastXiParameters
 public ViewLastXiParameters()

Methods

 o setNumberSaved
 public void setNumberSaved(int num)
 o getNumberSaved
 public int getNumberSaved()
 o setXiMantissaPrecision
 public void setXiMantissaPrecision(int digits)
 o getXiMantissaPrecision
 public int getXiMantissaPrecision()
 o setTimeMantissaPrecision
 public void setTimeMantissaPrecision(int digits)
 o getTimeMantissaPrecision
 public int getTimeMantissaPrecision()
 o setViewFontSize
 public void setViewFontSize(int size)
 o getViewFontSize
 public int getViewFontSize()
 o setViewBackgroundColor
 public void setViewBackgroundColor(Color c)
 o getViewBackgroundColor
 public Color getViewBackgroundColor()
 o setViewForegroundColor
 public void setViewForegroundColor(Color c)
 o getViewForegroundColor
 public Color getViewForegroundColor()
 o setSaveToFileEnabled
 public void setSaveToFileEnabled(boolean enabled)
 o isSaveToFileEnabled
 public boolean isSaveToFileEnabled()
 o setFilename
 public void setFilename(String filename)
 o getFilename
 public String getFilename()
 o setDefaults
 public void setDefaults()

All Packages  Class Hierarchy  This Package  Previous  Next  Index