Interface GraphExporter

  • All Superinterfaces:
    Exporter

    public interface GraphExporter
    extends Exporter
    Exporter interface for exporters that export the graph, either complete or filtered (i.e. visible graph).
    Author:
    Mathieu Bastian
    • Method Detail

      • isExportVisible

        boolean isExportVisible()
        Returns true if only the visible graph has to be exported.
        Returns:
        true if only the visible graph has to be exported, false for the complete graph.
      • setExportVisible

        void setExportVisible​(boolean exportVisible)
        Sets if only the visible graph has to be exported. If false, the complete graph is exported.
        Parameters:
        exportVisible - the export visible parameter value