@PublicAPI public class GlobalLocationControl extends Control
GraphicComponent
in the global coordinate system.Constructor and Description |
---|
GlobalLocationControl(Monitor monitor)
Creates a new instance of GlobalLocationControl
|
Modifier and Type | Method and 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.
|
getCenter, projectVector, setCenter, setComponent
public GlobalLocationControl(Monitor monitor)