org.umber.crucible.layout
Class TextLayoutArea

java.lang.Object
  extended byorg.umber.crucible.layout.LayoutAreaBase
      extended byorg.umber.crucible.layout.TextLayoutArea
All Implemented Interfaces:
java.lang.Comparable, ILayoutArea, IVisible

public class TextLayoutArea
extends LayoutAreaBase

Layout area that wraps an ITextContent object.

Author:
jsheets

Constructor Summary
TextLayoutArea(ITextContent data)
           
TextLayoutArea(java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 java.lang.String[] getWrappedLines()
           
 void setWrappedLines(java.lang.String[] wrappedLines)
           
 java.lang.String toString()
           
 
Methods inherited from class org.umber.crucible.layout.LayoutAreaBase
compareTo, getContent, getPosition, isVisible, setPosition, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextLayoutArea

public TextLayoutArea(ITextContent data)

TextLayoutArea

public TextLayoutArea(java.lang.String text)
Method Detail

getText

public java.lang.String getText()

getWrappedLines

public java.lang.String[] getWrappedLines()

setWrappedLines

public void setWrappedLines(java.lang.String[] wrappedLines)

toString

public java.lang.String toString()