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
-
BackgroundColour
- Own exchanged attribute BackgroundColour
-
CENTRE
-
-
CharacterSet
- Own exchanged attribute CharacterSet
-
END
-
-
font
- Own internal attribute Font
-
FontAttributes
- Own exchanged attribute FontAttributes
-
hasFontAttributes
-
-
HJustification
- Own exchanged attribute HorizontalJustification
-
HORIZONTAL
-
-
JUSTIFIED
-
-
LineOrientation
- Own exchanged attribute LineOrientation
-
LOWER_LEFT
-
-
LOWER_RIGHT
-
-
OriginalFont
- Own exchanged attribute OriginalFont
-
START
-
-
StartCorner
- Own exchanged attribute StartCorner
-
TextColour
- Own exchanged attribute TextColour
-
textData
- Own internal attribute TextData
-
TextWrapping
- Own exchanged attribute TextWrapping
-
UPPER_LEFT
-
-
UPPER_RIGHT
-
-
VERTICAL
-
-
VJustification
- Own exchanged attribute VerticalJustification
-
Text()
- Constructor for a Text Object
-
Activation()
- Activation
-
Deactivation()
- Deactivation
-
Destruction()
- Destruction
-
GetTextContent(ContentRefVar)
- GetTextContent (TextContentVar)
-
GetTextContent(OctetStringVar)
- GetTextContent (TextContentVar)
-
GetTextData(OctetStringVar)
- GetTextData (TextDataVar)
-
Preparation()
-
-
SetData(ContentRef)
-
-
SetData(String)
- SetData
-
SetFontRef(Font)
- SetFontRef (NewFont)
-
SetInternalAttributes()
- Setup of internal attributes of this class
OriginalFont
public Object OriginalFont
- Own exchanged attribute OriginalFont
FontAttributes
public FontRef FontAttributes
- Own exchanged attribute FontAttributes
hasFontAttributes
public boolean hasFontAttributes
TextColour
public Color TextColour
- Own exchanged attribute TextColour
BackgroundColour
public Color BackgroundColour
- Own exchanged attribute BackgroundColour
CharacterSet
public int CharacterSet
- Own exchanged attribute CharacterSet
HJustification
public int HJustification
- Own exchanged attribute HorizontalJustification
VJustification
public int VJustification
- Own exchanged attribute VerticalJustification
LineOrientation
public int LineOrientation
- Own exchanged attribute LineOrientation
StartCorner
public int StartCorner
- Own exchanged attribute StartCorner
TextWrapping
public boolean TextWrapping
- Own exchanged attribute TextWrapping
textData
public String textData
- Own internal attribute TextData
font
public Font font
- Own internal attribute Font
START
public final static int START
END
public final static int END
CENTRE
public final static int CENTRE
JUSTIFIED
public final static int JUSTIFIED
VERTICAL
public final static int VERTICAL
HORIZONTAL
public final static int HORIZONTAL
UPPER_LEFT
public final static int UPPER_LEFT
UPPER_RIGHT
public final static int UPPER_RIGHT
LOWER_LEFT
public final static int LOWER_LEFT
LOWER_RIGHT
public final static int LOWER_RIGHT
Text
public Text()
- Constructor for a Text Object
Preparation
public void Preparation()
- Overrides:
- Preparation in class Visible
Destruction
public void Destruction()
- Destruction
- Overrides:
- Destruction in class Visible
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Visible
Deactivation
public void Deactivation()
- Deactivation
- Overrides:
- Deactivation in class Visible
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Visible
SetData
public void SetData(String _textData)
- SetData
SetData
public void SetData(ContentRef cref)
GetTextContent
public void GetTextContent(OctetStringVar octStringVar)
- GetTextContent (TextContentVar)
GetTextContent
public void GetTextContent(ContentRefVar contentRefVar)
- GetTextContent (TextContentVar)
GetTextData
public void GetTextData(OctetStringVar octStringVar)
- GetTextData (TextDataVar)
SetFontRef
public void SetFontRef(Font f)
- SetFontRef (NewFont)
All Packages Class Hierarchy This Package Previous Next Index