SourceForge.net Logo
aXSL API 0.2

org.axsl.graphic
Interface GraphicLink


public interface GraphicLink

A link to an item external to the graphic.


Method Summary
 java.awt.Shape getShape()
          Returns the shape that activates the link.
 java.net.URI getUri()
          Returns the URI of the target of the link.
 

Method Detail

getUri

java.net.URI getUri()
Returns the URI of the target of the link.

Returns:
The target of the link.

getShape

java.awt.Shape getShape()
Returns the shape that activates the link. Note that the coordinates of the shape are specified in the native space of the underlying document and, if the image itself is transformed for use by a client, these shapes need to be transformed in a similar manner.

Returns:
The shape that activates the link.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.