com.levigo.jadice.document.flavor
Class JadiceRasteredImageDataFlavor

java.lang.Object
  extended by java.awt.datatransfer.DataFlavor
      extended by com.levigo.jadice.document.flavor.JadiceRasteredImageDataFlavor
All Implemented Interfaces:
Externalizable, Serializable, Cloneable

public class JadiceRasteredImageDataFlavor
extends DataFlavor

A DataFlavor that annotates the standard DataFlavor.imageFlavor to avoid the transfer of Pages as rasterized images within jadice.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.datatransfer.DataFlavor
imageFlavor, javaFileListFlavor, javaJVMLocalObjectMimeType, javaRemoteObjectMimeType, javaSerializedObjectMimeType, plainTextFlavor, stringFlavor
 
Method Summary
static JadiceRasteredImageDataFlavor get()
           
static boolean isJadiceRasteredImageDataFlavor(DataFlavor flavor)
          Check if the given DataFlavor is a JadiceRasteredImageDataFlavor.
 
Methods inherited from class java.awt.datatransfer.DataFlavor
clone, equals, equals, equals, getDefaultRepresentationClass, getDefaultRepresentationClassAsString, getHumanPresentableName, getMimeType, getParameter, getPrimaryType, getReaderForText, getRepresentationClass, getSubType, getTextPlainUnicodeFlavor, hashCode, isFlavorJavaFileListType, isFlavorRemoteObjectType, isFlavorSerializedObjectType, isFlavorTextType, isMimeTypeEqual, isMimeTypeEqual, isMimeTypeSerializedObject, isRepresentationClassByteBuffer, isRepresentationClassCharBuffer, isRepresentationClassInputStream, isRepresentationClassReader, isRepresentationClassRemote, isRepresentationClassSerializable, match, normalizeMimeType, normalizeMimeTypeParameter, readExternal, selectBestTextFlavor, setHumanPresentableName, toString, tryToLoadClass, writeExternal
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static JadiceRasteredImageDataFlavor get()
Returns:
an instance of the JadiceRasteredImageDataFlavor.

isJadiceRasteredImageDataFlavor

public static boolean isJadiceRasteredImageDataFlavor(DataFlavor flavor)
Check if the given DataFlavor is a JadiceRasteredImageDataFlavor.

Parameters:
flavor -
Returns:
true if the given flavor is an JadiceRasteredImageDataFlavor


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.