Class CircleLayout.CircleVertexData

  • Enclosing class:
    CircleLayout<V,​E>

    protected static class CircleLayout.CircleVertexData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double angle  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CircleVertexData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected double getAngle()  
      protected void setAngle​(double angle)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • angle

        private double angle
    • Constructor Detail

      • CircleVertexData

        protected CircleVertexData()
    • Method Detail

      • getAngle

        protected double getAngle()
      • setAngle

        protected void setAngle​(double angle)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object