Package net.sourceforge.plantuml
Class GeneratedImageImpl
java.lang.Object
net.sourceforge.plantuml.GeneratedImageImpl
- All Implemented Interfaces:
java.lang.Comparable<GeneratedImage>
,GeneratedImage
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedImageImpl
(SFile pngFile, java.lang.String description, BlockUml blockUml, int status) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(GeneratedImage this2) boolean
equals
(java.lang.Object obj) java.lang.String
java.io.File
final int
int
hashCode()
int
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
GeneratedImageImpl
-
-
Method Details
-
getStatus
public final int getStatus()- Specified by:
getStatus
in interfaceGeneratedImage
-
getPngFile
public java.io.File getPngFile()- Specified by:
getPngFile
in interfaceGeneratedImage
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceGeneratedImage
-
lineErrorRaw
public int lineErrorRaw()- Specified by:
lineErrorRaw
in interfaceGeneratedImage
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
compareTo
- Specified by:
compareTo
in interfacejava.lang.Comparable<GeneratedImage>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj) - Overrides:
equals
in classjava.lang.Object
-
getBlockUml
-