Package org.zkoss.zats.mimic.operation
Interface MoveAgent
- All Superinterfaces:
Agent,OperationAgent
The agent for moving operation. Supported components are Window and Panel.
- Author:
- pao
-
Method Summary
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
moveTo
void moveTo(int left, int top) To move a component. unit is pixel.- Parameters:
left- distance from left.top- distance from top.
-