Class SVGAElementBridge.CursorHolder

  • Enclosing class:
    SVGAElementBridge

    public static class SVGAElementBridge.CursorHolder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CursorHolder​(java.awt.Cursor c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Cursor getCursor()  
      void holdCursor​(java.awt.Cursor c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CursorHolder

        public CursorHolder​(java.awt.Cursor c)
    • Method Detail

      • holdCursor

        public void holdCursor​(java.awt.Cursor c)
      • getCursor

        public java.awt.Cursor getCursor()