story.scheherazade.misc
Class SCHPoint

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(SCHPoint other)
           
 java.lang.StringBuffer render()
           
 java.lang.String toString()
           
 int x()
           
 int y()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCHPoint

public SCHPoint(int x,
                int y)
         throws Scheherexception
Throws:
Scheherexception
Method Detail

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.