Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: awt ::

unpublished constants group ImageDrawMode
Usage Restrictions
not published
Description
defines modes how an image is drawn onto a device
Since
Apache OpenOffice 4.0
See also
com::sun::star::awt::XGraphics2::drawImage

Constants
NONE the image is drawn as is, without any color transformation.  
DISABLE the image is drawn as if it represented a feature whose state is disabled.  
HIGHLIGHT the image is drawn as being highlighted. See XStyleSettings::HighlightColor.  
DEACTIVE the image is drawn as being deactivated. See XStyleSettings::DeactiveColor.  
SEMITRANSPARENT the image is drawn semi-transparent.  
Constants' Details
NONE
const short NONE = 0x0000;
Description
the image is drawn as is, without any color transformation.
DISABLE
const short DISABLE = 0x0001;
Description
the image is drawn as if it represented a feature whose state is disabled.
HIGHLIGHT
const short HIGHLIGHT = 0x0002;
Description
the image is drawn as being highlighted. See XStyleSettings::HighlightColor.
DEACTIVE
const short DEACTIVE = 0x0004;
Description
the image is drawn as being deactivated. See XStyleSettings::DeactiveColor.
SEMITRANSPARENT
const short SEMITRANSPARENT = 0x0010;
Description
the image is drawn semi-transparent.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.