ikbs.graphics
Class RelationHeritage

java.lang.Object
  extended by java.util.Observable
      extended by ikbs.tools.trees.Composant
          extended by ikbs.tools.trees.Relation
              extended by ikbs.graphics.RelationHeritage
All Implemented Interfaces:
Selectable

public class RelationHeritage
extends Relation

IKBS v2.6 Définition de la classe relation d'héritage


Field Summary
 
Fields inherited from class ikbs.tools.trees.Relation
angleArrow, backgroundColor, decalage2dPoint, doubleTrait, extremite, forme, FORME_DROITE, FORME_ESCALIER, normal_color, numRel, origine, posLien, selected, showArrow, widthArrow
 
Fields inherited from class ikbs.tools.trees.Composant
bgColor, cible_color, dimension, heightLabel, label, labelColor, shadow_color, shadowSize, show, widthLabel, x, y
 
Constructor Summary
RelationHeritage(Noeud noeud1, Noeud noeud2)
           
 
Method Summary
 
Methods inherited from class ikbs.tools.trees.Relation
calculDimension, extremite, getClicked, getDecalage2dPoint, getSelected, height, infDroit, infDroitX, infDroitY, init, labelExtremite, labelOrigine, lieA, origine, paint, paint1, paint2, paintArrow, posLien, rect, setBackgroundColor, setClicked, setExtremite, setForme, setOrigine, setPosLien, setSelected, setShowArrow, supGauche, supGaucheX, supGaucheY, width, widthLabel
 
Methods inherited from class ikbs.tools.trees.Composant
bgColor, dansRect, dimension, getInfo, getLabel, heightLabel, hideLabel, labelColor, paintShadow, pos, setBgColor, setDimension, setHeight, setHeightLabel, setLabel, setLabelColor, setPos, setPos, setPos, setWidth, setWidthLabel, setX, setY, showed, showLabel, sourisDans, toString, x, xd, y
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ikbs.tools.trees.Selectable
getLabel
 

Constructor Detail

RelationHeritage

public RelationHeritage(Noeud noeud1,
                        Noeud noeud2)