treebolic.view
Class Painter.NodeData

java.lang.Object
  extended by treebolic.view.Painter.NodeData
Enclosing class:
Painter

private class Painter.NodeData
extends java.lang.Object

Class collecting drawing data

Author:
Bernard Bou

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

theBox

public java.awt.geom.Rectangle2D theBox
Node box


theLabel

public java.lang.String theLabel
Node label


theLabelX

public int theLabelX
Node label x coordinate


theLabelY

public int theLabelY
Node label y coordinate


theImage

public java.awt.Image theImage
Node image


theImageX

public int theImageX
Node image x-coordinate


theImageY

public int theImageY
Node image y-coordinate


theBackColor

public java.awt.Color theBackColor
Node backcolor


theForeColor

public java.awt.Color theForeColor
Node forecolor


theFont

public java.awt.Font theFont
Node font


isMountable

public java.lang.Boolean isMountable
Is mountable

Constructor Detail

Painter.NodeData

private Painter.NodeData()