Java Doc for J2KImageWriteParamJava.java in  » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » imageioimpl » plugins » jpeg2000 » 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 » com.sun.media.imageioimpl.plugins.jpeg2000 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.imageio.ImageWriteParam
   com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriteParamJava

J2KImageWriteParamJava
public class J2KImageWriteParamJava extends ImageWriteParam (Code)
A subclass of ImageWriteParam for writing images in the JPEG 2000 format.

JPEG 2000 plugin supports to losslessly or lossy compress gray-scale, RGB, and RGBA images with byte, unsigned short or short data type. It also supports losslessly compress bilevel, and 8-bit indexed. The result data is in the format of JP2 (JPEG 2000 Part 1 or baseline format).

Many encoding parameters for JPEG 2000 can be tile-component specific. These parameters are marked as Yes in the column TC_SPEC in the following parameter table. They must be provided according to the pattern: [<tile-component idx>] <param> (repeated as many time as needed), where <tile-component idx> respect the following policy according to the degree of priority:
(1) t<idx> c<idx> : Tile-component specification.
(2) t<idx> : Tile specification.
(3) c<idx> : Component specification.
(4) <void> : Default specification.

Where the priorities of the specifications are: (1) > (2) > (3) > (4), (">" means "overrides") <idx>: "," separates indexes, "-" separates bounds of indexes list. (for example, 0,2-4 means indexes 0,2,3 and 4).

The parameters for encoding JPEG 2000 are listed in the following table:

JPEG 2000 Plugin Decoding Parameters
Parameter Name DescriptionTC_SPEC
encodingRate The bitrate in bits-per-pixel for encoding. Should be set when lossy compression scheme is used. With the default value Double.MAX_VALUE, a lossless compression will be done. No
lossless Indicates using the loseless scheme or not. It is equivalent to use reversible quantization and 5x3 integer wavelet filters. The default is true. No
componentTransformation Specifies to utilize the component transformation on some tiles. If the wavelet transform is reversible (w5x3 filter), the Reversible Component Transformation (RCT) is applied. If not reversible (w9x7 filter), the Irreversible Component Transformation (ICT) is used. Yes, Tile_Specific
filters Specifies which wavelet filters to use for the specified tile-components. JPEG 2000 part I only supports w5x3 and w9x7 filters. Yes
decompositionLevel Specifies the wavelet decomposition levels to apply to the image. If it is 0, no wavelet transform is performed, in which case the original image data will be sent to the encoder and an example is the binary data. All components and all tiles have the same number of decomposition levels. The default value is 5. No
guardBits The number of bits used for each tile-component in the quantizer to avoid overflow. It takes values in the range 0 through 7. The default value is 2. Yes
quantizationStep This parameter specifies the base normalized quantization step size for the tiles/components. It is normalized to a dynamic range of 1 in the image domain. This parameter is ignored in reversible coding. The default value is 0.0078125. Yes
quantizationType Specifies which quantization type to use for specified tiles/components. Not specified for lossless compression. By default, the quantization step size is "expounded". Supported quantization types specification are : "reversible" (no quantization), "derived" (derived quantization step size) and "expounded". Yes
codeBlockSize Specifies the maximum code-block size to use for tile-component. The maximum width and height is 1024, however the block size (i.e. width x height) must not exceed 4096. The minimum width and height is 4. The default values are (64, 64). Yes
progressionType Specifies which type of progression should be used when generating the codestream.

The format is [<tile index>] res|layer|res-pos|pos-comp|comp-pos [res_start comp_start layer_end res_end comp_end prog] [[res_start comp_start layer_end res_end comp_end prog]...] [[<tile-component idx]...].

The value "res" generates a resolution progressive codestream with the number of layers specified by "layers" parameter. The value "layer" generates a layer progressive codestream with multiple layers. In any case, the rate-allocation algorithm optimizes for best quality in each layer. The quality measure is mean squared error (MSE) or a weighted version of it (WMSE). If no progression type is specified or imposed by other parameters, the default value is "layer". It is also possible to describe progression order changes. In this case, "res_start" is the index (from 0) of the first resolution level, "comp_start" is the index (from 0) of the first component, "layer_end" is the index (from 0) of the first layer not included, "res_end" is the index (from 0) of the first resolution level not included, "comp_end" is index (from 0) of the first component not included and "prog" is the progression type to be used for the rest of the tile/image. Several progression order changes can be specified, one after the other.

Yes
packPacketHeaderInTile Indicates that the packet headers are packed in the tiles' headers. The default is false. No
packPacketHeaderInMain Indicates that the packet headers are packed in the main header. The default is false. No
packetPerTilePart Specifies the maximum number of packets to be put into one tile-part. Zero means putting all packets in the first tile-part of each tile. No
ROIs Specifies ROIs shape and location. The component index specifies which components contain the ROI. If this parameter is used, the codestream is layer progressive by default unless it is overridden by the progressionType. A rectanglar or circular ROI can be specified in the format: [<component idx>] R <left> <top> <width> <height> or [<component idx>] C <center x> <center y> <radius>. An arbitrary shape can be assigned by [<component idx>] A <PGM file> Yes, component-specified
startLevelROI This parameter defines the lowest resolution levels to belong to the ROI. By doing this, it is possible to avoid getting information for the ROI at an early stage of transmission. startLevelROI = 0 means the lowest resolution level belongs to the ROI, 1 means the second lowest etc. The default values, -1, deactivates this parameter. No
alignROI By specifying this parameter, the ROI mask will be limited to covering only entire code-blocks. The ROI coding can then be performed without any actual scaling of the coefficients but by instead scaling the distortion estimates. No
bypass Uses the lazy coding mode with the entropy coder. This will bypass the MQ coder for some of the coding passes, where the distribution is often close to uniform. Since the MQ codeword will be terminated at least once per lazy pass, it is important to use an efficient termination algorithm, methodForMQTermination. true enables, and false disables it. The default value is false. Yes
resetMQ If this is enabled the probability estimates of the MQ coder are reset after each arithmetically coded (i.e. non-lazy) coding pass. true enables, and false disables it. The default value is false. Yes
terminateOnByte If this is enabled the codeword (raw or MQ) is terminated on a byte boundary after each coding pass. In this case it is important to use an efficient termination algorithm, "methodForMQTermination". true enables, and false disables it. The default value is false. Yes
causalCXInfo Uses vertically stripe causal context formation. If this is enabled the context formation process in one stripe is independant of the next stripe (i.e. the one below it). true enables, and false disables it. The default value is false. Yes
codeSegSymbol Inserts an error resilience segmentation symbol in the MQ codeword at the end of each bit-plane (cleanup pass). Decoders can use this information to detect and conceal errors. true enables, and false disables it. The default value is false. Yes
methodForMQTermination Specifies the algorithm used to terminate the MQ codeword. The most efficient one is "near_opt", which delivers a codeword which in almost all cases is the shortest possible. The "easy" is a simpler algorithm that delivers a codeword length that is close to the previous one (in average 1 bit longer). The "predict" is almost the same as the "easy" but it leaves error resilient information on the spare least significant bits (in average 3.5 bits), which can be used by a decoder to detect errors. The "full" algorithm performs a full flush of the MQ coder and is highly inefficient. It is important to use a good termination policy since the MQ codeword can be terminated quite often, specially if the "bypass" or "terminateOnByte" parameters are enabled (in the normal case it would be terminated once per code-block, while "terminateOnByte" is specified it will be done almost 3 times per bit-plane in each code-block). The default value is "near_opt". Yes
methodForMQLengthCalc Specifies the algorithm to use in calculating the necessary MQ length for each decoding pass. The best one is "near_opt", which performs a rather sophisticated calculation and provides the best results. The "lazy_good" and "lazy" are very simple algorithms that provide rather conservative results. "lazy_good" performs slightly better. Please use the default unless the experiments show the benefits of different length calculation algorithms. The default value is "near_opt". Yes
precinctPartition Specifies precinct partition dimensions for tiles/components. They are stored from those applied to the highest resolution to those applied to the remaining resolutions in decreasing order. If less values than the number of decomposition levels are specified, then the last two values are used for the remaining resolutions. Yes
layers Explicitly specifies the codestream layer formation parameters. The rate (double) parameter specifies the bitrate to which the first layer should be optimized. The layers (int) parameter, if present, specifies the number of extra layers that should be added for scalability. These extra layers are not optimized. Any extra rate and layers parameters add more layers, in the same way. An additional layer is always added at the end, which is optimized to the overall target bitrate of the bit stream. Any layers (optimized or not) whose target bitrate is higher that the overall target bitrate are silently ignored. The bitrates of the extra layers that are added through the layers parameter are approximately log-spaced between the other target bitrates. If several (rate, layers) constructs appear the rate parameters must appear in increasing order. The rate allocation algorithm ensures that all coded layers have a minimal reasonable size, if not these layers are silently ignored. Default: 0.015 +20 2.0 +10. No
SOP Specifies whether start of packet (SOP) markers should be used. true enables, false disables it. The default value is false. Yes
EPH Specifies whether end of packet header (EPH) markers should be used. true enables, false disables it. The default value is false. Yes




Constructor Summary
public  J2KImageWriteParamJava(RenderedImage imgsrc, Locale locale)
     Constructor to set locales.
public  J2KImageWriteParamJava(IIOImage image, ImageWriteParam param)
     Constructor to set locales.
public  J2KImageWriteParamJava()
     Constructs a J2KImageWriteParamJava object with default values for all parameters.
public  J2KImageWriteParamJava(RenderedImage imgsrc)
     Constructs a J2KImageWriteParamJava object with default values for all parameters.
public  J2KImageWriteParamJava(Raster raster)
     Constructs a J2KImageWriteParamJava object with default values for all parameters.

Method Summary
public  booleangetAlignROI()
    
public  StringSpecgetBypass()
    
public  StringSpecgetCausalCXInfo()
    
public  CBlkSizeSpecgetCodeBlockSize()
    
public  StringSpecgetCodeSegSymbol()
    
public  ForwCompTransfSpecgetComponentTransformation()
    
public  IntegerSpecgetDecompositionLevel()
    
public  StringSpecgetEPH()
    
public  doublegetEncodingRate()
    
public  AnWTFilterSpecgetFilters()
    
public  GuardBitsSpecgetGuardBits()
    
public  StringgetLayers()
    
public  booleangetLossless()
    
public  StringSpecgetMethodForMQLengthCalc()
    
public  StringSpecgetMethodForMQTermination()
    
public  intgetMinX()
    
public  intgetMinY()
    
public  intgetNumComponents()
    
public  intgetNumTiles()
    
public  booleangetPackPacketHeaderInMain()
    
public  booleangetPackPacketHeaderInTile()
    
public  intgetPacketPerTilePart()
    
public  PrecinctSizeSpecgetPrecinctPartition()
    
public  StringgetProgressionName()
    
public  ProgressionSpecgetProgressionType()
    
public  QuantStepSizeSpecgetQuantizationStep()
    
public  QuantTypeSpecgetQuantizationType()
    
public  MaxShiftSpecgetROIs()
    
public  StringSpecgetResetMQ()
    
public  StringSpecgetSOP()
    
public  intgetStartLevelROI()
    
public  StringSpecgetTerminateOnByte()
    
public  voidsetAlignROI(boolean align)
    
public  voidsetBypass(String values)
    
public  voidsetCausalCXInfo(String values)
    
public  voidsetCodeBlockSize(String values)
    
public  voidsetCodeSegSymbol(String values)
    
public  voidsetComponentTransformation(String values)
    
public  voidsetDecompositionLevel(String values)
    
public  voidsetEPH(String values)
    
public  voidsetEncodingRate(double rate)
    
public  voidsetFilters(String values)
    
public  voidsetGuardBits(String values)
    
public  voidsetLayers(String value)
    
public  voidsetLossless(boolean lossless)
    
public  voidsetMethodForMQLengthCalc(String values)
    
public  voidsetMethodForMQTermination(String values)
    
public  voidsetMinX(int minX)
    
public  voidsetMinY(int minY)
    
public  voidsetPackPacketHeaderInMain(boolean packPacketHeaderInMain)
    
public  voidsetPackPacketHeaderInTile(boolean packPacketHeaderInTile)
    
public  voidsetPacketPerTilePart(int packetPerTilePart)
    
public  voidsetPrecinctPartition(String values)
    
public  voidsetProgressionName(String values)
    
public  voidsetProgressionType(LayersInfo lyrs, String values)
    
public  voidsetQuantizationStep(String values)
    
public  voidsetQuantizationType(String values)
    
public  voidsetROIs(String values)
    
public  voidsetResetMQ(String values)
    
public  voidsetSOP(String values)
    
public  voidsetSourceBands(int[] bands)
     Override the method setSourceBands in the super class.
public  voidsetSourceSubsampling(int sx, int sy, int xOff, int yOff)
     Override the method setSourceSubsampling in the super class.
public  voidsetStartLevelROI(int value)
    
public  voidsetTerminateOnByte(String values)
    
public  voidsetTiling(int tw, int th, int xOff, int yOff)
     Override the method setTiling in the super class.


Constructor Detail
J2KImageWriteParamJava
public J2KImageWriteParamJava(RenderedImage imgsrc, Locale locale)(Code)
Constructor to set locales.



J2KImageWriteParamJava
public J2KImageWriteParamJava(IIOImage image, ImageWriteParam param)(Code)
Constructor to set locales.



J2KImageWriteParamJava
public J2KImageWriteParamJava()(Code)
Constructs a J2KImageWriteParamJava object with default values for all parameters.



J2KImageWriteParamJava
public J2KImageWriteParamJava(RenderedImage imgsrc)(Code)
Constructs a J2KImageWriteParamJava object with default values for all parameters.



J2KImageWriteParamJava
public J2KImageWriteParamJava(Raster raster)(Code)
Constructs a J2KImageWriteParamJava object with default values for all parameters.




Method Detail
getAlignROI
public boolean getAlignROI()(Code)
Gets alignROI



getBypass
public StringSpec getBypass()(Code)
Gets bypass



getCausalCXInfo
public StringSpec getCausalCXInfo()(Code)
Gets causalCXInfo



getCodeBlockSize
public CBlkSizeSpec getCodeBlockSize()(Code)
Gets codeBlockSize



getCodeSegSymbol
public StringSpec getCodeSegSymbol()(Code)
Gets codeSegSymbol



getComponentTransformation
public ForwCompTransfSpec getComponentTransformation()(Code)
Gets componentTransformation



getDecompositionLevel
public IntegerSpec getDecompositionLevel()(Code)
Gets decompositionLevel



getEPH
public StringSpec getEPH()(Code)
Gets EPH



getEncodingRate
public double getEncodingRate()(Code)
Gets encodingRate



getFilters
public AnWTFilterSpec getFilters()(Code)
Gets filters



getGuardBits
public GuardBitsSpec getGuardBits()(Code)
Gets guardBits



getLayers
public String getLayers()(Code)
Gets layers



getLossless
public boolean getLossless()(Code)
Gets encodingRate



getMethodForMQLengthCalc
public StringSpec getMethodForMQLengthCalc()(Code)
Gets methodForMQLengthCalc



getMethodForMQTermination
public StringSpec getMethodForMQTermination()(Code)
Gets methodForMQTermination



getMinX
public int getMinX()(Code)
Gets minX



getMinY
public int getMinY()(Code)
Gets minY



getNumComponents
public int getNumComponents()(Code)
Gets the number of components



getNumTiles
public int getNumTiles()(Code)
Gets the number of tiles



getPackPacketHeaderInMain
public boolean getPackPacketHeaderInMain()(Code)
Gets packPacketHeaderInMain



getPackPacketHeaderInTile
public boolean getPackPacketHeaderInTile()(Code)
Gets packPacketHeaderInTile



getPacketPerTilePart
public int getPacketPerTilePart()(Code)
Gets packetPerTilePart



getPrecinctPartition
public PrecinctSizeSpec getPrecinctPartition()(Code)
Gets precinctPartition



getProgressionName
public String getProgressionName()(Code)
Gets progressionType



getProgressionType
public ProgressionSpec getProgressionType()(Code)
Gets progressionType



getQuantizationStep
public QuantStepSizeSpec getQuantizationStep()(Code)
Gets quantizationStep



getQuantizationType
public QuantTypeSpec getQuantizationType()(Code)
Gets quantizationType



getROIs
public MaxShiftSpec getROIs()(Code)
Gets ROIs



getResetMQ
public StringSpec getResetMQ()(Code)
Gets resetMQ



getSOP
public StringSpec getSOP()(Code)
Gets SOP



getStartLevelROI
public int getStartLevelROI()(Code)
Gets startLevel



getTerminateOnByte
public StringSpec getTerminateOnByte()(Code)
Gets terminateOnByte



setAlignROI
public void setAlignROI(boolean align)(Code)
Sets alignROI



setBypass
public void setBypass(String values)(Code)
Sets bypass



setCausalCXInfo
public void setCausalCXInfo(String values)(Code)
Sets causalCXInfo



setCodeBlockSize
public void setCodeBlockSize(String values)(Code)
Sets codeBlockSize



setCodeSegSymbol
public void setCodeSegSymbol(String values)(Code)
Sets codeSegSymbol



setComponentTransformation
public void setComponentTransformation(String values)(Code)
Sets componentTransformation



setDecompositionLevel
public void setDecompositionLevel(String values)(Code)
Sets decompositionLevel



setEPH
public void setEPH(String values)(Code)
Sets EPH



setEncodingRate
public void setEncodingRate(double rate)(Code)
Sets encodingRate



setFilters
public void setFilters(String values)(Code)
Sets filters



setGuardBits
public void setGuardBits(String values)(Code)
Sets guardBits



setLayers
public void setLayers(String value)(Code)
Sets the layers



setLossless
public void setLossless(boolean lossless)(Code)
Sets lossless



setMethodForMQLengthCalc
public void setMethodForMQLengthCalc(String values)(Code)
Sets methodForMQLengthCalc



setMethodForMQTermination
public void setMethodForMQTermination(String values)(Code)
Sets methodForMQTermination



setMinX
public void setMinX(int minX)(Code)
Sets minX



setMinY
public void setMinY(int minY)(Code)
Sets minY



setPackPacketHeaderInMain
public void setPackPacketHeaderInMain(boolean packPacketHeaderInMain)(Code)
Sets packPacketHeaderInMain



setPackPacketHeaderInTile
public void setPackPacketHeaderInTile(boolean packPacketHeaderInTile)(Code)
Sets packPacketHeaderInTile



setPacketPerTilePart
public void setPacketPerTilePart(int packetPerTilePart)(Code)
Sets packetPerTilePart



setPrecinctPartition
public void setPrecinctPartition(String values)(Code)
Sets precinctPartition



setProgressionName
public void setProgressionName(String values)(Code)
Sets progressionName



setProgressionType
public void setProgressionType(LayersInfo lyrs, String values)(Code)
Sets progressionType



setQuantizationStep
public void setQuantizationStep(String values)(Code)
Sets quantizationStep



setQuantizationType
public void setQuantizationType(String values)(Code)
Sets quantizationType



setROIs
public void setROIs(String values)(Code)
Sets ROIs



setResetMQ
public void setResetMQ(String values)(Code)
Sets resetMQ



setSOP
public void setSOP(String values)(Code)
Sets SOP



setSourceBands
public void setSourceBands(int[] bands)(Code)
Override the method setSourceBands in the super class. This method should be called before any tile-specific parameter setting method to be called.



setSourceSubsampling
public void setSourceSubsampling(int sx, int sy, int xOff, int yOff)(Code)
Override the method setSourceSubsampling in the super class. This method should be called before any tile-specific parameter setting method to be called.



setStartLevelROI
public void setStartLevelROI(int value)(Code)
Sets the startLevelROI



setTerminateOnByte
public void setTerminateOnByte(String values)(Code)
Sets terminateOnByte



setTiling
public void setTiling(int tw, int th, int xOff, int yOff)(Code)
Override the method setTiling in the super class. This method should be called before any tile-specific parameter setting method to be called.



Fields inherited from javax.imageio.ImageWriteParam
final public static int MODE_COPY_FROM_METADATA(Code)(Java Doc)
final public static int MODE_DEFAULT(Code)(Java Doc)
final public static int MODE_DISABLED(Code)(Java Doc)
final public static int MODE_EXPLICIT(Code)(Java Doc)
protected boolean canOffsetTiles(Code)(Java Doc)
protected boolean canWriteCompressed(Code)(Java Doc)
protected boolean canWriteProgressive(Code)(Java Doc)
protected boolean canWriteTiles(Code)(Java Doc)
protected int compressionMode(Code)(Java Doc)
protected float compressionQuality(Code)(Java Doc)
protected String compressionType(Code)(Java Doc)
protected String[] compressionTypes(Code)(Java Doc)
protected Locale locale(Code)(Java Doc)
protected Dimension[] preferredTileSizes(Code)(Java Doc)
protected int progressiveMode(Code)(Java Doc)
protected int tileGridXOffset(Code)(Java Doc)
protected int tileGridYOffset(Code)(Java Doc)
protected int tileHeight(Code)(Java Doc)
protected int tileWidth(Code)(Java Doc)
protected int tilingMode(Code)(Java Doc)
protected boolean tilingSet(Code)(Java Doc)

Methods inherited from javax.imageio.ImageWriteParam
public boolean canOffsetTiles()(Code)(Java Doc)
public boolean canWriteCompressed()(Code)(Java Doc)
public boolean canWriteProgressive()(Code)(Java Doc)
public boolean canWriteTiles()(Code)(Java Doc)
public float getBitRate(float quality)(Code)(Java Doc)
public int getCompressionMode()(Code)(Java Doc)
public float getCompressionQuality()(Code)(Java Doc)
public String[] getCompressionQualityDescriptions()(Code)(Java Doc)
public float[] getCompressionQualityValues()(Code)(Java Doc)
public String getCompressionType()(Code)(Java Doc)
public String[] getCompressionTypes()(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public String getLocalizedCompressionTypeName()(Code)(Java Doc)
public Dimension[] getPreferredTileSizes()(Code)(Java Doc)
public int getProgressiveMode()(Code)(Java Doc)
public int getTileGridXOffset()(Code)(Java Doc)
public int getTileGridYOffset()(Code)(Java Doc)
public int getTileHeight()(Code)(Java Doc)
public int getTileWidth()(Code)(Java Doc)
public int getTilingMode()(Code)(Java Doc)
public boolean isCompressionLossless()(Code)(Java Doc)
public void setCompressionMode(int mode)(Code)(Java Doc)
public void setCompressionQuality(float quality)(Code)(Java Doc)
public void setCompressionType(String compressionType)(Code)(Java Doc)
public void setProgressiveMode(int mode)(Code)(Java Doc)
public void setTiling(int tileWidth, int tileHeight, int tileGridXOffset, int tileGridYOffset)(Code)(Java Doc)
public void setTilingMode(int mode)(Code)(Java Doc)
public void unsetCompression()(Code)(Java Doc)
public void unsetTiling()(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.