@PublicAPI public class MoleculeMap extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MoleculeMap |
Empty
The static
Empty method instantiates a MoleculeMap class
with Empty MoleculeData content |
Constructor and Description |
---|
MoleculeMap(IMoleculeData moleculeData,
Location location)
The constructor of the MoleculeMap class
|
MoleculeMap(IMoleculeData moleculeData,
Location location,
java.lang.String imageRenderingSettings)
The constructor of the MoleculeMap class
|
MoleculeMap(IMoleculeData moleculeData,
Location location,
java.lang.String imageRenderingSettings,
java.lang.String version)
The constructor of the MoleculeMap class
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageRenderingSettings()
Returns the rendering settings of the Molecule image in ChemAxon string
literal format
|
Location |
getLocation()
Returns the location of the Molecule Data inside the Document
|
IMoleculeData |
getMoleculeData()
Returns the molecule data content of the MoleculeMap
|
java.lang.String |
getVersion() |
boolean |
IsEmpty()
Checks if the MoleculeMap object is empty or not
|
public static MoleculeMap Empty
Empty
method instantiates a MoleculeMap class
with Empty MoleculeData contentpublic MoleculeMap(IMoleculeData moleculeData, Location location)
moleculeData
- - The MoleculeData contentlocation
- - The Location of the MoleculeData in the Documentpublic MoleculeMap(IMoleculeData moleculeData, Location location, java.lang.String imageRenderingSettings)
moleculeData
- - The MoleculeData contentlocation
- - The Location of the MoleculeData in the DocumentimageRenderingSettings
- - The rendering settings of the Molecule image in ChemAxon
string literal formatpublic MoleculeMap(IMoleculeData moleculeData, Location location, java.lang.String imageRenderingSettings, java.lang.String version)
moleculeData
- - The MoleculeData contentlocation
- - The Location of the MoleculeData in the DocumentimageRenderingSettings
- - The rendering settings of the Molecule image in ChemAxon
string literal formatversion
- - JCO office version number.public IMoleculeData getMoleculeData()
public Location getLocation()
public java.lang.String getImageRenderingSettings()
public java.lang.String getVersion()
public boolean IsEmpty()