Class BoxChars

java.lang.Object
  |
  +--BoxChars

public class BoxChars
extends java.lang.Object

This class is a wrapper for data used to hold the characters to be used in drawing a box on the screen.


Field Summary
 char horizontal
           
 char lowerLeftCorner
           
 char lowerRightCorner
           
 char upperLeftCorner
           
 char upperRightCorner
           
 char vertical
           
 
Constructor Summary
BoxChars()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

upperLeftCorner

public char upperLeftCorner

upperRightCorner

public char upperRightCorner

lowerLeftCorner

public char lowerLeftCorner

lowerRightCorner

public char lowerRightCorner

vertical

public char vertical

horizontal

public char horizontal
Constructor Detail

BoxChars

public BoxChars()