Interface MoveAgent

  • All Superinterfaces:
    Agent, OperationAgent

    public interface MoveAgent
    extends OperationAgent
    The agent for moving operation. Supported components are Window and Panel.
    Author:
    pao
    • Method Detail

      • moveTo

        void moveTo​(int left,
                    int top)
        To move a component. unit is pixel.
        Parameters:
        left - distance from left.
        top - distance from top.