Class LineProfilerViewer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class LineProfilerViewer extends JFrame
A Class to display a line profile
Author:
pons
See Also:
  • Field Details

  • Constructor Details

    • LineProfilerViewer

      public LineProfilerViewer()
    • LineProfilerViewer

      public LineProfilerViewer(NumberImageViewer parent)
  • Method Details

    • setXAxisName

      public void setXAxisName(String name)
    • setYAxisName

      public void setYAxisName(String name)
    • setFormat

      public void setFormat(String format)
    • setHeader

      public void setHeader(String header)
    • setSource

      public void setSource(String source, Object value)
    • setHeader2

      public void setHeader2(String header)
    • setSource2

      public void setSource2(String source, Object value)
    • setMode

      public void setMode(int mode)
    • setLineProfileMode

      public void setLineProfileMode()
    • setHistogramMode

      public void setHistogramMode()
    • setData

      public void setData(double[] v)
    • setData

      public void setData(double[] v, double xgain, double xoffset)
    • setData

      public void setData(double[] v, int startIndexing)
    • setData2

      public void setData2(double[] v)
    • setData2

      public void setData2(double[] v, int startIndexing)
    • getProfile1

      public LineProfilerPanel getProfile1()
      Returns:
      the profile1
    • getProfile2

      public LineProfilerPanel getProfile2()
      Returns:
      the profile2
    • main

      public static void main(String[] args)