
V - Vector typepublic class ParallelPlotProjector<V extends NumberVector<?,?>> extends AbstractHierarchicalResult implements Projector
| Modifier and Type | Field and Description |
|---|---|
(package private) Relation<V> |
rel
Relation we project
|
| Constructor and Description |
|---|
ParallelPlotProjector(Relation<V> rel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlotItem> |
arrange()
Produce an arrangement of projections.
|
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
Relation<V> |
getRelation()
The relation we project.
|
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, setHierarchyRelation<V extends NumberVector<?,?>> rel
public Collection<PlotItem> arrange()
Projectorpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result