程序包com.example.graphics.command的分层结构
类分层结构
- java.lang.Object
- com.example.graphics.command.AddShapeCommand (implements com.example.graphics.command.Command)
- com.example.graphics.command.CommandManager
- com.example.graphics.command.MoveShapeCommand (implements com.example.graphics.command.Command)
- com.example.graphics.command.RemoveShapeCommand (implements com.example.graphics.command.Command)
接口分层结构
- com.example.graphics.command.Command