Constants' Details |
ONCE_SUCCESSIVE
const short ONCE_SUCCESSIVE = 1;
- Description
- wrapping style has no influence on the position and the floating screen
object is successive positioned.
|
|
ONCE_CONCURRENT
const short ONCE_CONCURRENT = 2;
- Description
- wrapping style has no influence on the position and the floating screen
object is concurrent positioned.
|
|
ITERATIVE
const short ITERATIVE = 3;
- Description
- wrapping style has influence on the position and the floating screen
object is iterative positioned.
|
|
Copyright © 2003 Sun Microsystems, Inc.