JAVA Tech VERSION 3.0 Marine Radio User Manual


 
40
4040
40
rotateClockwise()
E.g. ViewONE.rotateClockwise();
Convenience method to increase the rotation by 90 degrees.
If the document is closed when this method is called, the default for all pages is modified. If
the document is open when this method is called, the individual page is modified only.
rotateCounterclockwise()
E.g. ViewONE.rotateCounterclockwise();
Convenience method to decrease the rotation by 90 degrees.
If the document is closed when this method is called, the default for all pages is modified. If
the document is open when this method is called, the individual page is modified only.
rotate180()
E.g. ViewONE.rotate180();
Convenience method to rotate the document to 180 degrees.
If the document is closed when this method is called, the default for all pages is modified. If
the document is open when this method is called, the individual page is modified only.
setFlip(mode)
E.g. ViewONE.setFlip(1);
Specifies the flip mode of displayed pages. Values of 0 (none), 1 (horizontal or mirror), 2
(vertical) or 3 (both) are accepted. The default is 0.
Flip buttons and menus are not visible to the user by default. To enable these options for
the user you must use the flipOptions HTML tag when the applet is loaded.
If the document is closed when this method is called, the default for all pages is modified. If
the document is open when this method is called, the individual page is modified only.
Method:
Method:
Method:
Method: