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 class
AbstractDiagramGraph
class
DefaultDiagramGraph
Methods in org.esa.snap.ui.diagram that return DiagramGraph Modifier and Type Method Description DiagramGraph
Diagram. getClosestGraph(int x, int y)
DiagramGraph
Diagram. 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 void
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 Constructor Description Diagram(DiagramAxis xAxis, DiagramAxis yAxis, DiagramGraph graph)
-