story.scheherazade.misc
Class SCHPoint
java.lang.Object
story.scheherazade.misc.SCHPoint
- All Implemented Interfaces:
- RenderableObject
public class SCHPoint
- extends java.lang.Object
- implements RenderableObject
Tuple of integers, representing x and y coordinates.
Constructor Summary |
SCHPoint(int x,
int y)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SCHPoint
public SCHPoint(int x,
int y)
throws Scheherexception
- Throws:
Scheherexception
x
public int x()
y
public int y()
equals
public boolean equals(SCHPoint other)
throws Scheherexception
- Throws:
Scheherexception
render
public java.lang.StringBuffer render()
throws Scheherexception
- Specified by:
render
in interface RenderableObject
- Throws:
Scheherexception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011 David K. Elson. All Rights Reserved.