Interface PublicTypeInfoInterface2

All Superinterfaces:
PublicTypeInfoInterface
All Known Subinterfaces:
PublicTypeInfoInterface3

public interface PublicTypeInfoInterface2 extends PublicTypeInfoInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    Icon
    getIcon(String publicType, int size)
    Get the icon for a public type.

    Methods inherited from interface com.sas.services.information.publicobject.PublicTypeInfoInterface

    getDescription, getIcon, getLabel
  • Method Details

    • getIcon

      Icon getIcon(String publicType, int size)
      Get the icon for a public type.
      Parameters:
      publicType - The type for which the icon is desired.
      size - the size of the icon to get.
      Returns:
      The Icon object, if available, or null otherwise.