org.foray.graphic
Class GraphicLink4a

java.lang.Object
  extended by org.foray.graphic.GraphicLink4a
All Implemented Interfaces:
org.axsl.graphic.GraphicLink

public class GraphicLink4a
extends Object
implements org.axsl.graphic.GraphicLink

The FOray implementation of the GraphicLink interface.


Constructor Summary
GraphicLink4a(URI uri, Shape shape, boolean isExternal)
          Constructor.
 
Method Summary
 Shape getShape()
           
 URI getUri()
           
 boolean isExternal()
          Indicates whether this link is external.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicLink4a

public GraphicLink4a(URI uri,
                     Shape shape,
                     boolean isExternal)
Constructor.

Parameters:
uri - The URI for this link.
shape - The Shape for this link.
isExternal - Indicates whether this link is external.
Method Detail

getUri

public URI getUri()
Specified by:
getUri in interface org.axsl.graphic.GraphicLink

getShape

public Shape getShape()
Specified by:
getShape in interface org.axsl.graphic.GraphicLink

isExternal

public boolean isExternal()
Indicates whether this link is external.

Returns:
True iff this link is external.


Copyright © 2017. All rights reserved.