lt.monarch.image
Class VectorMap

java.lang.Object
  extended by lt.monarch.image.VectorMap

public final class VectorMap
extends java.lang.Object


Constructor Summary
Constructor and Description
VectorMap(int w, int h)
           
VectorMap(VectorMap frame)
           
 
Method Summary
Modifier and Type Method and Description
 void copyFrom(VectorMap frame)
           
 int getI(int x, int y)
           
 float getX(int i)
           
 float getY(int i)
           
 int height()
           
 void set(int i, float xx, float yy)
           
 void set(int x, int y, float xx, float yy)
           
 int width()
           
 float[] xOffsets()
           
 float[] yOffsets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorMap

public VectorMap(int w,
                 int h)

VectorMap

public VectorMap(VectorMap frame)
Method Detail

copyFrom

public void copyFrom(VectorMap frame)

width

public int width()

height

public int height()

xOffsets

public float[] xOffsets()

yOffsets

public float[] yOffsets()

getI

public int getI(int x,
                int y)

getX

public float getX(int i)

getY

public float getY(int i)

set

public void set(int x,
                int y,
                float xx,
                float yy)

set

public void set(int i,
                float xx,
                float yy)