net.sf.mmapps.applications.developer.modules.appview
Class MMBaseNode

java.lang.Object
  extended bycom.touchgraph.graphlayout.Node
      extended bynet.sf.mmapps.applications.developer.modules.appview.MMBaseNode

public class MMBaseNode
extends Node

Version:
1.21 $Id: MMBaseNode.java,v 1.1.1.1 2004/02/06 08:44:07 keesj Exp $
Author:
Kees Jongenburger

Field Summary
 
Fields inherited from class com.touchgraph.graphlayout.Node
BACK_DEFAULT_COLOR, BACK_FIXED_COLOR, BACK_HILIGHT_COLOR, BACK_SELECT_COLOR, backColor, BORDER_DRAG_COLOR, BORDER_INACTIVE_COLOR, BORDER_MOUSE_OVER_COLOR, DEFAULT_TYPE, drawx, drawy, dx, dy, fixed, justMadeLocal, lbl, markedForRemoval, repulsion, SMALL_TAG_FONT, TEXT_COLOR, TEXT_FONT, textColor, typ, TYPE_CIRCLE, TYPE_ELLIPSE, TYPE_RECTANGLE, TYPE_ROUNDRECT, visible, visibleEdgeCnt, x, y
 
Constructor Summary
MMBaseNode(net.sf.mmapps.modules.config.NodeManagerConfiguration nodeManagerConfiguration)
           
 
Method Summary
 void draw(int x, int y, java.awt.Graphics g)
           
 int getHeight()
          Return the height of this Node.
 int getWidth()
          Return the width of this Node.
 void paint(java.awt.Graphics g, TGPanel tgPanel)
          Paints the Node.
 void showFields(boolean show)
           
 
Methods inherited from class com.touchgraph.graphlayout.Node
addEdge, containsPoint, containsPoint, edgeAt, edgeCount, edgeNum, getBackColor, getEdges, getFixed, getFont, getID, getLabel, getLocation, getPaintBackColor, getPaintBorderColor, getPaintTextColor, getTextColor, getType, intersects, isVisible, paintNodeBody, paintSmallTag, removeEdge, setBackColor, setFixed, setFont, setID, setLabel, setLocation, setNodeBackDefaultColor, setNodeBackFixedColor, setNodeBackHilightColor, setNodeBackSelectColor, setNodeBorderDragColor, setNodeBorderInactiveColor, setNodeBorderMouseOverColor, setNodeTextColor, setNodeTextFont, setNodeType, setTextColor, setType, setVisible, visibleEdgeCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMBaseNode

public MMBaseNode(net.sf.mmapps.modules.config.NodeManagerConfiguration nodeManagerConfiguration)
Method Detail

paint

public void paint(java.awt.Graphics g,
                  TGPanel tgPanel)
Description copied from class: Node
Paints the Node.

Overrides:
paint in class Node

getWidth

public int getWidth()
Description copied from class: Node
Return the width of this Node.

Overrides:
getWidth in class Node

getHeight

public int getHeight()
Description copied from class: Node
Return the height of this Node.

Overrides:
getHeight in class Node

showFields

public void showFields(boolean show)

draw

public void draw(int x,
                 int y,
                 java.awt.Graphics g)


Copyright © 2003-2004 SourceForge. All Rights Reserved.