correct some small typos
This commit is contained in:
parent
13acd038e6
commit
46ddcdf4a2
|
@ -91,7 +91,7 @@ public class GraphColumn
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Project Type Constructor
|
* Project Type Constructor
|
||||||
* @param pt Procet Type
|
* @param pt Project Type
|
||||||
*/
|
*/
|
||||||
public GraphColumn (MProjectType pt, BigDecimal data, int id)
|
public GraphColumn (MProjectType pt, BigDecimal data, int id)
|
||||||
{
|
{
|
||||||
|
@ -123,9 +123,9 @@ public class GraphColumn
|
||||||
private String m_labelValue = "";
|
private String m_labelValue = "";
|
||||||
/** Column Data Target Value */
|
/** Column Data Target Value */
|
||||||
private double m_targetValue = 0;
|
private double m_targetValue = 0;
|
||||||
/** Column Width in pixles */
|
/** Column Width in pixels */
|
||||||
private double m_width = 0;
|
private double m_width = 0;
|
||||||
/** Column Height in pixles */
|
/** Column Height in pixels */
|
||||||
private double m_height = 0;
|
private double m_height = 0;
|
||||||
|
|
||||||
/** Logger */
|
/** Logger */
|
||||||
|
@ -277,7 +277,7 @@ public class GraphColumn
|
||||||
} // setValue
|
} // setValue
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Returns the column width in pixles.
|
* @return Returns the column width in pixels.
|
||||||
*/
|
*/
|
||||||
public double getColWidth ()
|
public double getColWidth ()
|
||||||
{
|
{
|
||||||
|
@ -285,7 +285,7 @@ public class GraphColumn
|
||||||
} // getColWidth
|
} // getColWidth
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param width The column width in pixles.
|
* @param width The column width in pixels.
|
||||||
*/
|
*/
|
||||||
public void setColWidth (double width)
|
public void setColWidth (double width)
|
||||||
{
|
{
|
||||||
|
@ -293,7 +293,7 @@ public class GraphColumn
|
||||||
} // getColWidth
|
} // getColWidth
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Returns the height in pixles.
|
* @return Returns the height in pixels.
|
||||||
*/
|
*/
|
||||||
public double getColHeight()
|
public double getColHeight()
|
||||||
{
|
{
|
||||||
|
@ -301,7 +301,7 @@ public class GraphColumn
|
||||||
} // getHeight
|
} // getHeight
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param height The hight in pixles.
|
* @param height The height in pixels.
|
||||||
*/
|
*/
|
||||||
public void setColHeight (double height)
|
public void setColHeight (double height)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue