Package chemaxon.marvin.space.monitor
Class LocalOrientationControl
- java.lang.Object
-
- chemaxon.marvin.space.monitor.Control
-
- chemaxon.marvin.space.monitor.LocalOrientationControl
-
@PublicAPI public class LocalOrientationControl extends Control
This control is to change the orientation say rotate aGraphicComponent
in its local coordinate system.- Since:
- Marvin 4.0.2
-
-
Constructor Summary
Constructors Constructor Description LocalOrientationControl(Monitor monitor)
Creates a new instance of LocalOrientationControl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
control(int z)
Changes the orientation say rotates the component of the control in its local coordinate system.void
control(int x, int y)
Changes the orientation say rotates the component of the control in its local 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
-
LocalOrientationControl
public LocalOrientationControl(Monitor monitor)
Creates a new instance of LocalOrientationControl
-
-