org.foray.graphic
Class GraphicLink4a
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
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.