Class polarDust.calculator.NumDisplay02
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class polarDust.calculator.NumDisplay02

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----polarDust.calculator.NumDisplay02

public class NumDisplay02
extends Canvas
implements CalcDisplay, Runnable, CalcConstants


The source code.
Version:
0.9, 1996.06.04
Author:
Sorin Lazareanu

Constructor Index

 o NumDisplay02()
 o NumDisplay02(PrinterPanel01)

Method Index

 o assign(double)
 o assignWithDecimals(double, int)
 o isAlive()
 o isError()
 o isNotZero(double)
 o maxDigitsFactor()
 o minimumSize()
 o paint(Graphics)
 o preferredSize()
 o resume()
 o run()
 o setNumber(String)
 o show(double)
 o showM(double)
 o showNumber(double, int)
 o showOp(String)
 o showWithDecimals(double, int)
 o start()
 o stop()
 o suspend()
 o toFloatString(double, int)
 o toggleRunnable()
 o update(Graphics)

Constructors

 o NumDisplay02
  public NumDisplay02()
 o NumDisplay02
  public NumDisplay02(PrinterPanel01 aPrinter)

Methods

 o maxDigitsFactor
  public long maxDigitsFactor()
 o show
  public double show(double dReg1)
 o assign
  public double assign(double dReg1)
 o showOp
  public void showOp(String oper)
 o showWithDecimals
  public double showWithDecimals(double dReg1,
                                 int iDecimals)
 o assignWithDecimals
  public double assignWithDecimals(double dReg1,
                                   int iDecimals)
 o toFloatString
  protected synchronized String toFloatString(double dReg1,
                                              int iDecimals)
 o showNumber
  protected double showNumber(double dReg1,
                              int iDecimals)
 o isError
  public boolean isError()
 o isNotZero
  public boolean isNotZero(double dReg)
 o showM
  public double showM(double dRegM)
 o setNumber
  public void setNumber(String aString)
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Component
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Component
 o start
  public synchronized void start()
 o stop
  public void stop()
 o toggleRunnable
  public void toggleRunnable()
 o suspend
  public void suspend()
 o isAlive
  public boolean isAlive()
 o resume
  public void resume()
 o run
  public void run()
 o paint
  public void paint(Graphics aGraphics)
Overrides:
paint in class Canvas
 o update
  public synchronized void update(Graphics aGraphics)
Overrides:
update in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index