at.tuwien.ifs.somtoolbox.visualization.contourplot
Class ContourPlot.Profile

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.visualization.contourplot.ContourPlot.Profile
Enclosing class:
ContourPlot

private static class ContourPlot.Profile
extends Object


Field Summary
(package private)  boolean boundary
           
(package private)  int height
           
(package private)  Stack<Point2D> points
           
 
Constructor Summary
ContourPlot.Profile(int height)
           
 
Method Summary
(package private)  void push(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

int height

boundary

boolean boundary

points

Stack<Point2D> points
Constructor Detail

ContourPlot.Profile

ContourPlot.Profile(int height)
Method Detail

push

void push(double x,
          double y)