Interface PublicTypeInfoInterface2
- All Superinterfaces:
PublicTypeInfoInterface
- All Known Subinterfaces:
PublicTypeInfoInterface3
-
Method Summary
Modifier and TypeMethodDescriptionIcongetIcon(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.
-