org.openbp.common.rc.image
Class TBmp

java.lang.Object
  extended by org.openbp.common.rc.ResourceItem
      extended by org.openbp.common.rc.image.AbstractJavaImage
          extended by org.openbp.common.rc.image.TBmp

public class TBmp
extends AbstractJavaImage

Bmp image resource item.

Author:
Andreas Putz

Field Summary
 
Fields inherited from class org.openbp.common.rc.image.AbstractJavaImage
TAG_IMAGE_PATH
 
Fields inherited from class org.openbp.common.rc.ResourceItem
ATTRIBUTE_PROPERTY_NAME, ATTRIBUTE_PROPERTY_TYPE, GROUP_DELIMITER, name, resourceCollection, resourceObject
 
Constructor Summary
TBmp()
           
 
Method Summary
protected  java.lang.String[] getFileExtensions()
          Gets the file extensions.
 java.lang.String getMimeType()
          Gets the mime-type of the resource item.
 
Methods inherited from class org.openbp.common.rc.image.AbstractJavaImage
checkFileExtension, initializeFromDOM, loadResourceObject
 
Methods inherited from class org.openbp.common.rc.ResourceItem
getErrorName, getName, getObject, getResourceCollection, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TBmp

public TBmp()
Method Detail

getMimeType

public java.lang.String getMimeType()
Gets the mime-type of the resource item.

Returns:
A string in mime-type format

getFileExtensions

protected java.lang.String[] getFileExtensions()
Description copied from class: AbstractJavaImage
Gets the file extensions.

Specified by:
getFileExtensions in class AbstractJavaImage
Returns:
Array with the extensions


Copyright © 2011. All Rights Reserved.