hudson.plugins.checkstyle.util
Class TrendReportSize

java.lang.Object
  extended by hudson.plugins.checkstyle.util.TrendReportSize

public class TrendReportSize
extends java.lang.Object

Controls the size of a trend report.

Author:
Ulli Hafner

Constructor Summary
TrendReportSize(java.lang.String height)
          Creates a new instance of TrendReportSize.
 
Method Summary
 int getHeight()
          Returns the height of the trend graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendReportSize

public TrendReportSize(java.lang.String height)
Creates a new instance of TrendReportSize.

Parameters:
height - the height of the trend graph
Method Detail

getHeight

public int getHeight()
Returns the height of the trend graph.

Returns:
the height of the trend graph


Copyright © 2008. All Rights Reserved.