public interface ILink
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHRef()
returns the href attribute of the link as string
|
java.lang.String |
getShow()
returns the show attribute of the link as String, if used for svg
export, "new" opens a new browser window, "replace" shows the link
target in the same browser window, attention: with Adobe SVG Viewer
3.02 and Internet Explorer 6.0 "new" did not work
|
java.lang.String |
getTarget()
returns the target attribute of the link as String, necessary for
frame set, target defines the part of the frame set, the html page
referenced by the link will be opened in
|
java.lang.String |
getTitle()
returns the title attribute of the link as String
|
java.lang.String getHRef()
java.lang.String getTitle()
java.lang.String getShow()
java.lang.String getTarget()