|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.tuwien.ifs.somtoolbox.visualization.contourplot.ContourPlot.Profile
private static class ContourPlot.Profile
Field Summary | |
---|---|
(package private) boolean |
boundary
|
(package private) int |
height
|
(package private) java.util.Stack<java.awt.geom.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 |
---|
int height
boolean boundary
java.util.Stack<java.awt.geom.Point2D> points
Constructor Detail |
---|
ContourPlot.Profile(int height)
Method Detail |
---|
void push(double x, double y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |