org.kite9.diagram.adl
Class TextLine

java.lang.Object
  extended by org.kite9.diagram.primitives.AbstractLabel
      extended by org.kite9.diagram.adl.TextLine
All Implemented Interfaces:
Serializable, Comparable<DiagramElement>, CompositionalDiagramElement, DiagramElement, Label

public class TextLine
extends AbstractLabel
implements Label

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kite9.diagram.primitives.AbstractLabel
renderingInformation
 
Constructor Summary
TextLine()
           
TextLine(String text)
           
TextLine(String text, List<Symbol> symbols)
           
 
Method Summary
 Object getParent()
           
 RenderingInformation getRenderingInformation()
           
 List<Symbol> getSymbols()
           
 String getText()
           
 void setParent(Object el)
          This must be called by the parent object when the composition is created.
 void setSymbols(List<Symbol> symbols)
           
 void setText(String text)
           
 String toString()
           
 
Methods inherited from class org.kite9.diagram.primitives.AbstractLabel
compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

TextLine

public TextLine(String text)

TextLine

public TextLine()

TextLine

public TextLine(String text,
                List<Symbol> symbols)
Method Detail

getText

public String getText()

getSymbols

public List<Symbol> getSymbols()

setSymbols

public void setSymbols(List<Symbol> symbols)

getRenderingInformation

public RenderingInformation getRenderingInformation()
Specified by:
getRenderingInformation in interface DiagramElement
Overrides:
getRenderingInformation in class AbstractLabel

setParent

public void setParent(Object el)
Description copied from interface: CompositionalDiagramElement
This must be called by the parent object when the composition is created.

Specified by:
setParent in interface CompositionalDiagramElement
Overrides:
setParent in class AbstractLabel

getParent

public Object getParent()
Specified by:
getParent in interface CompositionalDiagramElement
Overrides:
getParent in class AbstractLabel

toString

public String toString()
Overrides:
toString in class Object

setText

public void setText(String text)


Copyright © 2011. All Rights Reserved.