edu.stanford.hci.r3.pattern.coordinates
Class PageAddress

java.lang.Object
  extended by edu.stanford.hci.r3.pattern.coordinates.PageAddress

public class PageAddress
extends java.lang.Object

Represents a logical page address, which is available when we import batched pen strokes.

This software is distributed under the BSD License.


Constructor Summary
PageAddress(int theSegment, int theShelf, int theBook, int thePage)
           
PageAddress(java.lang.String pageAddress)
           
 
Method Summary
 int getBook()
           
 int getPage()
           
 int getSegment()
           
 int getShelf()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageAddress

public PageAddress(int theSegment,
                   int theShelf,
                   int theBook,
                   int thePage)

PageAddress

public PageAddress(java.lang.String pageAddress)
Parameters:
pageAddress -
Method Detail

getBook

public int getBook()
Returns:
the book

getPage

public int getPage()
Returns:
the page

getSegment

public int getSegment()
Returns:
the segment

getShelf

public int getShelf()
Returns:
the shelf

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

Copyright 2006 Stanford University