Uses of Class
org.esa.snap.rcp.statistics.PagePanel
-
Packages that use PagePanel Package Description org.esa.snap.rcp.statistics -
-
Uses of PagePanel in org.esa.snap.rcp.statistics
Subclasses of PagePanel in org.esa.snap.rcp.statistics Modifier and Type Class Description class
ChartPagePanel
A common class for chart based panelsclass
TableViewPagePanel
Methods in org.esa.snap.rcp.statistics that return PagePanel Modifier and Type Method Description protected abstract PagePanel
AbstractStatisticsTopComponent. createPagePanel()
protected PagePanel
DensityPlotTopComponent. createPagePanel()
protected PagePanel
GeoCodingTopComponent. createPagePanel()
protected PagePanel
HistogramPlotTopComponent. createPagePanel()
protected PagePanel
InformationTopComponent. createPagePanel()
protected PagePanel
MetadataPlotTopComponent. createPagePanel()
protected PagePanel
ProfilePlotTopComponent. createPagePanel()
protected PagePanel
ScatterPlotTopComponent. createPagePanel()
protected PagePanel
StatisticsTopComponent. createPagePanel()
protected PagePanel
PagePanel. getAlternativeView()
Methods in org.esa.snap.rcp.statistics with parameters of type PagePanel Modifier and Type Method Description protected void
PagePanel. setAlternativeView(PagePanel alternativeView)
Constructors in org.esa.snap.rcp.statistics with parameters of type PagePanel Constructor Description MaskSelectionToolSupport(PagePanel pagePanel, org.jfree.chart.ChartPanel chartPanel, String maskName, String maskDescription, Color maskColor, PlotAreaSelectionTool.AreaType areaType)
-