|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.io.HtmlImageAnchor
The HtmlImageAnchor represents an anchor to the image
file.
| Field Summary | |
protected Format |
format
The format. |
protected MonoImage |
image
The image. |
protected java.lang.String |
text
The text. |
protected java.net.URL |
url
The URL. |
| Constructor Summary | |
HtmlImageAnchor(MonoImage image,
java.net.URL url,
Format format,
java.lang.String text)
Constructs a HtmlImageAnchor. |
|
| Method Summary | |
Format |
getFormat()
Gets the format. |
MonoImage |
getImage()
Gets the image. |
java.lang.String |
getText()
Gets the text. |
java.net.URL |
getURL()
Gets the URL. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected MonoImage image
protected java.net.URL url
protected Format format
protected java.lang.String text
| Constructor Detail |
public HtmlImageAnchor(MonoImage image,
java.net.URL url,
Format format,
java.lang.String text)
HtmlImageAnchor.image - the image.url - the URL.format - the format.text - the text.| Method Detail |
public MonoImage getImage()
public java.net.URL getURL()
public Format getFormat()
public java.lang.String getText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||