Uses of Class
hudson.util.Area

Packages that use Area
Package
Description
 
Other miscellaneous utility code
  • Uses of Area in hudson

    Methods in hudson that return Area
    Modifier and Type
    Method
    Description
    static Area
    If we know the user's screen resolution, return it.
  • Uses of Area in hudson.util

    Methods in hudson.util that return Area
    Modifier and Type
    Method
    Description
    static Area
    Area.parse(String s)
    Opposite of toString().
    Methods in hudson.util with parameters of type Area
    Modifier and Type
    Method
    Description
    static void
    ChartUtil.generateClickableMap(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, org.jfree.chart.JFreeChart chart, Area defaultSize)
    Deprecated.
    as of 1.320 Bind Graph to the URL space.
    static void
    ChartUtil.generateGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, org.jfree.chart.JFreeChart chart, Area defaultSize)
    Deprecated.
    as of 1.320 Bind Graph to the URL space.