Package net.sourceforge.plantuml
Class GeneratedImageImpl
- java.lang.Object
-
- net.sourceforge.plantuml.GeneratedImageImpl
-
- All Implemented Interfaces:
java.lang.Comparable<GeneratedImage>
,GeneratedImage
public class GeneratedImageImpl extends java.lang.Object implements GeneratedImage
-
-
Constructor Summary
Constructors Constructor Description GeneratedImageImpl(SFile pngFile, java.lang.String description, BlockUml blockUml, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GeneratedImage this2)
boolean
equals(java.lang.Object obj)
BlockUml
getBlockUml()
java.lang.String
getDescription()
java.io.File
getPngFile()
int
getStatus()
int
hashCode()
int
lineErrorRaw()
java.lang.String
toString()
-
-
-
Method Detail
-
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
public int compareTo(GeneratedImage this2)
- 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
public BlockUml getBlockUml()
-
-