cern::laser::guiplatform::util::ImageUtility Class Reference
List of all members.
Static Public Member Functions |
| static Icon | getPanelIcon (Object obj, String path) |
| static Icon | getPanelIcon (Object obj, String path, String imageDescription) |
Static Private Attributes |
| static Logger | logger |
Detailed Description
- Author:
- pawlowsk This is utility class, which allows to play with images
Member Function Documentation
| static Icon cern::laser::guiplatform::util::ImageUtility::getPanelIcon |
( |
Object |
obj, |
|
|
String |
path, |
|
|
String |
imageDescription | |
|
) |
| | [inline, static] |
This method creates icon from given path
- Parameters:
-
| path | for gif, path should start with "/" |
- Returns:
- if path is null returns null else retrn
Icon for given path
References logger.
| static Icon cern::laser::guiplatform::util::ImageUtility::getPanelIcon |
( |
Object |
obj, |
|
|
String |
path | |
|
) |
| | [inline, static] |
This method creates icon from given path
- Parameters:
-
| path | for gif, path should start with "/" |
- Returns:
- if path is null returns null else retrn
Icon for given path
Member Data Documentation
Initial value:
LogFactory.getLogger(ImageUtility.class.getName())
logger
Referenced by getPanelIcon().
The documentation for this class was generated from the following file: