public class POVRayFormat extends AbstractResourceFormat implements IResourceFormat
| Constructor and Description | 
|---|
| POVRayFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFormatName()Returns a one-lined format name of the format. | 
| static IResourceFormat | getInstance() | 
| String | getMIMEType()Returns the accepted MIME type for this format. | 
| String[] | getNameExtensions()Returns an array of common resource name extensions. | 
| String | getPreferredNameExtension()Returns the preferred resource name extension. | 
| boolean | isXMLBased()Indicates if the format is an XML-based language. | 
equals, hashCodepublic static IResourceFormat getInstance()
public String getFormatName()
getFormatName in interface IResourceFormatpublic String getMIMEType()
getMIMEType in interface IResourceFormatpublic String getPreferredNameExtension()
getPreferredNameExtension in interface IResourceFormatpublic String[] getNameExtensions()
getNameExtensions in interface IResourceFormatpublic boolean isXMLBased()
isXMLBased in interface IResourceFormatCopyright © 2017. All Rights Reserved.