|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectHLine
public class HLine
This class describes horizontal line objects that can be displayed using asterisks and new lines
| Constructor Summary | |
|---|---|
HLine(int aSize)
Constructs a horizontal line. |
|
| Method Summary | |
|---|---|
String |
toString()
Computes a string representing the horizontal line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HLine(int aSize)
aSize - the number of * in the line.| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||