public class CubePlotType extends Object implements PlotType<CubeSurfaceFactory.Profile,CubeAspect>
This is a singleton class, see getInstance().
| Modifier and Type | Method and Description |
|---|---|
GangerFactory<CubeSurfaceFactory.Profile,CubeAspect> |
getGangerFactory()
Returns the object that controls how multi-zone plots are arranged.
|
static CubePlotType |
getInstance()
Returns the sole instance of this class.
|
PaperTypeSelector |
getPaperTypeSelector()
Returns an object which can provide graphics rendering functionality
based on the required plot layers for this plot type.
|
Plotter<?>[] |
getPlotters()
Returns a list of plotters that can be used to paint
data on the surface.
|
DataGeom[] |
getPointDataGeoms()
Returns a list of one or more geometry variants which describe
how user-supplied point coordinates map to the data space.
|
SurfaceFactory<CubeSurfaceFactory.Profile,CubeAspect> |
getSurfaceFactory()
Returns an object that can construct the plot surface including
axis painting and geometry information.
|
String |
toString() |
public DataGeom[] getPointDataGeoms()
PlotTypegetPointDataGeoms in interface PlotType<CubeSurfaceFactory.Profile,CubeAspect>public Plotter<?>[] getPlotters()
PlotTypegetPlotters in interface PlotType<CubeSurfaceFactory.Profile,CubeAspect>public SurfaceFactory<CubeSurfaceFactory.Profile,CubeAspect> getSurfaceFactory()
PlotTypegetSurfaceFactory in interface PlotType<CubeSurfaceFactory.Profile,CubeAspect>public GangerFactory<CubeSurfaceFactory.Profile,CubeAspect> getGangerFactory()
PlotTypegetGangerFactory in interface PlotType<CubeSurfaceFactory.Profile,CubeAspect>public PaperTypeSelector getPaperTypeSelector()
PlotTypegetPaperTypeSelector in interface PlotType<CubeSurfaceFactory.Profile,CubeAspect>public static CubePlotType getInstance()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.