Interface RadianceIcon.Factory
-
- Enclosing interface:
- RadianceIcon
public static interface RadianceIcon.Factory
Interface for creating Radiance icons.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RadianceIcon
createNewIcon()
Returns a new instance of the icon managed by this factory.
-
-
-
Method Detail
-
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.
-
-