Class UITextDragOptions


  • public final class UITextDragOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long OptionsNone  
      static long OptionStripTextColorFromPreviews
      By default, previews generated by the system will retain the foreground and background text colors.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OptionStripTextColorFromPreviews

        public static final long OptionStripTextColorFromPreviews
        By default, previews generated by the system will retain the foreground and background text colors. Activating this option causes those colors to be stripped away, resulting in a text preview with black text on a clear background. This affects only the preview, not the contents of the drag. Any embedded images in the preview will remain as they are.
        See Also:
        Constant Field Values