SAP ABAP Class CL_FXS_IMAGE_JPG_HANDLER (Image Processor JPG Handling)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_XSLFO_SUPPLEMENTARY_IMAGE (Package) Supplementary image functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FXS_IMAGE_HANDLER Image Processor Abstract Type Handler 20081110
Properties
Class CL_FXS_IMAGE_JPG_HANDLER  
Short Description Image Processor JPG Handling    
Super Class CL_FXS_IMAGE_HANDLER Image Processor Abstract Type Handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_XSLFO_SUPPLEMENTARY_IMAGE   Supplementary image functionality 
Created 20081110   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FXS_IMAGE_JPG_HANDLER has no forward declaration.
Interfaces
Class CL_FXS_IMAGE_JPG_HANDLER has no interface implemented.
Friends
Class CL_FXS_IMAGE_JPG_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LC_JPEG_ALIGN Constant Protected See coding 'FFFF' 20081110
2 LC_JPEG_APP0 Constant Protected See coding 'FFE0' 20081110
3 LC_JPEG_APP1 Constant Protected See coding 'FFE1' 20081110
4 LC_JPEG_APP10 Constant Protected See coding 'FFEA' 20081110
5 LC_JPEG_APP11 Constant Protected See coding 'FFEB' 20081110
6 LC_JPEG_APP12 Constant Protected See coding 'FFEC' 20081110
7 LC_JPEG_APP13 Constant Protected See coding 'FFED' 20081110
8 LC_JPEG_APP14 Constant Protected See coding 'FFEE' 20081110
9 LC_JPEG_APP15 Constant Protected See coding 'FFEF' 20081110
10 LC_JPEG_APP2 Constant Protected See coding 'FFE2' 20081110
11 LC_JPEG_APP3 Constant Protected See coding 'FFE3' 20081110
12 LC_JPEG_APP4 Constant Protected See coding 'FFE4' 20081110
13 LC_JPEG_APP5 Constant Protected See coding 'FFE5' 20081110
14 LC_JPEG_APP6 Constant Protected See coding 'FFE6' 20081110
15 LC_JPEG_APP7 Constant Protected See coding 'FFE7' 20081110
16 LC_JPEG_APP8 Constant Protected See coding 'FFE8' 20081110
17 LC_JPEG_APP9 Constant Protected See coding 'FFE9' 20081110
18 LC_JPEG_COM Constant Protected See coding 'FFFE' 20081110
19 LC_JPEG_DAC Constant Protected See coding 'FFCC' 20081110
20 LC_JPEG_DHP Constant Protected See coding 'FFDE' 20081110
21 LC_JPEG_DHT Constant Protected See coding 'FFC4' 20081110
22 LC_JPEG_DNL Constant Protected See coding 'FFDC' 20081110
23 LC_JPEG_DQT Constant Protected See coding 'FFDB' 20081110
24 LC_JPEG_DRI Constant Protected See coding 'FFDD' 20081110
25 LC_JPEG_EOI Constant Protected See coding 'FFD9' 20081110
26 LC_JPEG_EXIF_ID Constant Protected See coding '4578696600' 20081110
27 LC_JPEG_EXP Constant Protected See coding 'FFDF' 20081110
28 LC_JPEG_JFIF_ID Constant Protected See coding '4A46494600' 20081110
29 LC_JPEG_NO_MARKER Constant Protected See coding 'FF00' 20081110
30 LC_JPEG_RSD Constant Protected See coding 'FFC8' 20081110
31 LC_JPEG_RST0 Constant Protected See coding 'FFD0' 20081110
32 LC_JPEG_RST1 Constant Protected See coding 'FFD1' 20081110
33 LC_JPEG_RST2 Constant Protected See coding 'FFD2' 20081110
34 LC_JPEG_RST3 Constant Protected See coding 'FFD3' 20081110
35 LC_JPEG_RST4 Constant Protected See coding 'FFD4' 20081110
36 LC_JPEG_RST5 Constant Protected See coding 'FFD5' 20081110
37 LC_JPEG_RST6 Constant Protected See coding 'FFD6' 20081110
38 LC_JPEG_RST7 Constant Protected See coding 'FFD7' 20081110
39 LC_JPEG_SOF0 Constant Protected See coding 'FFC0' 20081110
40 LC_JPEG_SOF1 Constant Protected See coding 'FFC1' 20081110
41 LC_JPEG_SOF10 Constant Protected See coding 'FFCA' 20081110
42 LC_JPEG_SOF11 Constant Protected See coding 'FFCB' 20081110
43 LC_JPEG_SOF13 Constant Protected See coding 'FFCD' 20081110
44 LC_JPEG_SOF14 Constant Protected See coding 'FFCE' 20081110
45 LC_JPEG_SOF15 Constant Protected See coding 'FFCF' 20081110
46 LC_JPEG_SOF2 Constant Protected See coding 'FFC2' 20081110
47 LC_JPEG_SOF3 Constant Protected See coding 'FFC3' 20081110
48 LC_JPEG_SOF5 Constant Protected See coding 'FFC5' 20081110
49 LC_JPEG_SOF6 Constant Protected See coding 'FFC6' 20081110
50 LC_JPEG_SOF7 Constant Protected See coding 'FFC7' 20081110
51 LC_JPEG_SOF9 Constant Protected See coding 'FFC9' 20081110
52 LC_JPEG_SOI Constant Protected See coding 'FFD8' 20081110
53 LC_JPEG_SOS Constant Protected See coding 'FFDA' 20081110
54 LC_JPEG_TEM Constant Protected See coding 'FF01' 20081110
55 LC_JPEG_UNIT_CM Constant Protected Type reference (TYPE) I 2 20081110
56 LC_JPEG_UNIT_INCH Constant Protected Type reference (TYPE) I 1 20081110
57 LC_JPEG_UNIT_NONE Constant Protected Type reference (TYPE) I 0 20081110
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_APPN_SEGMENTS Instance method Protected Method 20081110
2 FIND_SEGMENTS Instance method Protected Method 20081110
Events
Class CL_FXS_IMAGE_JPG_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_MARKER Protected See coding 20081110 ty_marker(2) TYPE x
Method Signatures

Method DELETE_APPN_SEGMENTS 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 20081110

Method DELETE_APPN_SEGMENTS on class CL_FXS_IMAGE_JPG_HANDLER has no exception.

Method FIND_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APP0 Call by reference Type reference (TYPE) I 20081110
2 Exporting EV_APP1 Call by reference Type reference (TYPE) I 20081110
3 Exporting EV_SOFN Call by reference Type reference (TYPE) I 20081110
4 Importing IO_STREAM Call by reference Object reference (TYPE REF TO) CL_FXS_BINARY_STREAM 20081110

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