treebolic.model
Class XNodeData

java.lang.Object
  extended by treebolic.model.NodeData
      extended by treebolic.model.XNodeData
Direct Known Subclasses:
Node

 class XNodeData
extends NodeData

XNodeData node

Author:
Bernard Bou

Field Summary
private  double theChildrenWeight
          Children weight
protected  java.awt.Image theEdgeImage
          Tree edge image
private  java.awt.Image theImage
          Node image
private  Location theLocation
          Node location
private  double theMinWeight
          Least weight
protected  MountPoint theMountPoint
          MountPoint
private  double theWeight
          Node weight
 
Fields inherited from class treebolic.model.NodeData
theBackColor, theContent, theEdgeColor, theEdgeImageFile, theEdgeLabel, theEdgeStyle, theForeColor, theId, theImageFile, theLabel, theLink, theTarget
 
Constructor Summary
protected XNodeData()
          Constructor
 
Method Summary
 double getChildrenWeight()
           
 java.awt.Image getEdgeImage()
           
 java.awt.Image getImage()
           
 Location getLocation()
           
 double getMinWeight()
           
 MountPoint getMountPoint()
           
 double getWeight()
           
 void setChildrenWeight(double thisWeight)
           
 void setEdgeImage(java.awt.Image thisImage)
           
 void setImage(java.awt.Image thisImage)
           
 void setMinWeight(double thisWeight)
           
 void setMountPoint(MountPoint thisMountPoint)
          Set mountpoint
 void setWeight(double thisWeight)
           
 
Methods inherited from class treebolic.model.NodeData
getBackColor, getContent, getEdgeColor, getEdgeImageFile, getEdgeLabel, getEdgeStyle, getForeColor, getId, getImageFile, getLabel, getLink, getTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theLocation

private final Location theLocation
Node location


theImage

private java.awt.Image theImage
Node image


theEdgeImage

protected java.awt.Image theEdgeImage
Tree edge image


theWeight

private double theWeight
Node weight


theChildrenWeight

private double theChildrenWeight
Children weight


theMinWeight

private double theMinWeight
Least weight


theMountPoint

protected MountPoint theMountPoint
MountPoint

Constructor Detail

XNodeData

protected XNodeData()
Constructor

Method Detail

getLocation

public Location getLocation()

getWeight

public double getWeight()

setWeight

public void setWeight(double thisWeight)

getChildrenWeight

public double getChildrenWeight()

setChildrenWeight

public void setChildrenWeight(double thisWeight)

getMinWeight

public double getMinWeight()

setMinWeight

public void setMinWeight(double thisWeight)

getMountPoint

public MountPoint getMountPoint()

setMountPoint

public void setMountPoint(MountPoint thisMountPoint)
Set mountpoint

Parameters:
thisMountPoint -

getImage

public java.awt.Image getImage()

setImage

public void setImage(java.awt.Image thisImage)

getEdgeImage

public java.awt.Image getEdgeImage()

setEdgeImage

public void setEdgeImage(java.awt.Image thisImage)