org.keridwen.modelling.group.editor.viewer
Interface ViewerInterface

All Known Implementing Classes:
CassandraBasedViewer

public interface ViewerInterface

Author:
J.Forest, Artenum SARL.

Method Summary
 JComponent getPipelineEditorUI()
          Get the pipeline editor graphic component.
 com.artenum.cassandra.pipeline.PipeLineManager getPipelineManager()
          Get the pipeline manager.
 Canvas getRenderingPanel()
          Get the rendering and visualisation pipeline.
 

Method Detail

getRenderingPanel

Canvas getRenderingPanel()
Get the rendering and visualisation pipeline.

Returns:

getPipelineManager

com.artenum.cassandra.pipeline.PipeLineManager getPipelineManager()
Get the pipeline manager.

Returns:

getPipelineEditorUI

JComponent getPipelineEditorUI()
Get the pipeline editor graphic component.

Returns:


Copyright © 2012-2013 Artenum. All Rights Reserved.