org.acm.seguin.print.text
Class LineSet

java.lang.Object
  extended by org.acm.seguin.print.text.LineSet

public class LineSet
extends java.lang.Object

Description of the Class

Author:
Chris Seguin

Constructor Summary
LineSet(java.lang.String data)
          Constructor for the LineSet object
 
Method Summary
 java.lang.String getLine(int index)
          Gets the Line attribute of the LineSet object
 int size()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSet

public LineSet(java.lang.String data)
Constructor for the LineSet object

Parameters:
data - Description of Parameter
Method Detail

getLine

public java.lang.String getLine(int index)
Gets the Line attribute of the LineSet object

Parameters:
index - Description of Parameter
Returns:
The Line value

size

public int size()
Description of the Method

Returns:
Description of the Returned Value