Class ColorSpaceMsg

java.lang.Object
   |
   +----ColorSpaceMsg

public class ColorSpaceMsg
extends Object
This class produces a message containing information about changes in color space frames.


Variable Index

 o id
Message code.
 o MSG_SPACE_CLOSING
Color space frame is closing.
 o MSG_SPACE_UPDATED
Color space frame has been changed.
 o sourceWindow
Color space frame ID sending the message.

Constructor Index

 o ColorSpaceMsg(int, int)
Constructs a message.

Method Index

 o toString()
Converts this message to string.

Variables

 o MSG_SPACE_UPDATED
 public static final int MSG_SPACE_UPDATED
Color space frame has been changed.

 o MSG_SPACE_CLOSING
 public static final int MSG_SPACE_CLOSING
Color space frame is closing.

 o id
 public int id
Message code.

 o sourceWindow
 public int sourceWindow
Color space frame ID sending the message.

Constructors

 o ColorSpaceMsg
 public ColorSpaceMsg(int id,
                      int sourceWindow)
Constructs a message.

Parameters:
id - message code.
sourceWindow - frame ID sending the message.

Methods

 o toString
 public String toString()
Converts this message to string.

Overrides:
toString in class Object