Interface DefaultViewPanel


@Deprecated public interface DefaultViewPanel
Deprecated.
GUI component to display default appearance of current Visual Style.

Module: vizmap-gui-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>vizmap-gui-api</artifactId>
</dependency>

Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.
  • Method Details

    • getRenderingEngine

      @Deprecated RenderingEngine<CyNetwork> getRenderingEngine()
      Deprecated.
      Get dummy network view. Dummy network view is a network displayed on the default view editor. Usually it is a network with an edge and two nodes.
      Returns:
      rendering engine object for the default view.