Uses of Interface
com.tensegrity.graphics.text.Element

Packages that use Element
com.tensegrity.graphics.text This package contains the model classes useful for text processing.  
 

Uses of Element in com.tensegrity.graphics.text
 

Classes in com.tensegrity.graphics.text that implement Element
 class AbstractElement
          AbstractElement is a generic base class for Element based implementations.
 class CharacterElement
          A CharacterElement represents the atomic element of a text.
 class Paragraph
          A Paragraph represents a structure within a TextSection consisting of a Title, CharacterElements and other Paragraphs.
 class TextSection
          A container for titles and paragraphs.
 class Title
          A Title represents a Title in a Paragraph or TextSection.
 

Methods in com.tensegrity.graphics.text that return Element
 Element AbstractElement.getElement(int index)
           
 Element CharacterElement.getElement(int index)
           
 Element Element.getElement(int index)
          Method getElement returns the Element at position index.
 

Methods in com.tensegrity.graphics.text with parameters of type Element
 void TextSection.addElement(Element element)
           
 void Title.addElement(Element element)
          Adds Elements to this Title.
 void AbstractElement.addElement(Element element)
           
 void CharacterElement.addElement(Element element)
           
 void Element.addElement(Element element)
          Method addElement adds an element to this Element.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.