Package org.apache.uima.tools.images
Class Images
- java.lang.Object
-
- org.apache.uima.tools.images.Images
-
public class Images extends Object
Names of images and utility methods to get images.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BANNER
static String
DOWN
static String
FORWARD
static String
MICROSCOPE
static String
PAUSE
static String
PLAY
static String
ROW_DELETE
static String
SMALL_ARROW
static String
STOP
static String
TEXT_DOC
static String
UIMA_LOGO_BIG
static String
UIMA_LOGO_SMALL
static String
UP
static String
XML_DOC
-
Constructor Summary
Constructors Constructor Description Images()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Image
getImage(String fileName)
static ImageIcon
getImageIcon(String fileName)
-
-
-
Field Detail
-
BANNER
public static final String BANNER
- See Also:
- Constant Field Values
-
MICROSCOPE
public static final String MICROSCOPE
- See Also:
- Constant Field Values
-
UIMA_LOGO_SMALL
public static final String UIMA_LOGO_SMALL
- See Also:
- Constant Field Values
-
UIMA_LOGO_BIG
public static final String UIMA_LOGO_BIG
- See Also:
- Constant Field Values
-
ROW_DELETE
public static final String ROW_DELETE
- See Also:
- Constant Field Values
-
DOWN
public static final String DOWN
- See Also:
- Constant Field Values
-
FORWARD
public static final String FORWARD
- See Also:
- Constant Field Values
-
PAUSE
public static final String PAUSE
- See Also:
- Constant Field Values
-
PLAY
public static final String PLAY
- See Also:
- Constant Field Values
-
SMALL_ARROW
public static final String SMALL_ARROW
- See Also:
- Constant Field Values
-
STOP
public static final String STOP
- See Also:
- Constant Field Values
-
TEXT_DOC
public static final String TEXT_DOC
- See Also:
- Constant Field Values
-
UP
public static final String UP
- See Also:
- Constant Field Values
-
XML_DOC
public static final String XML_DOC
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImage
public static Image getImage(String fileName) throws IOException
- Throws:
IOException
-
-