Uses of Class
com.touchgraph.graphlayout.TGPanel

Packages that use TGPanel
com.touchgraph.graphlayout   
com.touchgraph.graphlayout.interaction   
net.sf.mmapps.applications.developer.modules.appview   
 

Uses of TGPanel in com.touchgraph.graphlayout
 

Fields in com.touchgraph.graphlayout declared as TGPanel
protected  TGPanel GLPanel.tgPanel
           
 

Methods in com.touchgraph.graphlayout that return TGPanel
 TGPanel TGScrollPane.getTGPanel()
          Return the TGPanel used with this TGScrollPane.
 TGPanel GLPanel.getTGPanel()
          Return the TGPanel used with this GLPanel.
 

Methods in com.touchgraph.graphlayout with parameters of type TGPanel
 void Edge.paint(java.awt.Graphics g, TGPanel tgPanel)
           
 void Node.paint(java.awt.Graphics g, TGPanel tgPanel)
          Paints the Node.
 java.awt.Color Node.getPaintBorderColor(TGPanel tgPanel)
           
 java.awt.Color Node.getPaintBackColor(TGPanel tgPanel)
           
 java.awt.Color Node.getPaintTextColor(TGPanel tgPanel)
           
 void Node.paintNodeBody(java.awt.Graphics g, TGPanel tgPanel)
          Paints the background of the node, along with its label
 void Node.paintSmallTag(java.awt.Graphics g, TGPanel tgPanel, int tagX, int tagY, java.awt.Color backCol, java.awt.Color textCol, char character)
          Paints a tag with containing a character in a small font.
 

Constructors in com.touchgraph.graphlayout with parameters of type TGPanel
TGLayout(TGPanel tgp)
          Constructor with a supplied TGPanel tgp.
LocalityUtils(Locality loc, TGPanel tgp)
           
 

Uses of TGPanel in com.touchgraph.graphlayout.interaction
 

Fields in com.touchgraph.graphlayout.interaction declared as TGPanel
 TGPanel TGAbstractDragUI.tgPanel
           
protected  TGPanel TGAbstractMousePausedUI.tgPanel
           
 

Constructors in com.touchgraph.graphlayout.interaction with parameters of type TGPanel
HVRotateDragUI(TGPanel tgp, HVScroll hvs, RotateScroll rs)
          Constructor with TGPanel tgp, HVScroll hvs and a RotateScroll rs.
HVScroll(TGPanel tgp, TGLensSet tgls)
          Constructor with a TGPanel tgp and TGLensSet tgls.
DragNodeUI(TGPanel tgp)
          Constructor with TGPanel tgp.
GLEditUI(TGPanel tgp)
          Constructor with TGPanel tgp.
RotateScroll(TGPanel tgp)
          Constructor with TGPanel tgp.
LocalityScroll(TGPanel tgp)
           
TGAbstractMouseMotionUI(TGPanel tgp)
          Constructor with TGPanel tgp.
ZoomScroll(TGPanel tgp)
          Constructor with TGPanel tgp.
TGAbstractDragUI(TGPanel tgp)
          Constructor with TGPanel tgp.
DragAddUI(TGPanel tgp)
          Constructor with provided TGPanel tgp.
HyperScroll(TGPanel tgp)
           
TGAbstractMousePausedUI(TGPanel tgp)
          Constructor with TGPanel tgp.
TGAbstractClickUI(TGPanel tgp)
           
 

Uses of TGPanel in net.sf.mmapps.applications.developer.modules.appview
 

Subclasses of TGPanel in net.sf.mmapps.applications.developer.modules.appview
 class TGMMBasePanel
           
 

Methods in net.sf.mmapps.applications.developer.modules.appview with parameters of type TGPanel
 void MMBaseNode.paint(java.awt.Graphics g, TGPanel tgPanel)
           
 void MMBaseEdge.paint(java.awt.Graphics graphics, TGPanel tgPanel)
           
 void MMBaseInheritanceEdge.paint(java.awt.Graphics graphics, TGPanel tgPanel)
           
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.