irc.style
Class DrawResult

java.lang.Object
  |
  +--irc.style.DrawResult

public class DrawResult
extends java.lang.Object

A drawing result.


Field Summary
 DrawResultItem[] items
          An array of words in the rectangle.
 StyledRectangle rectangle
          The result rectangle.
 
Constructor Summary
DrawResult()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rectangle

public StyledRectangle rectangle
The result rectangle.


items

public DrawResultItem[] items
An array of words in the rectangle.

Constructor Detail

DrawResult

public DrawResult()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object