Class ColumnVisualStyleSetEvent

java.lang.Object
org.cytoscape.event.AbstractCyEvent<TableVisualMappingManager>
org.cytoscape.view.vizmap.events.table.ColumnVisualStyleSetEvent
All Implemented Interfaces:
CyEvent<TableVisualMappingManager>

public final class ColumnVisualStyleSetEvent extends AbstractCyEvent<TableVisualMappingManager>
Event fired when a VisualStyle is set to a column view through TableVisualMappingManager.setVisualStyle(View, VisualStyle).
Since:
3.9

Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Module: vizmap-api

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

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>vizmap-api</artifactId>
</dependency>
  • Constructor Details

  • Method Details

    • getVisualStyle

      public VisualStyle getVisualStyle()
      Returns the VisualStyle that was set to the column view. May be null if the VisualStyle was removed.
      Returns:
      The VisualStyle that was set to the column view.
    • getColumnView

      public View<CyColumn> getColumnView()
      Get the The target column view model.