de.frag.umlplugin.graphio
Interface FileType

All Known Implementing Classes:
DiagramFileType, GraphFileType

public interface FileType

General file type for saving files.


Method Summary
 boolean canWriteThumbnail()
          Checks whether this file type supports storage of image thumbnails.
 java.lang.String getDescription()
          Gets file type description.
 java.lang.String toString()
          Gets file type name.
 

Method Detail

getDescription

@NotNull
java.lang.String getDescription()
Gets file type description.

Returns:
file type description

toString

@NotNull
java.lang.String toString()
Gets file type name.

Overrides:
toString in class java.lang.Object
Returns:
file type name

canWriteThumbnail

boolean canWriteThumbnail()
Checks whether this file type supports storage of image thumbnails.

Returns:
true, if this file type can create thumbnail images; false otherwise