Class Four

java.lang.Object
  extended by edu.fcps.Digit
      extended by Four

public class Four
extends Digit


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

Constructor Detail

Four

public Four(int x,
            int y)
Method Detail

display

public void display()
Specified by:
display in class Digit