|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.touchgraph.graphlayout.Node net.sf.mmapps.applications.developer.modules.appview.MMBaseNode
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 |
public MMBaseNode(net.sf.mmapps.modules.config.NodeManagerConfiguration nodeManagerConfiguration)
Method Detail |
public void paint(java.awt.Graphics g, TGPanel tgPanel)
Node
paint
in class Node
public int getWidth()
Node
getWidth
in class Node
public int getHeight()
Node
getHeight
in class Node
public void showFields(boolean show)
public void draw(int x, int y, java.awt.Graphics g)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |