Home
last modified time | relevance | path

Searched refs:getXYCoords (Results 1 – 14 of 14) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/jspecview/common/
H A DCoordinate.java302 Coordinate[] xyCoords = spectra.get(i).getXYCoords(); in getMinX()
342 Coordinate[] xyCoords = spectra.get(i).getXYCoords(); in getMaxX()
385 Coordinate[] xyCoords = spectra.get(i).getXYCoords(); in getMinYUser()
427 Coordinate[] xyCoords = spectra.get(i).getXYCoords(); in getMaxYUser()
H A DVisible.java88 Coordinate xyCoords[] = spec.getXYCoords(); in getColour()
H A DSpectrum.java137 public Coordinate[] getXYCoords() { in getXYCoords() method in Spectrum
372 Coordinate[] xyCoords = spectrum.getXYCoords(); in toT()
392 Coordinate[] xyCoords = spectrum.getXYCoords(); in toA()
H A DIntegralData.java242 Coordinate[] specXyCoords = spec.getXYCoords(); in calculateIntegral()
316 public Coordinate[] getXYCoords() { in getXYCoords() method in IntegralData
H A DPeakData.java90 Coordinate[] xyCoords = spec.getXYCoords(); in setPeakList()
H A DViewData.java59 int n = spectra.get(0).getXYCoords().length; // was - 1 in ViewData()
H A DImageView.java196 Coordinate[] xyCoords = spec.getXYCoords(); in get2dBuffer()
H A DGraphSet.java431 int iLast = spectra.get(i).getXYCoords().length - 1; in initGraphSet()
788 double x0 = Coordinate.getNearestXWithYAbove(spec.getXYCoords(), x, y, spec in getNearestPeak()
790 double x1 = Coordinate.getNearestXWithYAbove(spec.getXYCoords(), x, y, spec in getNearestPeak()
1045 pd.coordsClicked = getSpectrum().getXYCoords(); in setCoordClicked()
1369 viewData.setXRangeForSubSpectrum(getSpectrum().getXYCoords()); in setCurrentSubSpectrum()
1903 Coordinate[] xyCoords = (ig == null ? spec.getXYCoords() in drawPlot()
1904 : getIntegrationGraph(index).getXYCoords()); in drawPlot()
2677 xyCoords = ((IntegralData) ad.getData()).getXYCoords(); in isOnSpectrum()
2994 viewData.setXRangeForSubSpectrum(getSpectrum().getXYCoords()); in advanceSubSpectrum()
3595 Coordinate[] xy = ((IntegralData) ad.getData()).getXYCoords(); in mouseMovedEvent()
H A DScaleData.java439 Coordinate[] xyCoords = graphsTemp.get(i).getXYCoords(); in setDataPointIndices()
H A DJSViewer.java1920 spec.getXYCoords().length - 1, null, type.equalsIgnoreCase("PDF")); in export()
/dports/science/jmol/jmol-14.32.7/src/jspecview/export/
H A DJDXExporter.java96 Coordinate[] newXYCoords = spectrum.getXYCoords(); in toStringAux()
255 Coordinate[] xyCoords = spectrum.getXYCoords(); in getHeaderString()
H A DXMLExporter.java102 xyCoords = spec.getXYCoords(); in setParameters()
H A DSVGExporter.java109 Coordinate[] xyCoords = spec.getXYCoords(); in exportTheSpectrum()
/dports/science/jmol/jmol-14.32.7/src/jspecview/source/
H A DJDXReader.java544 if (spectrum.getXYCoords().length > 0 in getBlockSpectra()