org.jgraph.pad
Class TextCell

java.lang.Object
  extended byorg.jgraph.graph.DefaultGraphCell
      extended byorg.jgraph.pad.TextCell

public class TextCell
extends org.jgraph.graph.DefaultGraphCell

See Also:
Serialized Form

Constructor Summary
TextCell()
           
TextCell(java.lang.Object userObject)
           
TextCell(java.lang.Object userObject, boolean multiLined)
           
 
Method Summary
 boolean isMultiLined()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCell

public TextCell()

TextCell

public TextCell(java.lang.Object userObject)

TextCell

public TextCell(java.lang.Object userObject,
                boolean multiLined)
Method Detail

isMultiLined

public boolean isMultiLined()