Package org.openscience.cdk.io.formats
Class POVRayFormat
- java.lang.Object
-
- org.openscience.cdk.io.formats.AbstractResourceFormat
-
- org.openscience.cdk.io.formats.POVRayFormat
-
- All Implemented Interfaces:
IResourceFormat
public class POVRayFormat extends AbstractResourceFormat implements IResourceFormat
See here.- Author:
- Miguel Rojas
- Source code:
- main
- Belongs to CDK module:
- ioformats
-
-
Constructor Summary
Constructors Constructor Description POVRayFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormatName()static IResourceFormatgetInstance()StringgetMIMEType()String[]getNameExtensions()StringgetPreferredNameExtension()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
-
isXMLBased
public boolean isXMLBased()
- Specified by:
isXMLBasedin interfaceIResourceFormat
-
-