Interface Movable
-
- All Known Subinterfaces:
Selectable
,SelectableComponents
- All Known Implementing Classes:
Border
,Box
,Connector
,Group
,Line
,Macro
,Port
,Record
,Template
,TemplateEPICSMacro
,TemplateEPICSPort
,TextBox
,Vertex
public interface Movable
Insert the type's description here. Creation date: (25.12.2000 14:08:34)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkMove(int dx, int dy)
Insert the method's description here.boolean
move(int dx, int dy)
Insert the method's description here.
-
-
-
Method Detail
-
checkMove
boolean checkMove(int dx, int dy)
Insert the method's description here. Creation date: (27.12.2000 13:08:09)- Parameters:
dx
- intdy
- int- Returns:
- boolean
-
move
boolean move(int dx, int dy)
Insert the method's description here. Creation date: (25.12.2000 14:13:14)- Parameters:
dx
- intdy
- int- Returns:
- boolean
-
-