|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.geom.PlanePlotType
public class PlanePlotType
Defines the characteristics of a plot on a 2-dimensional plane.
This is a singleton class, see getInstance()
.
Constructor Summary | |
---|---|
PlanePlotType(Plotter[] plotters)
Constructor. |
Method Summary | |
---|---|
static PlanePlotType |
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 |
getSurfaceFactory()
Returns an object that can construct the plot surface including axis painting and geometry information. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlanePlotType(Plotter[] plotters)
plotters
- available plotters for use with this plot typeMethod Detail |
---|
public DataGeom[] getPointDataGeoms()
PlotType
DataGeom.hasPosition()
method.
If multiple values are returned, the first one may be used as some kind
of default.
getPointDataGeoms
in interface PlotType
public Plotter[] getPlotters()
PlotType
getPlotters
in interface PlotType
public SurfaceFactory getSurfaceFactory()
PlotType
getSurfaceFactory
in interface PlotType
public PaperTypeSelector getPaperTypeSelector()
PlotType
getPaperTypeSelector
in interface PlotType
public String toString()
toString
in class Object
public static PlanePlotType getInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |