|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.Anchor
An anchor is a possible target for external hyperlinks.
In HTML anchors would be produced by using <a name="anchorname">. This class is immutable.
AnchorElement, Serialized Form| Constructor Summary | |
Anchor(java.lang.String name)
Creates a new anchor with the given name. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks, whether the given object is an anchor with the same name as this one. |
java.lang.String |
getName()
Returns the name of the anchor. |
int |
hashCode()
Computes a hashcode for this anchor. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Anchor(java.lang.String name)
name - the name of the anchor.| Method Detail |
public java.lang.String getName()
public boolean equals(java.lang.Object o)
o - the other object.public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||