|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.view.Painter.NodeData
private class Painter.NodeData
Class collecting drawing data
| Field Summary | |
|---|---|
java.lang.Boolean |
isMountable
Is mountable |
java.awt.Color |
theBackColor
Node backcolor |
java.awt.geom.Rectangle2D |
theBox
Node box |
java.awt.Font |
theFont
Node font |
java.awt.Color |
theForeColor
Node forecolor |
java.awt.Image |
theImage
Node image |
int |
theImageX
Node image x-coordinate |
int |
theImageY
Node image y-coordinate |
java.lang.String |
theLabel
Node label |
int |
theLabelX
Node label x coordinate |
int |
theLabelY
Node label y coordinate |
| Constructor Summary | |
|---|---|
private |
Painter.NodeData()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.awt.geom.Rectangle2D theBox
public java.lang.String theLabel
public int theLabelX
public int theLabelY
public java.awt.Image theImage
public int theImageX
public int theImageY
public java.awt.Color theBackColor
public java.awt.Color theForeColor
public java.awt.Font theFont
public java.lang.Boolean isMountable
| Constructor Detail |
|---|
private Painter.NodeData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||