Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPage
Plot page.
|
Modifier and Type | Method and Description |
---|---|
PlotPage |
PlotterPlugin.createPage(String name) |
PlotPage |
PlotterPlugin.currentPage() |
PlotPage |
DefaultRegion.getPage() |
Modifier and Type | Method and Description |
---|---|
List<PlotPage> |
PlotterPlugin.pages() |
Modifier and Type | Method and Description |
---|---|
PlotPage |
PlotFactory.createPage(String name)
Create a page which can be used to display plots.
|
PlotPage |
PlotFactory.currentPage()
Returns the currently selected plot page, or null if no plot page is currently selected.
|
default PlotPage |
PlotRegion.getPage() |
Modifier and Type | Method and Description |
---|---|
List<PlotPage> |
PlotFactory.pages()
Returns a list of all plot pages that are showing.
|
Copyright © 2018. All rights reserved.