net.sourceforge.plantuml.cucadiagram.dot
Class DrawFile
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.DrawFile
public class DrawFile
- extends Object
isCacheClean
public static boolean isCacheClean()
create
public static DrawFile create(Lazy<File> png,
Lazy<String> svg,
Lazy<File> eps,
Object signature)
toString
public String toString()
- Overrides:
toString
in class Object
createFromFile
public static DrawFile createFromFile(File fPng,
String svg,
File fEps)
getPngOrEps
public File getPngOrEps(FileFormat format)
throws IOException
- Throws:
IOException
getPng
public File getPng()
throws IOException
- Throws:
IOException
getSvg
public String getSvg()
throws IOException
- Throws:
IOException
getEps
public File getEps()
throws IOException
- Throws:
IOException
deleteDrawFile
public void deleteDrawFile()
getWidthPng
public final int getWidthPng()
throws IOException
- Throws:
IOException
getHeightPng
public final int getHeightPng()
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.