Class WrapperSVGImageFactoryModule
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.modules.factory.svg.WrapperSVGImageFactoryModule
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionint
canHandleResource
(ResourceManager caller, ResourceData data) create
(ResourceManager caller, ResourceData data, ResourceKey context) int
-
Constructor Details
-
WrapperSVGImageFactoryModule
public WrapperSVGImageFactoryModule()
-
-
Method Details
-
canHandleResource
public int canHandleResource(ResourceManager caller, ResourceData data) throws ResourceCreationException, ResourceLoadingException - Specified by:
canHandleResource
in interfaceFactoryModule
- Throws:
ResourceCreationException
ResourceLoadingException
-
getHeaderFingerprintSize
public int getHeaderFingerprintSize()- Specified by:
getHeaderFingerprintSize
in interfaceFactoryModule
-
create
public Resource create(ResourceManager caller, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException - Specified by:
create
in interfaceFactoryModule
- Throws:
ResourceCreationException
ResourceLoadingException
-