com.steema.teechart.styles
Class Contour.LevelProps

java.lang.Object
  extended by com.steema.teechart.styles.Contour.LevelProps
Enclosing class:
Contour

public final class Contour.LevelProps
extends java.lang.Object


Constructor Summary
Contour.LevelProps(Contour.LevelProps props)
           
Contour.LevelProps(double levelValue, Color color)
           
 
Method Summary
 Color getColor()
           
 double getLevelValue()
           
 void setColor(Color color)
           
 void setLevelValue(double levelValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contour.LevelProps

public Contour.LevelProps(Contour.LevelProps props)

Contour.LevelProps

public Contour.LevelProps(double levelValue,
                          Color color)
Method Detail

setColor

public void setColor(Color color)

setLevelValue

public void setLevelValue(double levelValue)

getColor

public Color getColor()

getLevelValue

public double getLevelValue()