Uses of Interface
org.esa.snap.ui.diagram.DiagramGraph
Packages that use DiagramGraph
-
Uses of DiagramGraph in org.esa.snap.ui.diagram
Classes in org.esa.snap.ui.diagram that implement DiagramGraphMethods in org.esa.snap.ui.diagram that return DiagramGraphModifier and TypeMethodDescriptionDiagram.getClosestGraph(int x, int y) Diagram.getGraph(int index) Diagram.getGraphs()static DiagramGraph[]DiagramGraphIO.readGraphs(Component parentComponent, String title, SnapFileFilter[] fileFilters, PropertyMap preferences) static DiagramGraph[]DiagramGraphIO.readGraphs(Reader reader) Methods in org.esa.snap.ui.diagram with parameters of type DiagramGraphModifier and TypeMethodDescriptionvoidDiagram.addGraph(DiagramGraph graph) protected voidDiagram.adjustAxes(DiagramGraph graph) static booleanDiagramGraphIO.equalXValues(DiagramGraph g1, DiagramGraph g2) doubleDiagramCanvas.getY(DiagramGraph graph, double x) voidDiagram.removeGraph(DiagramGraph graph) static voidDiagramGraphIO.writeGraphs(Component parentComponent, String title, SnapFileFilter[] fileFilters, PropertyMap preferences, DiagramGraph[] graphs) static voidDiagramGraphIO.writeGraphs(DiagramGraph[] graphs, Writer writer) Constructors in org.esa.snap.ui.diagram with parameters of type DiagramGraph