Class TLcdDAFIFTypeIconProvider

java.lang.Object
com.luciad.format.dafif.gui.TLcdDAFIFTypeIconProvider

public class TLcdDAFIFTypeIconProvider extends Object
This class provides icons to represent DAFIF object types.
  • Constructor Details

    • TLcdDAFIFTypeIconProvider

      public TLcdDAFIFTypeIconProvider()
      Default constructor.
  • Method Details

    • getIcon

      public ILcdIcon getIcon(TLcdDAFIFTypeLoader aDAFIFType)
      Returns the icon that represents the specified DAFIF type.
      Parameters:
      aDAFIFType - the DAFIF type that needs to be represented by an icon
      Returns:
      the icon that represents the specified DAFIF type
    • getIcon

      public ILcdIcon getIcon(String aName)
      Returns the icon that represents the DAFIF type associated with aName.
      Parameters:
      aName - the name of the DAFIF type to be represented by an icon
      Returns:
      the icon that represents the DAFIF type associated with aName