Uses of Class
hudson.plugins.checkstyle.util.GraphType

Packages that use GraphType
hudson.plugins.checkstyle.util   
 

Uses of GraphType in hudson.plugins.checkstyle.util
 

Methods in hudson.plugins.checkstyle.util that return GraphType
 GraphType GraphConfiguration.getGraphType()
          Returns the type of the graph.
static GraphType GraphType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphType[] GraphType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.checkstyle.util with parameters of type GraphType
protected static boolean GraphConfiguration.isValid(int newWidth, int newHeight, int newBuildCount, int newDayCount, GraphType newGraphType)
          Returns whether the configuration parameters are valid.
protected  java.lang.String GraphConfiguration.serializeToString(int width, int height, int buildCount, int dayCount, GraphType graphType)
          Serializes the values of this configuration.
 



Copyright © 2009. All Rights Reserved.