Class mheg5.OBJ.Text
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.Text

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Presentable
                                           |
                                           +----mheg5.OBJ.Visible
                                                   |
                                                   +----mheg5.OBJ.Text

public class Text
extends Visible
implements AIText

Variable Index

 o BackgroundColour
Own exchanged attribute BackgroundColour
 o CENTRE
 o CharacterSet
Own exchanged attribute CharacterSet
 o END
 o font
Own internal attribute Font
 o FontAttributes
Own exchanged attribute FontAttributes
 o hasFontAttributes
 o HJustification
Own exchanged attribute HorizontalJustification
 o HORIZONTAL
 o JUSTIFIED
 o LineOrientation
Own exchanged attribute LineOrientation
 o LOWER_LEFT
 o LOWER_RIGHT
 o OriginalFont
Own exchanged attribute OriginalFont
 o START
 o StartCorner
Own exchanged attribute StartCorner
 o TextColour
Own exchanged attribute TextColour
 o textData
Own internal attribute TextData
 o TextWrapping
Own exchanged attribute TextWrapping
 o UPPER_LEFT
 o UPPER_RIGHT
 o VERTICAL
 o VJustification
Own exchanged attribute VerticalJustification

Constructor Index

 o Text()
Constructor for a Text Object

Method Index

 o Activation()
Activation
 o Deactivation()
Deactivation
 o Destruction()
Destruction
 o GetTextContent(ContentRefVar)
GetTextContent (TextContentVar)
 o GetTextContent(OctetStringVar)
GetTextContent (TextContentVar)
 o GetTextData(OctetStringVar)
GetTextData (TextDataVar)
 o Preparation()
 o SetData(ContentRef)
 o SetData(String)
SetData
 o SetFontRef(Font)
SetFontRef (NewFont)
 o SetInternalAttributes()
Setup of internal attributes of this class

Variables

 o OriginalFont
  public Object OriginalFont
Own exchanged attribute OriginalFont
 o FontAttributes
  public FontRef FontAttributes
Own exchanged attribute FontAttributes
 o hasFontAttributes
  public boolean hasFontAttributes
 o TextColour
  public Color TextColour
Own exchanged attribute TextColour
 o BackgroundColour
  public Color BackgroundColour
Own exchanged attribute BackgroundColour
 o CharacterSet
  public int CharacterSet
Own exchanged attribute CharacterSet
 o HJustification
  public int HJustification
Own exchanged attribute HorizontalJustification
 o VJustification
  public int VJustification
Own exchanged attribute VerticalJustification
 o LineOrientation
  public int LineOrientation
Own exchanged attribute LineOrientation
 o StartCorner
  public int StartCorner
Own exchanged attribute StartCorner
 o TextWrapping
  public boolean TextWrapping
Own exchanged attribute TextWrapping
 o textData
  public String textData
Own internal attribute TextData
 o font
  public Font font
Own internal attribute Font
 o START
  public final static int START
 o END
  public final static int END
 o CENTRE
  public final static int CENTRE
 o JUSTIFIED
  public final static int JUSTIFIED
 o VERTICAL
  public final static int VERTICAL
 o HORIZONTAL
  public final static int HORIZONTAL
 o UPPER_LEFT
  public final static int UPPER_LEFT
 o UPPER_RIGHT
  public final static int UPPER_RIGHT
 o LOWER_LEFT
  public final static int LOWER_LEFT
 o LOWER_RIGHT
  public final static int LOWER_RIGHT

Constructors

 o Text
  public Text()
Constructor for a Text Object

Methods

 o Preparation
  public void Preparation()
Overrides:
Preparation in class Visible
 o Destruction
  public void Destruction()
Destruction
Overrides:
Destruction in class Visible
 o Activation
  public void Activation()
Activation
Overrides:
Activation in class Visible
 o Deactivation
  public void Deactivation()
Deactivation
Overrides:
Deactivation in class Visible
 o SetInternalAttributes
  public void SetInternalAttributes()
Setup of internal attributes of this class
Overrides:
SetInternalAttributes in class Visible
 o SetData
  public void SetData(String _textData)
SetData
 o SetData
  public void SetData(ContentRef cref)
 o GetTextContent
  public void GetTextContent(OctetStringVar octStringVar)
GetTextContent (TextContentVar)
 o GetTextContent
  public void GetTextContent(ContentRefVar contentRefVar)
GetTextContent (TextContentVar)
 o GetTextData
  public void GetTextData(OctetStringVar octStringVar)
GetTextData (TextDataVar)
 o SetFontRef
  public void SetFontRef(Font f)
SetFontRef (NewFont)

All Packages  Class Hierarchy  This Package  Previous  Next  Index