-
public interface ClassIconProvider- Author:
- claudio.rosati@esss.se
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeiconFor(String clazz, int size)Return an icon (i.e.
-
-
-
Method Detail
-
iconFor
Node iconFor(String clazz, int size)
- Parameters:
clazz- The full class name (the one returned byClass.getName()) for which a graphical representation is needed.size- The size of the squareNodeto be returned.- Returns:
- An icon as a
Nodeinstance, ornullifclazzisnullor empty,size <= 0, or no suitable representation can be found.
-
-