Class ElkBendPoint

java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkBendPoint

public class ElkBendPoint extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final java.lang.Object
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElkBendPoint(java.lang.Object obj)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(java.lang.Object other)
     
    double
     
    double
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • obj

      public final java.lang.Object obj
  • Constructor Details

    • ElkBendPoint

      public ElkBendPoint(java.lang.Object obj)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • getX

      public double getX()
    • getY

      public double getY()