org.anadix.html
Class AppletTag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.CoreAttributes
          extended by org.anadix.html.AppletTag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class AppletTag
extends CoreAttributes

Deprecated. Defines an embedded applet. See w3schools.

Version:
$Id: $
Author:
tomason

Method Summary
 String getAlign()
          Specifies the alignment of an applet according to surrounding elements
 String getAlt()
          Specifies an alternate text for an applet
 String getArchive()
          Specifies the location of an archive file
 String getCode()
          Specifies the file name of a Java applet
 String getCodebase()
          Specifies a relative base URL for applets specified in the code attribute
 String getHeight()
          Specifies the height of an applet
 String getHspace()
          Defines the horizontal spacing around an applet
 String getNameAttribute()
          Defines the name for an applet (to use in scripts)
 String getObject()
          Specifies a reference to a serialized representation of an applet
 String getVspace()
          Defines the vertical spacing around an applet
 String getWidth()
          Specifies the width of an applet
 
Methods inherited from class org.anadix.html.CoreAttributes
getClassAttribute, getIdAttribute, getStyle, getTitle
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getCodebase

public String getCodebase()
Specifies a relative base URL for applets specified in the code attribute

Returns:
a relative base URL for applets specified in the code attribute

getArchive

public String getArchive()
Specifies the location of an archive file

Returns:
the location of an archive file

getCode

public String getCode()
Specifies the file name of a Java applet

Returns:
the file name of a Java applet

getObject

public String getObject()
Specifies a reference to a serialized representation of an applet

Returns:
a reference to a serialized representation of an applet

getAlt

public String getAlt()
Specifies an alternate text for an applet

Returns:
an alternate text for an applet

getNameAttribute

public String getNameAttribute()
Defines the name for an applet (to use in scripts)

Returns:
the name for an applet

getWidth

public String getWidth()
Specifies the width of an applet

Returns:
the width of an applet

getHeight

public String getHeight()
Specifies the height of an applet

Returns:
the height of an applet

getAlign

public String getAlign()
Specifies the alignment of an applet according to surrounding elements

Returns:
the alignment of an applet according to surrounding elements

getHspace

public String getHspace()
Defines the horizontal spacing around an applet

Returns:
the horizontal spacing around an applet

getVspace

public String getVspace()
Defines the vertical spacing around an applet

Returns:
the vertical spacing around an applet


Copyright © 2011. All Rights Reserved.