|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.CoreAttributes
org.anadix.html.AppletTag
public class AppletTag
Deprecated. Defines an embedded applet. See w3schools.
| 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 |
|---|
public String getCodebase()
public String getArchive()
public String getCode()
public String getObject()
public String getAlt()
public String getNameAttribute()
public String getWidth()
public String getHeight()
public String getAlign()
public String getHspace()
public String getVspace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||