|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gudy.azureus2.ui.swt.views.utils.CoordinateTransform
public class CoordinateTransform
Constructor Summary | |
---|---|
CoordinateTransform(org.eclipse.swt.graphics.Rectangle exteriorBounds)
|
Method Summary | |
---|---|
void |
scale(double x,
double y)
|
void |
shiftExternal(int x,
int y)
|
void |
shiftInternal(int x,
int y)
|
int |
x(int x)
|
int |
y(int y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinateTransform(org.eclipse.swt.graphics.Rectangle exteriorBounds)
Method Detail |
---|
public int x(int x)
public int y(int y)
public void scale(double x, double y)
public void shiftExternal(int x, int y)
public void shiftInternal(int x, int y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |