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 TypeMethodDescriptionvoid
Diagram.addGraph
(DiagramGraph graph) protected void
Diagram.adjustAxes
(DiagramGraph graph) static boolean
DiagramGraphIO.equalXValues
(DiagramGraph g1, DiagramGraph g2) double
DiagramCanvas.getY
(DiagramGraph graph, double x) void
Diagram.removeGraph
(DiagramGraph graph) static void
DiagramGraphIO.writeGraphs
(Component parentComponent, String title, SnapFileFilter[] fileFilters, PropertyMap preferences, DiagramGraph[] graphs) static void
DiagramGraphIO.writeGraphs
(DiagramGraph[] graphs, Writer writer) Constructors in org.esa.snap.ui.diagram with parameters of type DiagramGraph