Package org.apache.batik.bridge
Class CursorManager.CursorDescriptor
- java.lang.Object
-
- org.apache.batik.bridge.CursorManager.CursorDescriptor
-
- Enclosing class:
- CursorManager
static class CursorManager.CursorDescriptor extends java.lang.Object
Simple inner class which holds the information describing a cursor, i.e., the image it points to and the hot spot point coordinates.
-
-
Constructor Summary
Constructors Constructor Description CursorDescriptor(ParsedURL purl, float x, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-