websphinx.util
Class RenderedNode

java.lang.Object
  |
  +--graph.Node
        |
        +--websphinx.util.RenderedNode
All Implemented Interfaces:
Tipped
Direct Known Subclasses:
WebNode

public class RenderedNode
extends graph.Node
implements Tipped


Field Summary
 java.awt.Color color
           
 java.awt.Image icon
           
 double scale
           
 int screenX
           
 int screenY
           
 
Fields inherited from class graph.Node
allocation, barycenter, DEFAULT_ALLOCATION, degree, fixed, height, incidentEdges, name, neighbors, placed, width, x, y
 
Constructor Summary
RenderedNode()
           
 
Method Summary
 java.lang.String[] getTip()
           
 
Methods inherited from class graph.Node
, addNeighbor, distance, distance, distanceSquared, distanceSquared, doubleArrays, removeNeighbor, removeNeighbor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

color

public java.awt.Color color

scale

public double scale

icon

public java.awt.Image icon

screenX

public int screenX

screenY

public int screenY
Constructor Detail

RenderedNode

public RenderedNode()
Method Detail

getTip

public java.lang.String[] getTip()
Specified by:
getTip in interface Tipped