ch.hearc.I04_05s08.GUI.RDFS
Class RdfsArrow
java.lang.Object
ch.hearc.I04_05s08.GUI.Graph.Element
ch.hearc.I04_05s08.GUI.Graph.Arrow
ch.hearc.I04_05s08.GUI.RDFS.RdfsArrow
- Direct Known Subclasses:
- RdfsDomain, RdfsExtend, RdfsRange
- public abstract class RdfsArrow
- extends Arrow
RdfsArrow, an arrow for RDFS graph
- Author:
- Blanc, Yoan
- Licence:
- MIT
- Copyright:
- 2005 Yoan Blanc, HE-ARC Ing�nierie
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Arrow |
|
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Element |
|
Methods inherited from class ch.hearc.I04_05s08.GUI.Graph.Arrow |
calcLine, contains, draw, drawLine, drawTitle, getAngle, getContactPoints, getLine, getNodes, setArrow, setNodes, unconnect |
Methods inherited from class ch.hearc.I04_05s08.GUI.Graph.Element |
clone, getBackgroundColor, getForegroundColor, getGraph, getPadding, getTitle, isSelected, select, setBackgroundColor, setForegroundColor, setPadding, setSelectedBackgroundColor, setSelectedForegroundColor, setTitle, showDialog, update |
RdfsArrow
public RdfsArrow(String title,
RdfsNode from,
RdfsNode to)
- Init the arrow
- Parameters:
title
- title of the arrowfrom
- RdfsNode fromto
- RdfsNode to
RdfsArrow
public RdfsArrow(RdfsNode from,
RdfsNode to)
- Init the arrow
- Parameters:
from
- RdfsNode fromto
- RdfsNode to
RdfsArrow
public RdfsArrow()
- Init the arrow
setNodes
public boolean setNodes(RdfsNode from,
RdfsNode to)
- Set the nodes
- Parameters:
from
- from nodeto
- to node
A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC