Package net.sourceforge.plantuml
Class GeneratedImageImpl
java.lang.Object
net.sourceforge.plantuml.GeneratedImageImpl
- All Implemented Interfaces:
Comparable<GeneratedImage>,GeneratedImage
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedImageImpl(SFile pngFile, String description, BlockUml blockUml, int status) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(GeneratedImage this2) booleanfinal intinthashCode()inttoString()
-
Constructor Details
-
GeneratedImageImpl
-
-
Method Details
-
getStatus
public final int getStatus()- Specified by:
getStatusin interfaceGeneratedImage
-
getPngFile
- Specified by:
getPngFilein interfaceGeneratedImage
-
getDescription
- Specified by:
getDescriptionin interfaceGeneratedImage
-
lineErrorRaw
public int lineErrorRaw()- Specified by:
lineErrorRawin interfaceGeneratedImage
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<GeneratedImage>
-
hashCode
public int hashCode() -
equals
-
getBlockUml
-