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, hashCode
public static IResourceFormat getInstance()
public String getFormatName()
getFormatName
in interface IResourceFormat
public String getMIMEType()
getMIMEType
in interface IResourceFormat
public String getPreferredNameExtension()
getPreferredNameExtension
in interface IResourceFormat
public String[] getNameExtensions()
getNameExtensions
in interface IResourceFormat
public boolean isXMLBased()
isXMLBased
in interface IResourceFormat
Copyright © 2017. All Rights Reserved.