chemaxon.marvin.space.monitor
Class LocalLocationControl
java.lang.Object
chemaxon.marvin.space.monitor.Control
chemaxon.marvin.space.monitor.LocalLocationControl
public class LocalLocationControl
- extends Control
This control is to change the location say translate a GraphicComponent
in its local coordinate system.
- Since:
- Marvin 4.0.2
- Version:
- MarvinSpace 1.0
- Author:
- Judit Papp
| Fields inherited from class chemaxon.marvin.space.monitor.Control |
ambient, center, component, DEFAULT_SIZE, diffuse, monitor, shininess, size, specular, x, y |
|
Method Summary |
void |
control(int z)
Changes the location say translates the component of the control
in its local coordinate system. |
void |
control(int x,
int y)
Changes the location say translates the component of the control
in its local coordinate system. |
byte[] |
getColor()
Returns the color of the control. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalLocationControl
public LocalLocationControl(Monitor monitor)
- Creates a new instance of LocalLocationControl
getColor
public byte[] getColor()
- Returns the color of the control.
- Specified by:
getColor in class Control
control
public void control(int x,
int y)
- Changes the location say translates the component of the control
in its local coordinate system.
- Specified by:
control in class Control
control
public void control(int z)
- Changes the location say translates the component of the control
in its local coordinate system.
- Specified by:
control in class Control