org.jzy3d.plot3d.primitives.interactive.tools
Class PolygonProjection

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.interactive.tools.PolygonProjection
All Implemented Interfaces:
IProjection

public class PolygonProjection
extends Object
implements IProjection


Field Summary
 List<Color> colors
           
 List<Coord3d> coords
           
 
Constructor Summary
PolygonProjection(List<Coord3d> coords, List<Color> colors)
           
 
Method Summary
 float deapness()
           
 Color getMeanColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coords

public List<Coord3d> coords

colors

public List<Color> colors
Constructor Detail

PolygonProjection

public PolygonProjection(List<Coord3d> coords,
                         List<Color> colors)
Method Detail

deapness

public float deapness()
Specified by:
deapness in interface IProjection

getMeanColor

public Color getMeanColor()