Class Coord

java.lang.Object
net.sourceforge.plantuml.bpm.Coord

public class Coord extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Coord(Line line, Col row)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(java.lang.Object obj)
     
    final Col
     
    final Line
     
    int
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Coord

      public Coord(Line line, Col row)
  • Method Details

    • getCol

      public final Col getCol()
    • toString

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

      public final Line getLine()
    • hashCode

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

      public boolean equals(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object