Package com.aparapi.internal.tool
Class InstructionViewer.View
java.lang.Object
com.aparapi.internal.tool.InstructionViewer.View
- Enclosing class:
InstructionViewer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AffineTransform
private double
private double
private double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
screenx()
double
screeny()
double
translatex
(int _screenx) double
translatey
(int _screeny)
-
Field Details
-
offGraphicsTransform
AffineTransform offGraphicsTransform -
scale
private double scale -
x
private double x -
y
private double y
-
-
Constructor Details
-
View
private View()
-
-
Method Details
-
translatex
public double translatex(int _screenx) -
screenx
public double screenx() -
translatey
public double translatey(int _screeny) -
screeny
public double screeny()
-