Class CursorManager.CursorDescriptor

java.lang.Object
org.apache.batik.bridge.CursorManager.CursorDescriptor
Enclosing class:
CursorManager

static class CursorManager.CursorDescriptor extends Object
Simple inner class which holds the information describing a cursor, i.e., the image it points to and the hot spot point coordinates.
  • Field Details

  • Constructor Details

    • CursorDescriptor

      public CursorDescriptor(ParsedURL purl, float x, float y)
  • Method Details