Uses of Interface
org.esa.snap.ui.diagram.DiagramGraph
-
Packages that use DiagramGraph Package Description org.esa.snap.ui.diagram -
-
Uses of DiagramGraph in org.esa.snap.ui.diagram
Classes in org.esa.snap.ui.diagram that implement DiagramGraph Modifier and Type Class Description classAbstractDiagramGraphclassDefaultDiagramGraphMethods in org.esa.snap.ui.diagram that return DiagramGraph Modifier and Type Method Description DiagramGraphDiagram. getClosestGraph(int x, int y)DiagramGraphDiagram. getGraph(int index)DiagramGraph[]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 DiagramGraph Modifier and Type Method Description voidDiagram. 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 Constructor Description Diagram(DiagramAxis xAxis, DiagramAxis yAxis, DiagramGraph graph)
-