ch.hearc.I04_05s08.GUI.RDFS
Class RdfsArrow

java.lang.Object
  extended bych.hearc.I04_05s08.GUI.Graph.Element
      extended bych.hearc.I04_05s08.GUI.Graph.Arrow
          extended bych.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

Field Summary
 
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Arrow
 
Fields inherited from class ch.hearc.I04_05s08.GUI.Graph.Element
 
Constructor Summary
RdfsArrow()
          Init the arrow
RdfsArrow(RdfsNode from, RdfsNode to)
          Init the arrow
RdfsArrow(String title, RdfsNode from, RdfsNode to)
          Init the arrow
 
Method Summary
 boolean setNodes(RdfsNode from, RdfsNode to)
          Set the nodes
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfsArrow

public RdfsArrow(String title,
                 RdfsNode from,
                 RdfsNode to)
Init the arrow

Parameters:
title - title of the arrow
from - RdfsNode from
to - RdfsNode to

RdfsArrow

public RdfsArrow(RdfsNode from,
                 RdfsNode to)
Init the arrow

Parameters:
from - RdfsNode from
to - RdfsNode to

RdfsArrow

public RdfsArrow()
Init the arrow

Method Detail

setNodes

public boolean setNodes(RdfsNode from,
                        RdfsNode to)
Set the nodes

Parameters:
from - from node
to - to node


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC