Uses of Class
com.touchgraph.graphlayout.TGPoint2D

Packages that use TGPoint2D
com.touchgraph.graphlayout   
com.touchgraph.graphlayout.interaction   
 

Uses of TGPoint2D in com.touchgraph.graphlayout
 

Methods in com.touchgraph.graphlayout that return TGPoint2D
 TGPoint2D TGLensSet.convRealToDraw(TGPoint2D p)
          Convert draw position to real position.
 TGPoint2D TGLensSet.convRealToDraw(double x, double y)
          Convert draw position to real position.
 TGPoint2D TGLensSet.convDrawToReal(TGPoint2D p)
          Convert real position to draw position.
 TGPoint2D TGLensSet.convDrawToReal(double x, double y)
          Convert real position to draw position.
 TGPoint2D TGPanel.getTopLeftDraw()
           
 TGPoint2D TGPanel.getBottomRightDraw()
           
 TGPoint2D TGPanel.getCenter()
           
 TGPoint2D TGPanel.getDrawCenter()
           
 

Methods in com.touchgraph.graphlayout with parameters of type TGPoint2D
 void TGLensSet.applyLens(TGPoint2D p)
           
 void TGLensSet.undoLens(TGPoint2D p)
           
 TGPoint2D TGLensSet.convRealToDraw(TGPoint2D p)
          Convert draw position to real position.
 TGPoint2D TGLensSet.convDrawToReal(TGPoint2D p)
          Convert real position to draw position.
protected  void TGAbstractLens.applyLens(TGPoint2D p)
           
protected  void TGAbstractLens.undoLens(TGPoint2D p)
           
 void TGPanel.multiSelect(TGPoint2D from, TGPoint2D to)
           
protected  void TGPanel.AdjustOriginLens.applyLens(TGPoint2D p)
           
protected  void TGPanel.AdjustOriginLens.undoLens(TGPoint2D p)
           
 

Constructors in com.touchgraph.graphlayout with parameters of type TGPoint2D
TGPoint2D(TGPoint2D p)
           
 

Uses of TGPoint2D in com.touchgraph.graphlayout.interaction
 

Methods in com.touchgraph.graphlayout.interaction that return TGPoint2D
 TGPoint2D HVScroll.getTopLeftDraw()
           
 TGPoint2D HVScroll.getBottomRightDraw()
           
 TGPoint2D HVScroll.getDrawCenter()
           
 

Methods in com.touchgraph.graphlayout.interaction with parameters of type TGPoint2D
 void HVScroll.scrollAtoB(TGPoint2D drawFrom, TGPoint2D drawTo)
           
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.