org.keridwen.modelling.group.editor.viewer
Class CassandraBasedViewer

java.lang.Object
  extended by org.keridwen.modelling.group.editor.viewer.CassandraBasedViewer
All Implemented Interfaces:
ViewerInterface

public class CassandraBasedViewer
extends Object
implements ViewerInterface

Cassandra based viewer (use VTK).

Author:
J.Forest, Artenum SARL.

Constructor Summary
CassandraBasedViewer(boolean isVtkAvailableIn)
          Default constructor.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CassandraBasedViewer

public CassandraBasedViewer(boolean isVtkAvailableIn)
Default constructor.

Parameters:
isVtkAvailableIn -
Method Detail

getPipelineManager

public com.artenum.cassandra.pipeline.PipeLineManager getPipelineManager()
Description copied from interface: ViewerInterface
Get the pipeline manager.

Specified by:
getPipelineManager in interface ViewerInterface
Returns:

getRenderingPanel

public Canvas getRenderingPanel()
Description copied from interface: ViewerInterface
Get the rendering and visualisation pipeline.

Specified by:
getRenderingPanel in interface ViewerInterface
Returns:

getPipelineEditorUI

public JComponent getPipelineEditorUI()
Description copied from interface: ViewerInterface
Get the pipeline editor graphic component.

Specified by:
getPipelineEditorUI in interface ViewerInterface
Returns:


Copyright © 2012-2013 Artenum. All Rights Reserved.