edu.uci.ics.jung.algorithms.layout
Class FRLayout.FRVertexData

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Double
          extended by edu.uci.ics.jung.algorithms.layout.FRLayout.FRVertexData
All Implemented Interfaces:
Cloneable
Enclosing class:
FRLayout<V,E>

protected static class FRLayout.FRVertexData
extends Point2D.Double


Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.geom.Point2D.Double
x, y
 
Constructor Summary
protected FRLayout.FRVertexData()
           
 
Method Summary
protected  double norm()
           
protected  void offset(double x, double y)
           
 
Methods inherited from class java.awt.geom.Point2D.Double
getX, getY, setLocation, toString
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FRLayout.FRVertexData

protected FRLayout.FRVertexData()
Method Detail

offset

protected void offset(double x,
                      double y)

norm

protected double norm()


Copyright © 2009. All Rights Reserved.