Java Doc for Markers.java in  » 6.0-JDK-Modules » Java-Advanced-Imaging » jj2000 » j2k » codestream » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » Java Advanced Imaging » jj2000.j2k.codestream 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


jj2000.j2k.codestream.Markers

All known Subclasses:   jj2000.j2k.codestream.writer.FileCodestreamWriter,  jj2000.j2k.codestream.HeaderInfo,  jj2000.j2k.codestream.writer.HeaderEncoder,  jj2000.j2k.codestream.reader.FileBitstreamReaderAgent,  jj2000.j2k.wavelet.synthesis.SynWTFilter,  jj2000.j2k.codestream.reader.HeaderDecoder,
Markers
public interface Markers (Code)
This interface defines the values of the different markers in the JPEG 2000 codestream. They are 16 bit values, always appearing in big-endian (most significant byte first) and byte-aligned in the codestream. This interface also defines some other constants such as bit-masks and bit-shifts.


Field Summary
final public static  shortCOC
    
final public static  shortCOD
    
final public static  shortCOM
    
final public static  shortCRG
    
final public static  shortEOC
    
final public static  shortEPH
    
final public static  shortEPH_LENGTH
    
final public static  intERS_SEG_SYMBOLS
    
final public static  intERS_SOP
    
final public static  intMAX_COMP_BITDEPTH
    
final public static  intMAX_LPPM
    
final public static  intMAX_LPPT
    
final public static  shortPLM
    
final public static  shortPLT
    
final public static  shortPOC
    
final public static  shortPPM
    
final public static  shortPPT
    
final public static  intPRECINCT_PARTITION_DEF_SIZE
    
final public static  shortQCC
    
final public static  shortQCD
    
final public static  shortRCOM_GEN_USE
    
final public static  shortRGN
    
final public static  intRSIZ_BASELINE
     No special capabilities (baseline) in codestream, in Rsiz field of SIZ marker: 0x00.
final public static  intRSIZ_ER_FLAG
    
final public static  intRSIZ_ROI
    
final public static  intSCOX_HOR_CB_PART
    
final public static  intSCOX_PRECINCT_PARTITION
    
final public static  intSCOX_USE_EPH
    
final public static  intSCOX_USE_SOP
    
final public static  intSCOX_VER_CB_PART
    
final public static  shortSIZ
    
final public static  shortSOC
    
final public static  shortSOD
    
final public static  shortSOP
    
final public static  shortSOP_LENGTH
    
final public static  shortSOT
    
final public static  intSQCX_EXP_MASK
    
final public static  intSQCX_EXP_SHIFT
    
final public static  intSQCX_GB_MSK
    
final public static  intSQCX_GB_SHIFT
    
final public static  intSQCX_NO_QUANTIZATION
     No quantization (i.e.
final public static  intSQCX_SCALAR_DERIVED
     Scalar derived (i.e.
final public static  intSQCX_SCALAR_EXPOUNDED
     Scalar expounded (i.e.
final public static  intSRGN_IMPLICIT
     Implicit (i.e.
final public static  intSSIZ_DEPTH_BITS
    
final public static  shortTLM
    



Field Detail
COC
final public static short COC(Code)
Coding style component (COC): 0xFF53



COD
final public static short COD(Code)
Coding style default (COD): 0xFF52



COM
final public static short COM(Code)
Comment (COM): 0xFF64



CRG
final public static short CRG(Code)
Component registration (CRG): 0xFF63



EOC
final public static short EOC(Code)
End of codestream (EOC): 0xFFD9



EPH
final public static short EPH(Code)
End of packet header (EPH): 0xFF92



EPH_LENGTH
final public static short EPH_LENGTH(Code)
Length of EPH marker (in bytes)



ERS_SEG_SYMBOLS
final public static int ERS_SEG_SYMBOLS(Code)
The "segmentation symbols used" flag within Sers: 2



ERS_SOP
final public static int ERS_SOP(Code)
The "SOP marker segments used" flag within Sers: 1



MAX_COMP_BITDEPTH
final public static int MAX_COMP_BITDEPTH(Code)
The maximum number of component bitdepth



MAX_LPPM
final public static int MAX_LPPM(Code)
Maximum length of PPM marker segment



MAX_LPPT
final public static int MAX_LPPT(Code)
Maximum length of PPT marker segment



PLM
final public static short PLM(Code)
Packet length, main header (PLM): 0xFF57



PLT
final public static short PLT(Code)
Packet length, tile-part header (PLT): 0xFF58



POC
final public static short POC(Code)



PPM
final public static short PPM(Code)
Packed packet headers, main header (PPM): 0xFF60



PPT
final public static short PPT(Code)
Packed packet headers, tile-part header (PPT): 0xFF61



PRECINCT_PARTITION_DEF_SIZE
final public static int PRECINCT_PARTITION_DEF_SIZE(Code)
The default size exponent of the precincts



QCC
final public static short QCC(Code)
Quantization component (QCC): 0xFF5D



QCD
final public static short QCD(Code)
Quantization default (QCD): 0xFF5C



RCOM_GEN_USE
final public static short RCOM_GEN_USE(Code)
General use registration value (COM): 0x0001



RGN
final public static short RGN(Code)
Region-of-interest (RGN): 0xFF5E



RSIZ_BASELINE
final public static int RSIZ_BASELINE(Code)
No special capabilities (baseline) in codestream, in Rsiz field of SIZ marker: 0x00. All flag bits are turned off



RSIZ_ER_FLAG
final public static int RSIZ_ER_FLAG(Code)
Error resilience marker flag bit in Rsiz field in SIZ marker: 0x01



RSIZ_ROI
final public static int RSIZ_ROI(Code)
ROI present marker flag bit in Rsiz field in SIZ marker: 0x02



SCOX_HOR_CB_PART
final public static int SCOX_HOR_CB_PART(Code)
Horizontal code-block partition origin is at x=1



SCOX_PRECINCT_PARTITION
final public static int SCOX_PRECINCT_PARTITION(Code)
Precinct used flag



SCOX_USE_EPH
final public static int SCOX_USE_EPH(Code)
Use end of packet header marker



SCOX_USE_SOP
final public static int SCOX_USE_SOP(Code)
Use start of packet marker



SCOX_VER_CB_PART
final public static int SCOX_VER_CB_PART(Code)
Vertical code-block partition origin is at y=1



SIZ
final public static short SIZ(Code)
SIZ marker (Image and tile size): 0xFF51



SOC
final public static short SOC(Code)
Start of codestream (SOC): 0xFF4F



SOD
final public static short SOD(Code)
Start of data (SOD): 0xFF93



SOP
final public static short SOP(Code)
Start pf packet (SOP): 0xFF91



SOP_LENGTH
final public static short SOP_LENGTH(Code)
Length of SOP marker (in bytes)



SOT
final public static short SOT(Code)
Start of tile-part (SOT): 0xFF90



SQCX_EXP_MASK
final public static int SQCX_EXP_MASK(Code)
Exponent bitmask in SPQCX when no quantization: 3



SQCX_EXP_SHIFT
final public static int SQCX_EXP_SHIFT(Code)
Exponent shift in SPQCX when no quantization: 3



SQCX_GB_MSK
final public static int SQCX_GB_MSK(Code)
Guard bits mask in SQCX field: 7



SQCX_GB_SHIFT
final public static int SQCX_GB_SHIFT(Code)
Guard bits shift in SQCX field: 5



SQCX_NO_QUANTIZATION
final public static int SQCX_NO_QUANTIZATION(Code)
No quantization (i.e. embedded reversible) flag for Sqcd or Sqcc (Sqcx) fields: 0x00.



SQCX_SCALAR_DERIVED
final public static int SQCX_SCALAR_DERIVED(Code)
Scalar derived (i.e. LL values only) quantization flag for Sqcd or Sqcc (Sqcx) fields: 0x01.



SQCX_SCALAR_EXPOUNDED
final public static int SQCX_SCALAR_EXPOUNDED(Code)
Scalar expounded (i.e. all values) quantization flag for Sqcd or Sqcc (Sqcx) fields: 0x02.



SRGN_IMPLICIT
final public static int SRGN_IMPLICIT(Code)
Implicit (i.e. max-shift) ROI flag for Srgn field in RGN marker segment: 0x00



SSIZ_DEPTH_BITS
final public static int SSIZ_DEPTH_BITS(Code)
Component bitdepth bits in Ssiz field in SIZ marker: 7



TLM
final public static short TLM(Code)
Tile-part lengths (TLM): 0xFF55





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.