chemaxon.marvin.util
Interface CopyOptConstants


Deprecated. since 5.2.1 the whole copy-paste engine was refactored. The constants defined in this interface either non exists in the new implementation or its value has changed. See the constants own description for details.

@Deprecated
public interface CopyOptConstants

Display option masks and offsets.

Since:
Marvin 4.1, 01/06/2006
Version:
5.2, 10/05/2007
Author:
Tamas Vertse

Field Summary
static java.lang.String COPY_AS_IMAGE_BITMAP
          Deprecated.  
static java.lang.String COPY_AS_IMAGE_EMF
          Deprecated.  
static java.lang.String COPY_AS_OLE
          Deprecated.  
static java.lang.String COPY_AS_TEXT
          Deprecated.  
static java.lang.String FMT_EMF
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_IMAGE
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_MOL
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_MRV
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_OLE
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_PLAINTEXT
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_RXN
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_SMILES
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_STRING
          Deprecated. will be deleted, no need to this constant
static java.lang.String FMT_STRUCTURE
          Deprecated.  
 

Field Detail

COPY_AS_TEXT

@Deprecated
static final java.lang.String COPY_AS_TEXT
Deprecated. 
Copy data to the clipboard as Plain Text

See Also:
Constant Field Values

COPY_AS_IMAGE_BITMAP

@Deprecated
static final java.lang.String COPY_AS_IMAGE_BITMAP
Deprecated. 
Copy data to the clipboard as a Bitmap image

See Also:
Constant Field Values

COPY_AS_OLE

@Deprecated
static final java.lang.String COPY_AS_OLE
Deprecated. 
Copy data to the clipboard as an OLE object

See Also:
Constant Field Values

COPY_AS_IMAGE_EMF

@Deprecated
static final java.lang.String COPY_AS_IMAGE_EMF
Deprecated. 
Copy data to the clipboard as a Vector graphical image

See Also:
Constant Field Values

FMT_STRUCTURE

@Deprecated
static final java.lang.String FMT_STRUCTURE
Deprecated. 
Id for structure copy.

See Also:
Constant Field Values

FMT_MRV

@Deprecated
static final java.lang.String FMT_MRV
Deprecated. will be deleted, no need to this constant
Id for mrv copy.

See Also:
Constant Field Values

FMT_MOL

@Deprecated
static final java.lang.String FMT_MOL
Deprecated. will be deleted, no need to this constant
Id for mol copy.

See Also:
Constant Field Values

FMT_RXN

@Deprecated
static final java.lang.String FMT_RXN
Deprecated. will be deleted, no need to this constant
Id for rxn copy.

See Also:
Constant Field Values

FMT_EMF

@Deprecated
static final java.lang.String FMT_EMF
Deprecated. will be deleted, no need to this constant
Id for EMF copy.

See Also:
Constant Field Values

FMT_IMAGE

@Deprecated
static final java.lang.String FMT_IMAGE
Deprecated. will be deleted, no need to this constant
Id for image copy.

See Also:
Constant Field Values

FMT_PLAINTEXT

@Deprecated
static final java.lang.String FMT_PLAINTEXT
Deprecated. will be deleted, no need to this constant
Id for Plain Text copy.

See Also:
Constant Field Values

FMT_STRING

@Deprecated
static final java.lang.String FMT_STRING
Deprecated. will be deleted, no need to this constant
Id for String copy.

See Also:
Constant Field Values

FMT_SMILES

@Deprecated
static final java.lang.String FMT_SMILES
Deprecated. will be deleted, no need to this constant
Id for SMILES copy.

See Also:
Constant Field Values

FMT_OLE

@Deprecated
static final java.lang.String FMT_OLE
Deprecated. will be deleted, no need to this constant
Id for OLE copy.

See Also:
Constant Field Values