JAVA Tech VERSION 3.0 manual IsNewWindowVisible, SetImageForeColorcolor, ShowImageForeColorDialog

Models: VERSION 3.0

1 88
Download 88 pages 5.41 Kb
Page 52
Image 52

Method:

Method: (V3-Only)

Method: (V3-Only)

isNewWindowVisible()

E.g. ViewONE.setNewWindowVisible(!ViewONE.isNewWindowVisible());

Returns a Boolean value of ‘true’ if the ViewONE new window is visible else a value ‘false’ is returned.

setImageForeColor(color)

E.g. ViewONE.setImageForeColor(0, 0, 0)

This method sets the default color used for the foreground (text) of monochrome images.

Colors are specified using the standard RGB values.

showImageForeColorDialog()

E.g. ViewONE.showImageForeColorDialog();

This method will cause ViewONE to display a dialog to allow the user to change the default color used for the foreground (text) of monochrome images.

52

Page 52
Image 52
JAVA Tech VERSION 3.0 manual IsNewWindowVisible, SetImageForeColorcolor, ShowImageForeColorDialog