Class PairInt

java.lang.Object
net.sourceforge.plantuml.code.PairInt

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

    Constructors
    Constructor
    Description
    PairInt(int x, int y)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    plus(PairInt other)
     
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • PairInt

      public PairInt(int x, int y)
  • Method Details

    • rotate

      public PairInt rotate()
    • toString

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

      public int getX()
    • getY

      public int getY()
    • plus

      public PairInt plus(PairInt other)