Package | Description |
---|---|
org.esa.snap.ui.diagram |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiagramGraph |
class |
DefaultDiagramGraph |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Diagram(DiagramAxis xAxis,
DiagramAxis yAxis,
DiagramGraph graph) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.