Uses of Class
org.apache.batik.bridge.CursorManager
-
Packages that use CursorManager 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 in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as CursorManager Modifier and Type Field Description protected CursorManager
BridgeContext. cursorManager
Manages cursors and performs caching when appropriateMethods in org.apache.batik.bridge that return CursorManager Modifier and Type Method Description CursorManager
BridgeContext. getCursorManager()
Returns the cursor manager
-