public class MatrixPlotType extends PlanePlotType
Modifier and Type | Field and Description |
---|---|
static PlaneSurfaceFactory.Config |
MATRIX_CONFIG
SurfaceFactory configuration for matrix plot.
|
Constructor and Description |
---|
MatrixPlotType(PlaneSurfaceFactory surfFact,
Plotter<?>[] plotters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static InputMeta |
getCoordMeta(int ic)
Returns coordinate metadata for one of the spatial coordinates
used by the matrix plot.
|
static String |
getCoordName(int ic)
Returns the human-readable coordinate name for one of the
spatial coordinates used by the matrix plot.
|
GangerFactory<PlaneSurfaceFactory.Profile,PlaneAspect> |
getGangerFactory()
Returns the object that controls how multi-zone plots are arranged.
|
static MatrixPlotType |
getInstance()
Returns the default instance of this plot type.
|
String |
toString() |
getPaperTypeSelector, getPlotters, getPointDataGeoms, getSurfaceFactory
public static final PlaneSurfaceFactory.Config MATRIX_CONFIG
public MatrixPlotType(PlaneSurfaceFactory surfFact, Plotter<?>[] plotters)
plotters
- plotters for use with this plot typepublic GangerFactory<PlaneSurfaceFactory.Profile,PlaneAspect> getGangerFactory()
PlotType
getGangerFactory
in interface PlotType<PlaneSurfaceFactory.Profile,PlaneAspect>
getGangerFactory
in class PlanePlotType
public String toString()
toString
in class PlanePlotType
public static MatrixPlotType getInstance()
public static InputMeta getCoordMeta(int ic)
ic
- coordinate index (0-based)public static String getCoordName(int ic)
ic
- coordinate index (0-based)Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.