Package net.sourceforge.plantuml
Interface GeneratedImage
-
- All Superinterfaces:
Comparable<GeneratedImage>
- All Known Implementing Classes:
GeneratedImageImpl
public interface GeneratedImage extends Comparable<GeneratedImage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
File
getPngFile()
int
getStatus()
int
lineErrorRaw()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-