Type: info
Title: css.awt.ImageScaleMode
Posted by: [EMAIL PROTECTED]
Affected: -
Effective from: CWS dba31e
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba31e>
CWS status: new
*Summary*
--------
+ css.awt.ImageScaleMode
*Description*
-------------
/** defines modes how an image displayed in a given area should be
scaled to fit this area
*/
constants ImageScaleMode
{
/** specifies that no scaling should happen at all
*/
const short None = 0;
/** specifies that the image should be scaled up or down to the size
of the surrounding area isotropicly, i.e. by keeping its
aspect ratio.
*/
const short Isotropic = 1;
/** specifies that the image should be scaled up or down to the size
of the surrounding area anisotropicly.
The image will finally cover all of the surrounding area, but its
dimensions might be distorted.
*/
const short Anisotropic = 2;
};
Send feedback to [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]