Contains all of the classes that are responsible for rendering simulations.

Package Specification

The dds.view.simulation package contains all classes that are responsible for defining how to display simulations.

Package Organization

This package SHOULD contain abstract definitions of how renderers for different objects within the simulation work. It should NOT contain any actual implementations of those classes. The implementations are contained within the renderers package.