|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.extensions.Link
public class Link
This class is a link element for use in the intermediate format.
Constructor Summary | |
---|---|
Link(AbstractAction action,
java.awt.Rectangle targetRect)
Creates a new named destination. |
Method Summary | |
---|---|
AbstractAction |
getAction()
Returns the action performed when the destination is selected. |
java.awt.Rectangle |
getTargetRect()
Returns the target rectangle, i.e. |
void |
setAction(AbstractAction action)
Sets the action performed when the destination is selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Link(AbstractAction action, java.awt.Rectangle targetRect)
action
- the action performed when the destination is selectedtargetRect
- the target rectangle (coordinates in millipoints)Method Detail |
---|
public AbstractAction getAction()
public java.awt.Rectangle getTargetRect()
public void setAction(AbstractAction action)
action
- the action
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |