cookxml.cookswt.helper
Class CursorHelper

java.lang.Object
  extended bycookxml.cookswt.helper.CursorHelper
All Implemented Interfaces:
Helper, NoAdd

public class CursorHelper
extends Object
implements Helper

Helper class for constructing a Cursor object.

Since:
CookSwt 1.0
See Also:
Cursor, CursorConverter

Field Summary
 ImageData mask
           
 ImageData src
           
 Cursor type
           
 int x
           
 int y
           
 
Constructor Summary
CursorHelper()
           
 
Method Summary
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Cursor type

src

public ImageData src

mask

public ImageData mask

x

public int x

y

public int y
Constructor Detail

CursorHelper

public CursorHelper()
Method Detail

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper