|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.model.NodeData
treebolic.model.XNodeData
class XNodeData
XNodeData node
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 |
---|
private final Location theLocation
private java.awt.Image theImage
protected java.awt.Image theEdgeImage
private double theWeight
private double theChildrenWeight
private double theMinWeight
protected MountPoint theMountPoint
Constructor Detail |
---|
protected XNodeData()
Method Detail |
---|
public Location getLocation()
public double getWeight()
public void setWeight(double thisWeight)
public double getChildrenWeight()
public void setChildrenWeight(double thisWeight)
public double getMinWeight()
public void setMinWeight(double thisWeight)
public MountPoint getMountPoint()
public void setMountPoint(MountPoint thisMountPoint)
thisMountPoint
- public java.awt.Image getImage()
public void setImage(java.awt.Image thisImage)
public java.awt.Image getEdgeImage()
public void setEdgeImage(java.awt.Image thisImage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |