Class TopoFRLayout.FRVertexData
- java.lang.Object
 - 
- java.awt.geom.Point2D
 - 
- java.awt.geom.Point2D.Double
 - 
- org.opennms.features.topology.app.internal.jung.TopoFRLayout.FRVertexData
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Cloneable
- Enclosing class:
 - TopoFRLayout<V,E>
 
protected static class TopoFRLayout.FRVertexData extends Point2D.Double
- See Also:
 - Serialized Form
 
 
- 
- 
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
Constructors Modifier Constructor Description protectedFRVertexData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected doublenorm()protected voidoffset(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 
 - 
 
 -