Interface Layouter3DPC<V>
-
- Type Parameters:
V
- Object type
- All Known Subinterfaces:
SimilarityBasedLayouter3DPC
- All Known Implementing Classes:
AbstractLayout3DPC
,CompactCircularMSTLayout3DPC
,MultidimensionalScalingMSTLayout3DPC
,SimpleCircularMSTLayout3DPC
public interface Layouter3DPC<V>
Arrange parallel coordinates on a 2D plane, for 3D parallel coordinates.- Since:
- 0.6.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Layout
layout(Relation<? extends V> rel)
Run the layouting algorithm.
-