com.rubecula.darwin.visualization
Interface Visualizer

All Known Implementing Classes:
Visualizer_, Visualizer_Standard

public interface Visualizer

Defines the public operations required for a Visualizer.

Author:
Robin Hillyard

Method Summary
 java.awt.Component asComponent()
           
 VisualizationModel getModel()
           
 Painter getPainter()
          Get the implementation of Painter for this system.
 

Method Detail

asComponent

java.awt.Component asComponent()
Returns:
this object as a Component.

getModel

VisualizationModel getModel()
Returns:
the model

getPainter

Painter getPainter()
Get the implementation of Painter for this system.

Returns:
the painter defined for this Visualizer


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.