net.sourceforge.plantuml
Class GeneratedImage
java.lang.Object
net.sourceforge.plantuml.GeneratedImage
- All Implemented Interfaces:
- java.lang.Comparable<GeneratedImage>
public class GeneratedImage
- extends java.lang.Object
- implements java.lang.Comparable<GeneratedImage>
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GeneratedImage
public GeneratedImage(java.io.File pngFile,
java.lang.String description,
PSystem system)
getPngFile
public java.io.File getPngFile()
getDescription
public java.lang.String getDescription()
isError
public boolean isError()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
compareTo
public int compareTo(GeneratedImage this2)
- Specified by:
compareTo
in interface java.lang.Comparable<GeneratedImage>
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2011. All Rights Reserved.