Class ChemDrawCDX
- java.lang.Object
-
- com.actelion.research.gui.clipboard.external.ChemDrawCDX
-
public class ChemDrawCDX extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ChemDrawCDX.CDPAtomCharge
class
ChemDrawCDX.CDPAtomCIP
class
ChemDrawCDX.CDPAtomEnhGroup
class
ChemDrawCDX.CDPAtomEnhStereoType
class
ChemDrawCDX.CDPAtomIsotope
class
ChemDrawCDX.CDPAtomRadical
class
ChemDrawCDX.CDPBondAttach
class
ChemDrawCDX.CDPBondBegin
class
ChemDrawCDX.CDPBondDisplay
class
ChemDrawCDX.CDPBondEnd
class
ChemDrawCDX.CDPBondType
class
ChemDrawCDX.CDPElement
class
ChemDrawCDX.CDPPoint2D
class
ChemDrawCDX.CDPProducts
class
ChemDrawCDX.CDPReactants
class
ChemDrawCDX.CDPShowAtomStereo
class
ChemDrawCDX.CDPShowBondStereo
class
ChemDrawCDX.CDPShowEnhAtomStereo
class
ChemDrawCDX.CDPText
class
ChemDrawCDX.CDXDocument
class
ChemDrawCDX.CDXPage
class
ChemDrawCDX.CDXReactionStep
-
Field Summary
Fields Modifier and Type Field Description static int
kCDXObj_Bond
static int
kCDXObj_Fragment
static int
kCDXObj_Group
static int
kCDXObj_Node
static int
kCDXObj_Page
-
Constructor Summary
Constructors Constructor Description ChemDrawCDX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
build()
void
dump(com.actelion.research.gui.clipboard.external.ChemDrawCDX.CDXNode tn)
byte[]
getChemDrawBuffer(Reaction rxn)
byte[]
getChemDrawBuffer(StereoMolecule mol)
boolean
parse(java.io.BufferedInputStream is)
void
test()
void
write(java.io.DataOutput d, com.actelion.research.gui.clipboard.external.ChemDrawCDX.CDXNode tn)
-
-
-
Field Detail
-
kCDXObj_Page
public static final int kCDXObj_Page
- See Also:
- Constant Field Values
-
kCDXObj_Group
public static final int kCDXObj_Group
- See Also:
- Constant Field Values
-
kCDXObj_Fragment
public static final int kCDXObj_Fragment
- See Also:
- Constant Field Values
-
kCDXObj_Node
public static final int kCDXObj_Node
- See Also:
- Constant Field Values
-
kCDXObj_Bond
public static final int kCDXObj_Bond
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public boolean parse(java.io.BufferedInputStream is)
-
build
public java.lang.String build()
-
getChemDrawBuffer
public byte[] getChemDrawBuffer(StereoMolecule mol)
-
getChemDrawBuffer
public byte[] getChemDrawBuffer(Reaction rxn)
-
dump
public void dump(com.actelion.research.gui.clipboard.external.ChemDrawCDX.CDXNode tn)
-
write
public void write(java.io.DataOutput d, com.actelion.research.gui.clipboard.external.ChemDrawCDX.CDXNode tn)
-
test
public void test()
-
-