Java Doc for TIFFDirectory.java in  » IDE-Eclipse » swt » org » eclipse » swt » internal » image » 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 » IDE Eclipse » swt » org.eclipse.swt.internal.image 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.swt.internal.image.TIFFDirectory

TIFFDirectory
final class TIFFDirectory (Code)


Field Summary
final static  intCOMPRESSION_CCITT_3_1
    
final static  intCOMPRESSION_NONE
    
final static  intCOMPRESSION_PACKBITS
    
final static  intIFD_ENTRY_SIZE
    
final static  intNO_VALUE
    
final static  shortTAG_BitsPerSample
    
final static  shortTAG_ColorMap
    
final static  shortTAG_Compression
    
final static  shortTAG_ImageLength
    
final static  shortTAG_ImageWidth
    
final static  shortTAG_PhotometricInterpretation
    
final static  shortTAG_ResolutionUnit
    
final static  shortTAG_RowsPerStrip
    
final static  shortTAG_SamplesPerPixel
    
final static  shortTAG_StripByteCounts
    
final static  shortTAG_StripOffsets
    
final static  shortTAG_T4Options
    
final static  shortTAG_XResolution
    
final static  shortTAG_YResolution
    
final static  intTYPE_ASCII
    
final static  intTYPE_BYTE
    
final static  intTYPE_LONG
    
final static  intTYPE_RATIONAL
    
final static  intTYPE_SHORT
    
 int[]bitsPerSample
    
 intcolorMapOffset
    
 intcompression
    
 intdepth
    
 TIFFRandomFileAccessfile
    
 ImageDataimage
    
 intimageLength
    
 intimageWidth
    
 booleanisLittleEndian
    
 ImageLoaderloader
    
 LEDataOutputStreamout
    
 intphotometricInterpretation
    
 introwsPerStrip
    
 intsamplesPerPixel
    
 int[]stripByteCounts
    
 int[]stripOffsets
    
 intt4Options
    

Constructor Summary
public  TIFFDirectory(TIFFRandomFileAccess file, boolean isLittleEndian, ImageLoader loader)
    
public  TIFFDirectory(ImageData image)
    

Method Summary
 intdecodePackBits(byte[] src, byte[] dest, int offsetDest)
    
 voiddecodePixels(ImageData image)
    
 int[]formatColorMap(RGB[] rgbs)
    
 intformatStrips(int rowByteSize, int nbrRows, byte[] data, int maxStripByteSize, int offsetPostIFD, int extraBytes, int[][] strips)
    
 PaletteDatagetColorMap()
    
 intgetEntryValue(int type, byte[] buffer, int index)
    
 voidgetEntryValue(int type, byte[] buffer, int index, int[] values)
    
 PaletteDatagetGrayPalette()
    
 PaletteDatagetRGBPalette(int bitsR, int bitsG, int bitsB)
    
 voidparseEntries(byte[] buffer)
    
public  ImageDataread()
    
 inttoInt(byte[] buffer, int i, int type)
    
 voidwrite(int photometricInterpretation)
    
 voidwriteEntry(short tag, int type, int count, int value)
    
 voidwriteHeader()
    
 voidwriteToStream(LEDataOutputStream byteStream)
    

Field Detail
COMPRESSION_CCITT_3_1
final static int COMPRESSION_CCITT_3_1(Code)



COMPRESSION_NONE
final static int COMPRESSION_NONE(Code)



COMPRESSION_PACKBITS
final static int COMPRESSION_PACKBITS(Code)



IFD_ENTRY_SIZE
final static int IFD_ENTRY_SIZE(Code)



NO_VALUE
final static int NO_VALUE(Code)



TAG_BitsPerSample
final static short TAG_BitsPerSample(Code)



TAG_ColorMap
final static short TAG_ColorMap(Code)



TAG_Compression
final static short TAG_Compression(Code)



TAG_ImageLength
final static short TAG_ImageLength(Code)



TAG_ImageWidth
final static short TAG_ImageWidth(Code)



TAG_PhotometricInterpretation
final static short TAG_PhotometricInterpretation(Code)



TAG_ResolutionUnit
final static short TAG_ResolutionUnit(Code)



TAG_RowsPerStrip
final static short TAG_RowsPerStrip(Code)



TAG_SamplesPerPixel
final static short TAG_SamplesPerPixel(Code)



TAG_StripByteCounts
final static short TAG_StripByteCounts(Code)



TAG_StripOffsets
final static short TAG_StripOffsets(Code)



TAG_T4Options
final static short TAG_T4Options(Code)



TAG_XResolution
final static short TAG_XResolution(Code)



TAG_YResolution
final static short TAG_YResolution(Code)



TYPE_ASCII
final static int TYPE_ASCII(Code)



TYPE_BYTE
final static int TYPE_BYTE(Code)



TYPE_LONG
final static int TYPE_LONG(Code)



TYPE_RATIONAL
final static int TYPE_RATIONAL(Code)



TYPE_SHORT
final static int TYPE_SHORT(Code)



bitsPerSample
int[] bitsPerSample(Code)



colorMapOffset
int colorMapOffset(Code)



compression
int compression(Code)



depth
int depth(Code)



file
TIFFRandomFileAccess file(Code)



image
ImageData image(Code)



imageLength
int imageLength(Code)



imageWidth
int imageWidth(Code)



isLittleEndian
boolean isLittleEndian(Code)



loader
ImageLoader loader(Code)



out
LEDataOutputStream out(Code)



photometricInterpretation
int photometricInterpretation(Code)



rowsPerStrip
int rowsPerStrip(Code)



samplesPerPixel
int samplesPerPixel(Code)



stripByteCounts
int[] stripByteCounts(Code)



stripOffsets
int[] stripOffsets(Code)



t4Options
int t4Options(Code)




Constructor Detail
TIFFDirectory
public TIFFDirectory(TIFFRandomFileAccess file, boolean isLittleEndian, ImageLoader loader)(Code)



TIFFDirectory
public TIFFDirectory(ImageData image)(Code)




Method Detail
decodePackBits
int decodePackBits(byte[] src, byte[] dest, int offsetDest)(Code)



decodePixels
void decodePixels(ImageData image) throws IOException(Code)



formatColorMap
int[] formatColorMap(RGB[] rgbs)(Code)



formatStrips
int formatStrips(int rowByteSize, int nbrRows, byte[] data, int maxStripByteSize, int offsetPostIFD, int extraBytes, int[][] strips)(Code)



getColorMap
PaletteData getColorMap() throws IOException(Code)



getEntryValue
int getEntryValue(int type, byte[] buffer, int index)(Code)



getEntryValue
void getEntryValue(int type, byte[] buffer, int index, int[] values) throws IOException(Code)



getGrayPalette
PaletteData getGrayPalette()(Code)



getRGBPalette
PaletteData getRGBPalette(int bitsR, int bitsG, int bitsB)(Code)



parseEntries
void parseEntries(byte[] buffer) throws IOException(Code)



read
public ImageData read() throws IOException(Code)



toInt
int toInt(byte[] buffer, int i, int type)(Code)



write
void write(int photometricInterpretation) throws IOException(Code)



writeEntry
void writeEntry(short tag, int type, int count, int value) throws IOException(Code)



writeHeader
void writeHeader() throws IOException(Code)



writeToStream
void writeToStream(LEDataOutputStream byteStream) throws IOException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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