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 StringBANNERstatic StringDOWNstatic StringFORWARDstatic StringMICROSCOPEstatic StringPAUSEstatic StringPLAYstatic StringROW_DELETEstatic StringSMALL_ARROWstatic StringSTOPstatic StringTEXT_DOCstatic StringUIMA_LOGO_BIGstatic StringUIMA_LOGO_SMALLstatic StringUPstatic StringXML_DOC
-
Constructor Summary
Constructors Constructor Description Images()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImagegetImage(String fileName)static ImageIcongetImageIcon(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
-
-