Package org.evoludo.graphics
Interface AbstractGraph.HasTrajectory
- Enclosing class:
AbstractGraph<B>
public static interface AbstractGraph.HasTrajectory
Graphs that show trajectories and support exporting their data should
implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportTrajectory
(StringBuilder export) Export the trajectory of the graph toexport
.
-
Method Details
-
exportTrajectory
Export the trajectory of the graph toexport
.- Parameters:
export
- the string builder to export the trajectory
-