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

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

public class CoordinateTranslator
extends java.lang.Object

Given a coordinate in physical (streamed) anoto space, it returns a coordinate in logical (batched) space. Given a coordinate in logical space, it returns a coordinate in physical space. It does this by finding the pattern package that contains the coordinate. Or, you can pick one explicitly...

This software is distributed under the BSD License.


Constructor Summary
CoordinateTranslator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateTranslator

public CoordinateTranslator()

Copyright 2006 Stanford University