edu.washington.NVisF.plotter
Class PolygonStrategy

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

public class PolygonStrategy
extends java.lang.Object

A PolygonStrategy provides the coordinates of the vertices of a polygon used to render an individual data object. These coordinates assume a polygon centered at (0,0,0); simply add the position of a data object to each offset to get the desired values for that object. The current algorithm only returns null since I haven't written a real implementation yet.


Constructor Summary
PolygonStrategy()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonStrategy

public PolygonStrategy()