Generated by
JDiff

Class java.awt.RenderingHints

Changed Methods
void putAll(Map) Documentation changed from old to new.
Copies all of the mappings from the specified Map to this RenderingHints.
 

Changed Fields
Key KEY_ALPHA_INTERPOLATION Documentation changed from old to new.
Alpha interpolation hint key.
Key KEY_ANTIALIASING Documentation changed from old to new.
Antialiasing hint key.
Key KEY_COLOR_RENDERING Documentation changed from old to new.
Color rendering hint key.
Key KEY_DITHERING Documentation changed from old to new.
Dithering hint key.
Key KEY_FRACTIONALMETRICS Documentation changed from old to new.
Font fractional metrics hint key.
Key KEY_INTERPOLATION Documentation changed from old to new.
Interpolation hint key.
Key KEY_RENDERING Documentation changed from old to new.
Rendering hint key.
Key KEY_STROKE_CONTROL Documentation changed from old to new.
Stroke normalization control hint key.
Key KEY_TEXT_ANTIALIASING Documentation changed from old to new.
Text antialiasing hint key.
Object VALUE_ALPHA_INTERPOLATION_DEFAULT Documentation changed from old to new.
Alpha interpolation hint value -- ALPHA_INTERPOLATION_DEFAULT.
Object VALUE_ALPHA_INTERPOLATION_QUALITY Documentation changed from old to new.
Alpha interpolation hint value -- ALPHA_INTERPOLATION_QUALITY.
Object VALUE_ALPHA_INTERPOLATION_SPEED Documentation changed from old to new.
Alpha interpolation hint value -- ALPHA_INTERPOLATION_SPEED.
Object VALUE_ANTIALIAS_OFF Documentation changed from old to new.
Antialiasing hint values -- rendering is done without antialiasing.
Object VALUE_ANTIALIAS_ON Documentation changed from old to new.
Antialiasing hint values -- rendering is done with antialiasing.
Object VALUE_COLOR_RENDER_DEFAULT Documentation changed from old to new.
Color rendering hint value -- COLOR_RENDER_DEFAULT.
Object VALUE_COLOR_RENDER_QUALITY Documentation changed from old to new.
Color rendering hint value -- COLOR_RENDER_QUALITY.
Object VALUE_COLOR_RENDER_SPEED Documentation changed from old to new.
Color rendering hint value -- COLOR_RENDER_SPEED.
Object VALUE_DITHER_DEFAULT Documentation changed from old to new.
Dithering hint values -- use the platform default for dithering.
Object VALUE_DITHER_DISABLE Documentation changed from old to new.
Dithering hint values -- do not dither when rendering.
Object VALUE_DITHER_ENABLE Documentation changed from old to new.
Dithering hint values -- dither when rendering if needed.
Object VALUE_FRACTIONALMETRICS_DEFAULT Documentation changed from old to new.
Font fractional metrics hint values -- use the platform default for fractional metrics.
Object VALUE_FRACTIONALMETRICS_OFF Documentation changed from old to new.
Font fractional metrics hint values -- fractional metrics disabled.
Object VALUE_FRACTIONALMETRICS_ON Documentation changed from old to new.
Font fractional metrics hint values -- fractional metrics enabled.
Object VALUE_INTERPOLATION_BICUBIC Documentation changed from old to new.
Interpolation hint value -- INTERPOLATION_BICUBIC.
Object VALUE_INTERPOLATION_BILINEAR Documentation changed from old to new.
Interpolation hint value -- INTERPOLATION_BILINEAR.
Object VALUE_INTERPOLATION_NEAREST_NEIGHBOR Documentation changed from old to new.
Interpolation hint value -- INTERPOLATION_NEAREST_NEIGHBOR.
Object VALUE_STROKE_DEFAULT Documentation changed from old to new.
Stroke normalization control hint value -- STROKE_DEFAULT.
Object VALUE_STROKE_NORMALIZE Documentation changed from old to new.
Stroke normalization control hint value -- STROKE_NORMALIZE.
Object VALUE_STROKE_PURE Documentation changed from old to new.
Stroke normalization control hint value -- STROKE_PURE.
Object VALUE_TEXT_ANTIALIAS_OFF Documentation changed from old to new.
Text antialiasing hint value -- text rendering is done without antialiasing.
Object VALUE_TEXT_ANTIALIAS_ON Documentation changed from old to new.
Text antialiasing hint value -- text rendering is done with antialiasing.