Package etomica.graphics2

Interface Summary
ColorScheme Defines an interface to retrieve the Atom color from an Atom object
Renderable Interface used by SceneManager to communicate with the graphics package.
Renderable.Polyline  
Renderable.Shape  
Renderable.Sphere  
 

Class Summary
Color  
ColorSchemeByType Colors the atom according to the color given by its type field.
ColorSchemeColliders This colorScheme acts to color differently the two atoms that are scheduled to collide next.
ColorSchemeNull Does nothing at any time to set atom's color, leaving color to be set to default value.
ColorSchemeSimple Simplest color scheme - colors all atoms with baseColor.
ColorSchemeTemperature Colors atoms according to their kinetic energy.
SceneManager Converts all drawable information in a Box object into graphics primitives using the Renderable interface.
SceneManager.SphereShapeWrapper