net.sourceforge.plantuml.cucadiagram.dot
Class DrawFile

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.DrawFile

public class DrawFile
extends Object


Method Summary
static DrawFile create(Lazy<File> png, Lazy<String> svg, Lazy<File> eps, Object signature)
           
static DrawFile createFromFile(File fPng, String svg, File fEps)
           
 void deleteDrawFile()
           
 File getEps()
           
 int getHeightPng()
           
 File getPng()
           
 File getPngOrEps(FileFormat format)
           
 String getSvg()
           
 int getWidthPng()
           
static boolean isCacheClean()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.