|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDataCanvas | |
|---|---|
| jfits | |
| jview | |
| stella.jview | |
| Uses of JDataCanvas in jfits |
|---|
| Fields in jfits declared as JDataCanvas | |
|---|---|
private JDataCanvas |
ShapePrincipal.adu
The data canvas on which the ADUs are plotted. |
| Methods in jfits that return JDataCanvas | |
|---|---|
JDataCanvas |
ShapePrincipal.getMainCanvas()
Returns my ADU-canvas. |
| Methods in jfits that return types with arguments of type JDataCanvas | |
|---|---|
Collection<JDataCanvas> |
ShapePrincipal.getComposingCanvases()
Returns a collection containing only this. |
| Uses of JDataCanvas in jview |
|---|
| Subclasses of JDataCanvas in jview | |
|---|---|
class |
JExpressionCanvas
An expression canvas allows manipulating of the data points before putting it onto the canvas. |
| Fields in jview declared as JDataCanvas | |
|---|---|
private JDataCanvas |
JDataSink.central
The jdatacanvas we represent. |
private JDataCanvas |
JSplittedDataDisplay.master
The master canvas, call JSplittedDataDisplay.getMasterCanvas() to draw into it. |
private JDataCanvas |
JSplittedDataDisplay.slave
The slave canvas, call JSplittedDataDisplay.getMasterCanvas() to draw into it. |
| Methods in jview that return JDataCanvas | |
|---|---|
private JDataCanvas |
JSplittedDataDisplay.createCanvas(String resource)
Creates a data canvas from a resource. |
protected static JDataCanvas |
JDataCanvas.TestCanvas.createTestCanvas()
|
protected JDataCanvas |
JDataSink.getCanvas()
Returns the central canvas for daughter classes. |
JDataCanvas |
JDataCanvas.getMainCanvas()
Returns this. |
JDataCanvas |
DataCanvasProviding.getMainCanvas()
Grabs a whole canvas of display data. |
JDataCanvas |
JSplittedDataDisplay.getMainCanvas()
Returns the master canvas. |
JDataCanvas |
JSplittedDataDisplay.getMasterCanvas()
Returns the empty master canvas. |
JDataCanvas |
JSplittedDataDisplay.getSlaveCanvas()
Returns the empty slave canvas. |
private JDataCanvas |
JAbstractAnalyser.traceSource(ComponentEvent e)
Tries to get the data canvas from the component event. |
| Methods in jview that return types with arguments of type JDataCanvas | |
|---|---|
Collection<JDataCanvas> |
JDataCanvas.getComposingCanvases()
Returns a collection containing only this. |
Collection<JDataCanvas> |
DataCanvasProviding.getComposingCanvases()
Only for specialized objects, this method will return more than the main canvas. |
Collection<JDataCanvas> |
JSplittedDataDisplay.getComposingCanvases()
Returns the master and the slave canvas. |
| Methods in jview with parameters of type JDataCanvas | |
|---|---|
static void |
JDataCanvas.addDelete(JDataCanvas jtf)
Add a delete cursor to the data canvas. |
static void |
JDataCanvas.addZoom(JDataCanvas jtf)
Add a zoom cursor to the data canvas. |
private void |
JAbstractAnalyser.canvasHidden(JDataCanvas jdc)
Called when an allowed component was hiddn, captured by a component event. |
private void |
JAbstractAnalyser.canvasShown(JDataCanvas jdc)
Called when an allowed component was shown, captured by a component event. |
static List<Object> |
JDataSink.getHighlighted(String setname,
JDataCanvas central)
Returns a list of keys to highlighted objects (i.e. |
static int |
JDataSink.highlight(List<Object> keys,
String setname,
JDataCanvas central)
Highlights all data cards with the given keys in the specified sets and rebuild the underlying shape list in the data canvas. |
| Uses of JDataCanvas in stella.jview |
|---|
| Subclasses of JDataCanvas in stella.jview | |
|---|---|
class |
JGuiderOffsets
A class that uses a data canvas to show an FFT of guider offsets. |
class |
JTrackingFrequencies
A class that uses a data canvas to show an FFT of guider offsets. |
class |
JWeatherCanvas
A canvas that collects weather data from a repository and displays it. |
| Fields in stella.jview declared as JDataCanvas | |
|---|---|
private JDataCanvas |
JSpectrumCanvas.canvas
The canvas we display the spectrum in. |
private JDataCanvas |
JOffsetDisplay.offset1
The offset vs. |
private JDataCanvas |
JOffsetDisplay.offset2
The offset vs. |
private JDataCanvas |
JAdapter.pidoffset
The offset history. |
private JDataCanvas |
JAdapter.pixeloffset
The offset history. |
| Methods in stella.jview that return JDataCanvas | |
|---|---|
private JDataCanvas |
JSpectrumCanvas.createSpectralCanvas()
Creates a new spectral canvas. |
JDataCanvas |
JSpectrumCanvas.getMainCanvas()
|
| Methods in stella.jview that return types with arguments of type JDataCanvas | |
|---|---|
Collection<JDataCanvas> |
JSpectrumCanvas.getComposingCanvases()
|
| Methods in stella.jview with parameters of type JDataCanvas | |
|---|---|
private boolean |
JObjectDisplay.residuals(List<DataCard> y,
int sx,
int sy,
int se,
VectorG modpar,
DataModel fit,
JDataCanvas rms,
String setname)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||