All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.numeric.View1dStairStepperParameters

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

public class View1dStairStepperParameters
extends SimpleGraphParameters
implements Serializable

Constructor Index

 o View1dStairStepperParameters()

Method Index

 o getLine45Color()
 o getMapColor()
 o getMapPointSize()
 o getMapPowerIndex()
 o getMapSampleSize()
 o init()
 o isLine45Enabled()
 o setLine45Color(Color)
 o setLine45Enabled(boolean)
 o setMapColor(Color)
 o setMapPointSize(int)
 o setMapPowerIndex(int)
 o setMapSampleSize(int)

Constructors

 o View1dStairStepperParameters
 public View1dStairStepperParameters()

Methods

 o getMapPowerIndex
 public int getMapPowerIndex()
 o setMapPowerIndex
 public void setMapPowerIndex(int index)
 o getMapPointSize
 public int getMapPointSize()
 o setMapPointSize
 public void setMapPointSize(int size)
 o getMapSampleSize
 public int getMapSampleSize()
 o setMapSampleSize
 public void setMapSampleSize(int size)
 o isLine45Enabled
 public boolean isLine45Enabled()
 o setLine45Enabled
 public void setLine45Enabled(boolean enabled)
 o getMapColor
 public Color getMapColor()
 o setMapColor
 public void setMapColor(Color c)
 o getLine45Color
 public Color getLine45Color()
 o setLine45Color
 public void setLine45Color(Color c)
 o init
 public void init()

All Packages  Class Hierarchy  This Package  Previous  Next  Index