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 voidCursorManager.CursorCache. clearCursor(CursorManager.CursorDescriptor desc)java.awt.CursorCursorManager.CursorCache. getCursor(CursorManager.CursorDescriptor desc)voidCursorManager.CursorCache. putCursor(CursorManager.CursorDescriptor desc, java.awt.Cursor cursor)
-