Class WrapperSVGImageFactoryModule
- java.lang.Object
-
- org.pentaho.reporting.libraries.resourceloader.modules.factory.svg.WrapperSVGImageFactoryModule
-
- All Implemented Interfaces:
FactoryModule
public class WrapperSVGImageFactoryModule extends java.lang.Object implements FactoryModule
Todo: Document Me- Author:
- Thomas Morgner
-
-
Field Summary
-
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.factory.FactoryModule
FEELING_LUCKY, RECOGNIZED_CONTENTTYPE, RECOGNIZED_FILE, RECOGNIZED_FINGERPRINT, REJECTED
-
-
Constructor Summary
Constructors Constructor Description WrapperSVGImageFactoryModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcanHandleResource(ResourceManager caller, ResourceData data)Resourcecreate(ResourceManager caller, ResourceData data, ResourceKey context)intgetHeaderFingerprintSize()
-
-
-
Method Detail
-
canHandleResource
public int canHandleResource(ResourceManager caller, ResourceData data) throws ResourceCreationException, ResourceLoadingException
- Specified by:
canHandleResourcein interfaceFactoryModule- Throws:
ResourceCreationExceptionResourceLoadingException
-
getHeaderFingerprintSize
public int getHeaderFingerprintSize()
- Specified by:
getHeaderFingerprintSizein interfaceFactoryModule
-
create
public Resource create(ResourceManager caller, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException
- Specified by:
createin interfaceFactoryModule- Throws:
ResourceCreationExceptionResourceLoadingException
-
-