All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pbsim.Display

java.lang.Object
   |
   +----pbsim.Display

public class Display
extends java.lang.Object

Variable Index

 o DISPLAY_OUT_A
 o DISPLAY_OUT_B
 o DISPLAY_OUT_C
 o DISPLAY_SENSOR_1
 o DISPLAY_SENSOR_2
 o DISPLAY_SENSOR_3
 o DISPLAY_USER
 o DISPLAY_WATCH
 o WIDTH

Method Index

 o getChar(int)
 o getMode()
 o getPoint()
 o getValue()
 o setListener(DisplayListener)
 o toString()

Variables

 o DISPLAY_WATCH
 public static final int DISPLAY_WATCH
 o DISPLAY_SENSOR_1
 public static final int DISPLAY_SENSOR_1
 o DISPLAY_SENSOR_2
 public static final int DISPLAY_SENSOR_2
 o DISPLAY_SENSOR_3
 public static final int DISPLAY_SENSOR_3
 o DISPLAY_OUT_A
 public static final int DISPLAY_OUT_A
 o DISPLAY_OUT_B
 public static final int DISPLAY_OUT_B
 o DISPLAY_OUT_C
 public static final int DISPLAY_OUT_C
 o DISPLAY_USER
 public static final int DISPLAY_USER
 o WIDTH
 public static final int WIDTH

Methods

 o getMode
 public int getMode()
 o getValue
 public int getValue()
 o getPoint
 public int getPoint()
 o getChar
 public char getChar(int i)
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object
 o setListener
 public void setListener(pbsim.DisplayListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index