Method Summary
|
getSupportedImageFormats |
The method returns all image formats that the preview supports.
|
|
getTargetColorDepth |
The method returns the supported color depth of the target device.
|
|
getAvailableWidth |
The method returns the available width of the preview window
even if the window is invisible or could not be created.
If a service implementation doesn't support a file preview
0 will be returned.
|
|
getAvailableHeight |
The method returns the available height of the preview window
even if the window is invisible or could not be created.
If a service implementation doesn't support a file preview
0 will be returned.
|
|
setImage |
Sets a new image. If the preview is currently hidden the
image will be ignored. An empty any will clear the preview window.
|
|
setShowState |
Optionally sets the current show state of the preview. It is possible
that the preview implementation doesn't support hiding the preview.
|
|
getShowState |
Returns the current show state of the preview.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.