com.jgoodies.looks.plastic
Class PlasticXPIconFactory

java.lang.Object
  extended bycom.jgoodies.looks.plastic.PlasticXPIconFactory

public final class PlasticXPIconFactory
extends Object

Factory class that vends Icons for the JGoodies Plastic XP look&feel. These icons are used extensively in PlasticXP via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes.

Each method in this class returns either an Icon or null, where null implies that there is no default icon.

Version:
$Revision: 1.2 $
Author:
Karsten Lentzsch

Constructor Summary
PlasticXPIconFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlasticXPIconFactory

public PlasticXPIconFactory()


Copyright © 2001-2005 JGoodies Karsten Lentzsch. All Rights Reserved.