net.sourceforge.plantuml
Class GeneratedImage

java.lang.Object
  extended by net.sourceforge.plantuml.GeneratedImage
All Implemented Interfaces:
Comparable<GeneratedImage>

public class GeneratedImage
extends Object
implements Comparable<GeneratedImage>


Constructor Summary
GeneratedImage(File pngFile, String description, PSystem system)
           
 
Method Summary
 int compareTo(GeneratedImage this2)
           
 boolean equals(Object obj)
           
 String getDescription()
           
 File getPngFile()
           
 int hashCode()
           
 boolean isError()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratedImage

public GeneratedImage(File pngFile,
                      String description,
                      PSystem system)
Method Detail

getPngFile

public File getPngFile()

getDescription

public String getDescription()

isError

public boolean isError()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(GeneratedImage this2)
Specified by:
compareTo in interface Comparable<GeneratedImage>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.