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