Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRegion |
Modifier and Type | Field and Description |
---|---|
protected PlotRegion |
DefaultPlotRegionDropHandler.region |
Modifier and Type | Method and Description |
---|---|
PlotRegion |
DefaultPage.addRegion() |
PlotRegion |
DefaultPage.createRegion(double x,
double y,
double w,
double h) |
PlotRegion |
DefaultPage.currentRegion() |
PlotRegion |
DefaultPage.next() |
PlotRegion |
DefaultPage.region(int index) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPage.setCurrentRegion(PlotRegion reg) |
void |
DefaultPlotRegionDropHandler.setPlotRegion(PlotRegion pr) |
Constructor and Description |
---|
DefaultPlotRegionDropHandler(PlotRegion pr,
PlotFactory pf) |
Modifier and Type | Method and Description |
---|---|
PlotRegion |
PlotPage.addRegion()
Adds a region to this page.
|
PlotRegion |
PlotPage.createRegion(double x,
double y,
double w,
double h)
Creates a region of the specified size at the given position.
|
PlotRegion |
PlotPage.currentRegion()
Returns the currently selected region on this page.
|
PlotRegion |
PlotPage.next()
Selects the next region on this page and sets it as current.
|
PlotRegion |
PlotPage.region(int index)
Return the region specified by the index.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotPage.setCurrentRegion(PlotRegion reg)
Selects the specified region as current.
|
void |
PlotRegionDropHandler.setPlotRegion(PlotRegion pr) |
Copyright © 2016. All rights reserved.