public interface PlotFrame
Modifier and Type | Method and Description |
---|---|
static PlotFrame |
createPlotFrame(Surface[] surfs,
boolean withScroll,
Rectangle dfltBounds)
Creates a PlotFrame from an array of surfaces.
|
static PlotFrame |
createPlotFrame(Surface surf,
boolean withScroll)
Adapts a Surface to a PlotFrame.
|
Captioner |
getCaptioner()
Returns the captioner to be used for external annotation.
|
Rectangle |
getInternalBounds()
Returns the area within which actual plot content will reside.
|
Surround |
getSurround()
Returns the space required for external decorations.
|
Rectangle getInternalBounds()
Surround getSurround()
Captioner getCaptioner()
static PlotFrame createPlotFrame(Surface surf, boolean withScroll)
surf
- plotting surfacewithScroll
- true if the decorations should work well
with future scrollingstatic PlotFrame createPlotFrame(Surface[] surfs, boolean withScroll, Rectangle dfltBounds)
surfs
- plot surfaceswithScroll
- true if the decorations should work well
with future scrollingdfltBounds
- fallback bounds; only used if no surfaces
are presentCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.