-
public interface ClassIconProvider
- Author:
- claudio.rosati@esss.se
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
iconFor(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 squareNode
to be returned.- Returns:
- An icon as a
Node
instance, ornull
ifclazz
isnull
or empty,size <= 0
, or no suitable representation can be found.
-
-