edu.washington.NVisF.plotter
Class VectorStrategy

java.lang.Object
  |
  +--edu.washington.NVisF.plotter.VectorStrategy

public class VectorStrategy
extends java.lang.Object

A VectorStrategy returns a vector for each data object available from a specified PlotCommand. Adding this vector to the position of the data object would give the endpoint of the vector. The current algorithm only returns null since I haven't written a real implementation yet.


Constructor Summary
VectorStrategy()
           
 
Method Summary
 float[][] getVectors(PlotCommand command)
          returns a float[][] of dimensions N x m where N is the number of data objects and m is the dimensionality of the vector (usually 3).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorStrategy

public VectorStrategy()
Method Detail

getVectors

public float[][] getVectors(PlotCommand command)
returns a float[][] of dimensions N x m where N is the number of data objects and m is the dimensionality of the vector (usually 3).