Package chemaxon.marvin.space.monitor
Class GlobalLocationControl
- java.lang.Object
-
- chemaxon.marvin.space.monitor.Control
-
- chemaxon.marvin.space.monitor.GlobalLocationControl
-
@PublicAPI public class GlobalLocationControl extends Control
This control is to change the location say translate aGraphicComponent
in the global coordinate system.- Since:
- Marvin 4.0.2
-
-
Constructor Summary
Constructors Constructor Description GlobalLocationControl(Monitor monitor)
Creates a new instance of GlobalLocationControl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
control(int z)
Changes the location say translates the component of the control in the global coordinate system.void
control(int x, int y)
Changes the location say translates the component of the control in the global coordinate system.byte[]
getColor()
Returns the color of the control.-
Methods inherited from class chemaxon.marvin.space.monitor.Control
getCenter, projectVector, setCenter, setComponent
-
-
-
-
Constructor Detail
-
GlobalLocationControl
public GlobalLocationControl(Monitor monitor)
Creates a new instance of GlobalLocationControl
-
-