net.comtor.j2me.gui
Class GraphicsMessageCanvas

java.lang.Object
  extended byCanvas
      extended bynet.comtor.j2me.gui.GenericCanvas
          extended bynet.comtor.j2me.gui.CanvasClean
              extended bynet.comtor.j2me.gui.GraphicsMessageCanvas
Direct Known Subclasses:
ErrorMessage

public class GraphicsMessageCanvas
extends CanvasClean

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.comtor.j2me.gui.GenericCanvas
ARROW_LEFT, ARROW_RIGTH, fontMonoBoldSmall, fontMonoPlainSmall, KEY_MENU, KEY_PTT, SOFT_LEFT, SOFT_RIGTH
 
Constructor Summary
GraphicsMessageCanvas(java.lang.String logoPath)
          Autogenerated proxy constructor.
 
Method Summary
 java.lang.String getMessage()
          Getter for property message.
 java.lang.String getTitle()
          Getter for property title.
protected  void paint(javax.microedition.lcdui.Graphics g)
           
 void setMessage(java.lang.String message)
          Setter for property message.
 void setTitle(java.lang.String title)
          Setter for property title.
 
Methods inherited from class net.comtor.j2me.gui.GenericCanvas
commandAction, initCanvas, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsMessageCanvas

public GraphicsMessageCanvas(java.lang.String logoPath)
Autogenerated proxy constructor.

Method Detail

paint

protected void paint(javax.microedition.lcdui.Graphics g)
Overrides:
paint in class CanvasClean

getMessage

public java.lang.String getMessage()
Getter for property message.

Returns:
Value of property message.

setMessage

public void setMessage(java.lang.String message)
Setter for property message.

Parameters:
message - New value of property message.

getTitle

public java.lang.String getTitle()
Getter for property title.

Returns:
Value of property title.

setTitle

public void setTitle(java.lang.String title)
Setter for property title.

Parameters:
title - New value of property title.