All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class parsetree.Anchor

java.lang.Object
   |
   +----parsetree.Element
           |
           +----parsetree.Markup
                   |
                   +----parsetree.Anchor

public class Anchor
extends Markup

Variable Index

 o DEFAULT_HREF
 o DEFAULT_NAME

Constructor Index

 o Anchor(Text, String, String)

Method Index

 o changeAttribute(Attribute, Color)
Verändert die Attribute verweis, verweistext und anker
 o gettype()
Gibt den Typ des Objektes zurueck.

Variables

 o DEFAULT_HREF
 public static final String DEFAULT_HREF
 o DEFAULT_NAME
 public static final String DEFAULT_NAME

Constructors

 o Anchor
 public Anchor(Text text,
               String href,
               String name)

Methods

 o changeAttribute
 public Attribute changeAttribute(Attribute attr,
                                  Color c)
Verändert die Attribute verweis, verweistext und anker

Parameters:
attr - Instanz von Attribute
 o gettype
 public int gettype()
Gibt den Typ des Objektes zurueck.

Overrides:
gettype in class Markup

All Packages  Class Hierarchy  This Package  Previous  Next  Index