edu.fcps
Class Digit

java.lang.Object
  extended by edu.fcps.Digit
Direct Known Subclasses:
Four, Six, Two, Zero

public abstract class Digit
extends java.lang.Object


Constructor Summary
Digit(int x, int y)
           
 
Method Summary
abstract  void display()
           
 void segment1_Off()
           
 void segment1_On()
           
 void segment2_Off()
           
 void segment2_On()
           
 void segment3_Off()
           
 void segment3_On()
           
 void segment4_Off()
           
 void segment4_On()
           
 void segment5_Off()
           
 void segment5_On()
           
 void segment6_Off()
           
 void segment6_On()
           
 void segment7_Off()
           
 void segment7_On()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Digit

public Digit(int x,
             int y)
Method Detail

display

public abstract void display()

segment1_On

public void segment1_On()

segment1_Off

public void segment1_Off()

segment2_On

public void segment2_On()

segment2_Off

public void segment2_Off()

segment3_On

public void segment3_On()

segment3_Off

public void segment3_Off()

segment4_On

public void segment4_On()

segment4_Off

public void segment4_Off()

segment5_On

public void segment5_On()

segment5_Off

public void segment5_Off()

segment6_On

public void segment6_On()

segment6_Off

public void segment6_Off()

segment7_On

public void segment7_On()

segment7_Off

public void segment7_Off()