de.hattrickorganizer.gui.model
Class StatistikModel

java.lang.Object
  extended by de.hattrickorganizer.gui.model.StatistikModel

public class StatistikModel
extends java.lang.Object

Model für das StatistikPanel


Constructor Summary
StatistikModel(double[] werte, java.lang.String name, boolean show, java.awt.Color farbe, java.text.NumberFormat format)
          Creates a new StatistikModel object.
StatistikModel(double[] werte, java.lang.String name, boolean show, java.awt.Color farbe, java.text.NumberFormat format, double faktor)
          Creates a new StatistikModel object.
 
Method Summary
 java.awt.Color getColor()
          Getter for property m_clColor.
 double getFaktor()
          Getter for property m_iFaktor.
 java.text.NumberFormat getFormat()
          Getter for property m_clFormat.
 double getMaxValue()
           
 double getMinValue()
          TODO Missing Method Documentation
 java.lang.String getName()
          Getter for property m_sName.
 double[] getWerte()
          Getter for property m_clWerte.
 boolean isShow()
          Getter for property m_bShow.
 void setColor(java.awt.Color m_clColor)
          Setter for property m_clColor.
 void setFaktor(double m_dFaktor)
          Setter for property m_iFaktor.
 void setFormat(java.text.NumberFormat m_clFormat)
          Setter for property m_clFormat.
 void setName(java.lang.String m_sName)
          Setter for property m_sName.
 void setShow(boolean m_bShow)
          Setter for property m_bShow.
 void setWerte(double[] m_clWerte)
          Setter for property m_clWerte.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatistikModel

public StatistikModel(double[] werte,
                      java.lang.String name,
                      boolean show,
                      java.awt.Color farbe,
                      java.text.NumberFormat format)
Creates a new StatistikModel object.

Parameters:
werte - TODO Missing Constructuor Parameter Documentation
name - TODO Missing Constructuor Parameter Documentation
show - TODO Missing Constructuor Parameter Documentation
farbe - TODO Missing Constructuor Parameter Documentation
format - TODO Missing Constructuor Parameter Documentation

StatistikModel

public StatistikModel(double[] werte,
                      java.lang.String name,
                      boolean show,
                      java.awt.Color farbe,
                      java.text.NumberFormat format,
                      double faktor)
Creates a new StatistikModel object.

Parameters:
werte - TODO Missing Constructuor Parameter Documentation
name - TODO Missing Constructuor Parameter Documentation
show - TODO Missing Constructuor Parameter Documentation
farbe - TODO Missing Constructuor Parameter Documentation
format - TODO Missing Constructuor Parameter Documentation
faktor - TODO Missing Constructuor Parameter Documentation
Method Detail

setColor

public final void setColor(java.awt.Color m_clColor)
Setter for property m_clColor.

Parameters:
m_clColor - New value of property m_clColor.

getColor

public final java.awt.Color getColor()
Getter for property m_clColor.

Returns:
Value of property m_clColor.

setFaktor

public final void setFaktor(double m_dFaktor)
Setter for property m_iFaktor.

Parameters:
m_dFaktor - New value of property m_iFaktor.

getFaktor

public final double getFaktor()
Getter for property m_iFaktor.

Returns:
Value of property m_iFaktor.

setFormat

public final void setFormat(java.text.NumberFormat m_clFormat)
Setter for property m_clFormat.

Parameters:
m_clFormat - New value of property m_clFormat.

getFormat

public final java.text.NumberFormat getFormat()
Getter for property m_clFormat.

Returns:
Value of property m_clFormat.

getMaxValue

public final double getMaxValue()

getMinValue

public final double getMinValue()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setName

public final void setName(java.lang.String m_sName)
Setter for property m_sName.

Parameters:
m_sName - New value of property m_sName.

getName

public final java.lang.String getName()
Getter for property m_sName.

Returns:
Value of property m_sName.

setShow

public final void setShow(boolean m_bShow)
Setter for property m_bShow.

Parameters:
m_bShow - New value of property m_bShow.

isShow

public final boolean isShow()
Getter for property m_bShow.

Returns:
Value of property m_bShow.

setWerte

public final void setWerte(double[] m_clWerte)
Setter for property m_clWerte.

Parameters:
m_clWerte - New value of property m_clWerte.

getWerte

public final double[] getWerte()
Getter for property m_clWerte.

Returns:
Value of property m_clWerte.