程序包 com.example.renderer.command


package com.example.renderer.command
  • 说明
    Command implementation for adding a shape to a shape list.
    Command接口定义了命令模式中的命令操作。
    删除图形命令实现类
    移动图形命令实现类。
    撤销管理器,管理命令的撤销和重做操作