Class ShortPair
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.ShortPair
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShortPair
public ShortPair(short x, short y) Constructor.- Parameters:
x- first valuey- second value
-
-
Method Details
-
getX
public short getX()Returns X value.- Returns:
- x
-
getY
public short getY()Returns Y value.- Returns:
- y
-
hashCode
-
equals
-