Package org.openscience.cdk.io.formats
Class Chem3D_Cartesian_2Format
- java.lang.Object
-
- org.openscience.cdk.io.formats.AbstractResourceFormat
-
- org.openscience.cdk.io.formats.Chem3D_Cartesian_2Format
-
- All Implemented Interfaces:
IChemFormat,IResourceFormat
public class Chem3D_Cartesian_2Format extends AbstractResourceFormat implements IChemFormat
- Author:
- Miguel Rojas
- Source code:
- main
- Belongs to CDK module:
- ioformats
-
-
Constructor Summary
Constructors Constructor Description Chem3D_Cartesian_2Format()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormatName()static IResourceFormatgetInstance()StringgetMIMEType()String[]getNameExtensions()StringgetPreferredNameExtension()StringgetReaderClassName()intgetRequiredDataFeatures()intgetSupportedDataFeatures()StringgetWriterClassName()booleanisXMLBased()-
Methods inherited from class org.openscience.cdk.io.formats.AbstractResourceFormat
equals, hashCode
-
-
-
-
Method Detail
-
getInstance
public static IResourceFormat getInstance()
-
getFormatName
public String getFormatName()
- Specified by:
getFormatNamein interfaceIResourceFormat
-
getMIMEType
public String getMIMEType()
- Specified by:
getMIMETypein interfaceIResourceFormat
-
getPreferredNameExtension
public String getPreferredNameExtension()
- Specified by:
getPreferredNameExtensionin interfaceIResourceFormat
-
getNameExtensions
public String[] getNameExtensions()
- Specified by:
getNameExtensionsin interfaceIResourceFormat
-
getReaderClassName
public String getReaderClassName()
- Specified by:
getReaderClassNamein interfaceIChemFormat
-
getWriterClassName
public String getWriterClassName()
- Specified by:
getWriterClassNamein interfaceIChemFormat
-
isXMLBased
public boolean isXMLBased()
- Specified by:
isXMLBasedin interfaceIResourceFormat
-
getSupportedDataFeatures
public int getSupportedDataFeatures()
- Specified by:
getSupportedDataFeaturesin interfaceIChemFormat
-
getRequiredDataFeatures
public int getRequiredDataFeatures()
- Specified by:
getRequiredDataFeaturesin interfaceIChemFormat
-
-