
public abstract class AbstractProjection extends AbstractHierarchicalResult implements Projection
| Modifier and Type | Field and Description |
|---|---|
protected LinearScale[] |
scales
Scales in data set
|
SCALE| Constructor and Description |
|---|
AbstractProjection(LinearScale[] scales)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInputDimensionality()
Get the input dimensionality of the projection.
|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
LinearScale |
getScale(int d)
Get the scales used, for rendering scales mostly.
|
String |
getShortName()
A short name for the result, useful for file names.
|
addChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHierarchy, setHierarchyprotected final LinearScale[] scales
public AbstractProjection(LinearScale[] scales)
scales - Scales to usepublic int getInputDimensionality()
ProjectiongetInputDimensionality in interface Projectionpublic LinearScale getScale(int d)
getScale in interface Projectiond - Dimensionpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result