SAP ABAP Class CL_FXS_IMAGE_HANDLER (Image Processor Abstract Type Handler)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_XSLFO_SUPPLEMENTARY_IMAGE (Package) Supplementary image functionality
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_BMP_HANDLER Image Processor BMP Handling 20081017
2 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_GIF_HANDLER Image Processor GIF Handling 20081106
3 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_JPG_HANDLER Image Processor JPG Handling 20081110
4 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_PNG_HANDLER Image Processor PNG Handling 20081107
5 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_TIF_HANDLER Image Processor TIF Handling 20081110
Properties
Class CL_FXS_IMAGE_HANDLER  
Short Description Image Processor Abstract Type Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_XSLFO_SUPPLEMENTARY_IMAGE   Supplementary image functionality 
Created 20081017   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FXS_IMAGE_HANDLER has no interface implemented.
Friends
Class CL_FXS_IMAGE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_RESTRICT_FOR_IGS Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090115
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090115
2 GET_CONTENT_TYPE Instance method Public Method Return content type 20081017
3 GET_INFO Instance method Public Method Get infos about image 20081017
4 IS_OF_TYPE Instance method Public Method Check if stream is of certain type 20081017
5 REPAIR_IF_NECESSARY Instance method Public Method Repair image and bring it into a known state 20081017
Events
Class CL_FXS_IMAGE_HANDLER has no event.
Types
Class CL_FXS_IMAGE_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MV_RESTRICT_FOR_IGS Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090115

Method CONSTRUCTOR on class CL_FXS_IMAGE_HANDLER has no exception.

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONTENT_TYPE Value transfer Type reference (TYPE) STRING 20081017

Method GET_CONTENT_TYPE on class CL_FXS_IMAGE_HANDLER has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BITDEPTH Call by reference Type reference (TYPE) I 20081017
2 Exporting EV_XDPI Call by reference Type reference (TYPE) I 20081017
3 Exporting EV_XRES Call by reference Type reference (TYPE) I 20081017
4 Exporting EV_YDPI Call by reference Type reference (TYPE) I 20081017
5 Exporting EV_YRES Call by reference Type reference (TYPE) I 20081017
6 Importing IO_STREAM Call by reference Object reference (TYPE REF TO) CL_FXS_BINARY_STREAM 20081017

Method GET_INFO on class CL_FXS_IMAGE_HANDLER has no exception.

Method IS_OF_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STREAM Call by reference Object reference (TYPE REF TO) CL_FXS_BINARY_STREAM Binary stream 20081017
2 Returning RV_BOOL Value transfer Type reference (TYPE) ABAP_BOOL 20081017

Method IS_OF_TYPE on class CL_FXS_IMAGE_HANDLER has no exception.

Method REPAIR_IF_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_STREAM Call by reference Object reference (TYPE REF TO) CL_FXS_BINARY_STREAM 20081017
2 Importing IV_XDPI Call by reference Type reference (TYPE) I 0 20081017
3 Importing IV_YDPI Call by reference Type reference (TYPE) I 0 20081017

Method REPAIR_IF_NECESSARY on class CL_FXS_IMAGE_HANDLER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 720