rescuecore.view
Class ScreenTransform

java.lang.Object
  extended byrescuecore.view.ScreenTransform

public class ScreenTransform
extends java.lang.Object


Constructor Summary
ScreenTransform(int minX, int minY, int xRange, int yRange, int width, int height)
           
 
Method Summary
 int toScreenX(int rescueX)
           
 int toScreenY(int rescueY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenTransform

public ScreenTransform(int minX,
                       int minY,
                       int xRange,
                       int yRange,
                       int width,
                       int height)
Method Detail

toScreenX

public int toScreenX(int rescueX)

toScreenY

public int toScreenY(int rescueY)