public class Display
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
MyGradientBufferedImage |
BIbright |
MyGradientBufferedImage |
BIdark |
javax.vecmath.Matrix3f |
initialRotationMatrix |
Constructor and Description |
---|
Display(MoleculeEditor editor) |
Modifier and Type | Method and Description |
---|---|
javax.vecmath.Point3f |
getCurrentEyePosition() |
void |
setEyePosition(javax.vecmath.Point3d leftEye,
javax.vecmath.Point3d rightEye)
Sets the eyeposition given per parameter.
|
void |
setRubberband(java.awt.Rectangle rubberband) |
void |
switchCursor(int c) |
void |
updateCanvas() |
public final MyGradientBufferedImage BIdark
public final MyGradientBufferedImage BIbright
public javax.vecmath.Matrix3f initialRotationMatrix
public Display(MoleculeEditor editor)
public void switchCursor(int c)
public void setRubberband(java.awt.Rectangle rubberband)
public javax.vecmath.Point3f getCurrentEyePosition()
public void setEyePosition(javax.vecmath.Point3d leftEye, javax.vecmath.Point3d rightEye)
leftEye
- rightEye
- public void updateCanvas()