|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.erichseifert.gral.io.IOCapabilities
public class IOCapabilities
Class that stores information on a DrawableWriter
.
Constructor Summary | |
---|---|
IOCapabilities(String format,
String name,
String mimeType,
String... extensions)
Creates a new IOCapabilities object with the specified format,
name, MIME-Type and filename extensions. |
Method Summary | |
---|---|
String[] |
getExtensions()
Returns an array with Strings containing all possible filename extensions. |
String |
getFormat()
Returns the format. |
String |
getMimeType()
Returns the MIME-Type of the format. |
String |
getName()
Returns the name of the format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOCapabilities(String format, String name, String mimeType, String... extensions)
IOCapabilities
object with the specified format,
name, MIME-Type and filename extensions.
format
- Format.name
- Name.mimeType
- MIME-Typeextensions
- Extensions.Method Detail |
---|
public String getFormat()
public String getName()
public String getMimeType()
public String[] getExtensions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |