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 a GraphicComponent in its local coordinate system.
Since:
Marvin 4.0.2
  • Constructor Details

    • LocalOrientationControl

      public LocalOrientationControl(Monitor monitor)
      Creates a new instance of LocalOrientationControl
  • Method Details

    • 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 orientation say rotates the component of the control in its local coordinate system.
      Specified by:
      control in class Control
    • control

      public void control(int z)
      Changes the orientation say rotates the component of the control in its local coordinate system.
      Specified by:
      control in class Control