:: com :: sun :: star :: rendering ::
|
unpublished |
constants group RepaintResult |
|
|
- Usage Restrictions
- not published
- Description
- These constants specify the result of the
XCachedPrimitive render operation.
- Since
- OpenOffice 2.0
|
Constants |
REDRAWN |
Repaint succeeded, primitive has been exactly reproduced.
|
DRAFTED |
Repaint succeeded, primitive has been reproduced in preview quality.
|
FAILED |
Repaint failed altogether.
|
Constants' Details |
REDRAWN
const byte REDRAWN =1;
- Description
- Repaint succeeded, primitive has been exactly reproduced.
|
|
DRAFTED
const byte DRAFTED =2;
- Description
- Repaint succeeded, primitive has been reproduced in preview quality.
|
|
FAILED
const byte FAILED =3;
- Description
- Repaint failed altogether.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.