Lines Matching defs:quality

284      * progressive sequence of increasing quality passes.  By default,
358 * A <code>float</code> containing the current compression quality
368 * names and quality descriptions, or <code>null</code> to use a
385 * compression type names and quality descriptions, or
777 * as a series of passes of progressively increasing quality.
792 * scans of increasing quality. If progressive encoding is not
889 * compression type and quality settings specified in this
1083 * Removes any previous compression type and quality settings.
1191 * Sets the compression quality to a value between <code>0</code>
1192 * and <code>1</code>. Only a single compression quality setting
1195 * lossy compression schemes, the compression quality should
1196 * control the tradeoff between file size and image quality (for
1198 * images). For lossless schemes, the compression quality may be
1204 * <p> A compression quality setting of 0.0 is most generically
1206 * 1.0 is most generically interpreted as "high image quality is
1219 * @param quality a <code>float</code> between <code>0</code>and
1220 * <code>1</code> indicating the desired quality level.
1229 * @exception IllegalArgumentException if <code>quality</code> is
1234 public void setCompressionQuality(float quality) {
1246 if (quality < 0.0F || quality > 1.0F) {
1249 this.compressionQuality = quality;
1253 * Returns the current compression quality setting.
1266 * @return the current compression quality setting.
1298 * at the given quality level. The value will typically lie
1312 * <code>quality</code> is within bounds, it returns
1315 * @param quality the quality setting whose bit rate is to be
1328 * @exception IllegalArgumentException if <code>quality</code> is
1331 public float getBitRate(float quality) {
1344 if (quality < 0.0F || quality > 1.0F) {
1353 * interface for setting or displaying the compression quality
1355 * provides a description of the range of quality levels between
1391 * descriptions of the compression quality levels.
1422 * interface for setting or displaying the compression quality
1442 * boundaries between the compression quality levels as described