java2dx by
jTEM

de.jtem.java2dx.numerical
Class ContourPlot

java.lang.Object
  extended by de.jtem.java2dx.numerical.ContourPlot

public class ContourPlot
extends Object


Constructor Summary
ContourPlot()
           
 
Method Summary
 void functionChanged()
           
 RealFunctionOnRectangle getFunction()
           
 int getHorizontalGridLineCount()
           
 double getLevelOffset()
           
 double getLevelSpacing()
           
 int getMaximumLevelCount()
           
 String getName()
           
 Paint getPaint()
           
 Rectangle2D.Double getRectangle()
           
 Stroke getStroke()
           
 int getVerticalGridLineCount()
           
 SceneComponent getViewScene()
           
 void setFunction(RealFunctionOnRectangle function)
           
 void setHorizontalGridLineCount(int horizontalGridLineCount)
           
 void setLevelOffset(double levelOffset)
           
 void setLevelSpacing(double levelSpacing)
           
 void setMaximumLevelCount(int maximumLevelCount)
           
 void setName(String name)
           
 void setPaint(Paint paint)
           
 void setRectangle(Rectangle2D.Double rectangle)
           
 void setStroke(Stroke stroke)
           
 void setVerticalGridLineCount(int verticalGridLineCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContourPlot

public ContourPlot()
Method Detail

functionChanged

public void functionChanged()

getFunction

public RealFunctionOnRectangle getFunction()

getHorizontalGridLineCount

public int getHorizontalGridLineCount()

getLevelOffset

public double getLevelOffset()

getLevelSpacing

public double getLevelSpacing()

getMaximumLevelCount

public int getMaximumLevelCount()

getName

public String getName()

getPaint

public Paint getPaint()

getRectangle

public Rectangle2D.Double getRectangle()

getStroke

public Stroke getStroke()

getVerticalGridLineCount

public int getVerticalGridLineCount()

getViewScene

public SceneComponent getViewScene()

setFunction

public void setFunction(RealFunctionOnRectangle function)

setHorizontalGridLineCount

public void setHorizontalGridLineCount(int horizontalGridLineCount)

setLevelOffset

public void setLevelOffset(double levelOffset)

setLevelSpacing

public void setLevelSpacing(double levelSpacing)

setMaximumLevelCount

public void setMaximumLevelCount(int maximumLevelCount)

setName

public void setName(String name)

setPaint

public void setPaint(Paint paint)

setRectangle

public void setRectangle(Rectangle2D.Double rectangle)

setStroke

public void setStroke(Stroke stroke)

setVerticalGridLineCount

public void setVerticalGridLineCount(int verticalGridLineCount)

java2dx by
jTEM

jTEM