Class TopoFRLayout.FRVertexData

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    TopoFRLayout<V,​E>

    protected static class TopoFRLayout.FRVertexData
    extends java.awt.geom.Point2D.Double
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.awt.geom.Point2D

        java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
    • Field Summary

      • Fields inherited from class java.awt.geom.Point2D.Double

        x, y
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FRVertexData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • FRVertexData

        protected FRVertexData()
    • Method Detail

      • offset

        protected void offset​(double x,
                              double y)
      • norm

        protected double norm()