org.jtheque.metrics.view.impl
Class Images

java.lang.Object
  extended by org.jtheque.metrics.view.impl.Images

public final class Images
extends Object

Utility class to get images for the elements.

Author:
Baptiste Wicht

Method Summary
static Icon getClassIcon()
          Return the icon for a class.
static Icon getMethodIcon()
          Return the icon for a method.
static Icon getPackageIcon()
          Return the icon for a package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPackageIcon

public static Icon getPackageIcon()
Return the icon for a package.

Returns:
The Icon for a package.

getMethodIcon

public static Icon getMethodIcon()
Return the icon for a method.

Returns:
The Icon for a method.

getClassIcon

public static Icon getClassIcon()
Return the icon for a class.

Returns:
The Icon for a class.


Copyright © 2010 JTheque. All Rights Reserved.