Uses of Class
org.apache.batik.bridge.CursorManager.CursorDescriptor
-
Packages that use CursorManager.CursorDescriptor Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of CursorManager.CursorDescriptor in org.apache.batik.bridge
Methods in org.apache.batik.bridge with parameters of type CursorManager.CursorDescriptor Modifier and Type Method Description void
CursorManager.CursorCache. clearCursor(CursorManager.CursorDescriptor desc)
java.awt.Cursor
CursorManager.CursorCache. getCursor(CursorManager.CursorDescriptor desc)
void
CursorManager.CursorCache. putCursor(CursorManager.CursorDescriptor desc, java.awt.Cursor cursor)
-