Class WrapperSVGDrawableFactoryModule
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.modules.factory.svg.WrapperSVGDrawableFactoryModule
- 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 TypeMethodDescriptionintcanHandleResource(ResourceManager caller, ResourceData data) create(ResourceManager caller, ResourceData data, ResourceKey context) int
-
Constructor Details
-
WrapperSVGDrawableFactoryModule
public WrapperSVGDrawableFactoryModule()
-
-
Method Details
-
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
-