Interface AbstractGraph.HasTrajectory

All Known Implementing Classes:
ParaGraph, S3Graph
Enclosing class:
AbstractGraph<B>

public static interface AbstractGraph.HasTrajectory
Graphs that show trajectories and support exporting their data should implement this interface.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Export the trajectory of the graph to export.
  • Method Details Link icon

    • exportTrajectory Link icon

      void exportTrajectory(StringBuilder export)
      Export the trajectory of the graph to export.
      Parameters:
      export - the string builder to export the trajectory