Interface RadianceIcon.Factory
- Enclosing interface:
RadianceIcon
public static interface RadianceIcon.Factory
Interface for creating Radiance icons.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance of the icon managed by this factory.
-
Method Details
-
createNewIcon
RadianceIcon createNewIcon()Returns a new instance of the icon managed by this factory.- Returns:
- A new instance of the icon managed by this factory.
-