com.dlsc.flexgantt.icons.gif
Class Gif16IconMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<IconId,javax.swing.Icon>
          extended by com.dlsc.flexgantt.icons.AbstractIconMap
              extended by com.dlsc.flexgantt.icons.gif.Gif16IconMap
All Implemented Interfaces:
IIconMap, java.io.Serializable, java.lang.Cloneable, java.util.Map<IconId,javax.swing.Icon>

public class Gif16IconMap
extends AbstractIconMap

An icon map implementation that uses GIF images to create icons for the icon IDs. The icons are all 16x16 pixels large.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
Serialized Form

Constructor Summary
Gif16IconMap()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs a little app that will show a table that lists the defined icons and their IDs.
 
Methods inherited from class com.dlsc.flexgantt.icons.AbstractIconMap
getIcon, loadIcon, setIcon
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Gif16IconMap

public Gif16IconMap()
Since:
1.0
Method Detail

main

public static void main(java.lang.String[] args)
Runs a little app that will show a table that lists the defined icons and their IDs.

Parameters:
args - optional program arguments (not used)
Since:
1.0