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
See here.
- Author:
- Miguel Rojas
- Source code:
- main
- Belongs to CDK module:
- ioformats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a one-lined format name of the format.static IResourceFormat
Returns the accepted MIME type for this format.String[]
Returns an array of common resource name extensions.Returns the preferred resource name extension.boolean
Indicates if the format is an XML-based language.Methods inherited from class org.openscience.cdk.io.formats.AbstractResourceFormat
equals, hashCode
-
Constructor Details
-
POVRayFormat
public POVRayFormat()
-
-
Method Details
-
getInstance
-
getFormatName
Returns a one-lined format name of the format.- Specified by:
getFormatName
in interfaceIResourceFormat
-
getMIMEType
Returns the accepted MIME type for this format.- Specified by:
getMIMEType
in interfaceIResourceFormat
- Returns:
- null if no MIME type has been accepted on
-
getPreferredNameExtension
Returns the preferred resource name extension.- Specified by:
getPreferredNameExtension
in interfaceIResourceFormat
-
getNameExtensions
Returns an array of common resource name extensions.- Specified by:
getNameExtensions
in interfaceIResourceFormat
-
isXMLBased
public boolean isXMLBased()Indicates if the format is an XML-based language.- Specified by:
isXMLBased
in interfaceIResourceFormat
- Returns:
- if the format is XML-based.
-