org.zaval.awt.gdp
Class DgnCursorInfo


java.lang.Object

  |

  +--org.zaval.awt.gdp.DgnCursorInfo

All Implemented Interfaces:
CursorInfo

public class DgnCursorInfo
extends java.lang.Object
implements CursorInfo

This cursor info implementation is supposed to be used for designer container components.


Constructor Summary
DgnCursorInfo()
           
 
Method Summary
 int getCursorType(java.awt.Component target, int x, int y)
           Returns the cursor type for the specified component and location relatively the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DgnCursorInfo


public DgnCursorInfo()
Method Detail

getCursorType


public int getCursorType(java.awt.Component target,
                         int x,
                         int y)
Returns the cursor type for the specified component and location relatively the component.
Specified by:
getCursorType in interface CursorInfo
Parameters:
target - the specified component.
x - the specified x coordinate relatively the component.
y - the specified y coordinate relatively the component.


Copyright © Zaval Creative Engineering Group, 2000-2005
http://www.zaval.org