按照MVC的模型,逻辑上分为:

  1. Renderer(View)。负责往客户端绘图区域绘制不同类型的数据。
  2. Model。包含了要绘制的元素:Point、Line、Arc、Curve、Circle、Ellipse、Ploygon、Text、Raster、HotSpot。其中一些是封闭的元素。根据数据IO又可以分本地和网络访问Model。如何设计一个有效的数据格式?
  3. Application(Controller)。提供不同Command接口给用户。

此外还需要开发数据格式转换工具。

相关文章:

  • 2021-08-22
  • 2021-12-21
  • 2021-05-20
  • 2021-08-14
  • 2021-10-11
  • 2022-12-23
  • 2022-02-27
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2021-07-25
  • 2022-02-07
  • 2021-07-14
  • 2021-04-16
  • 2022-12-23
相关资源
相似解决方案