|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.image.VectorMap
public final class VectorMap extends java.lang.Object
| Constructor and Description |
|---|
VectorMap(int w,
int h)
|
VectorMap(VectorMap frame)
|
| 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 |
|---|
public VectorMap(int w,
int h)
public VectorMap(VectorMap frame)
| Method Detail |
|---|
public void copyFrom(VectorMap frame)
public int width()
public int height()
public float[] xOffsets()
public float[] yOffsets()
public int getI(int x,
int y)
public float getX(int i)
public float getY(int i)
public void set(int x,
int y,
float xx,
float yy)
public void set(int i,
float xx,
float yy)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||