net.sourceforge.plantuml
Class OptionFlags

java.lang.Object
  extended by net.sourceforge.plantuml.OptionFlags

public class OptionFlags
extends Object


Field Summary
static boolean ADD_NICE_FOR_DOT
           
static boolean ALLOW_INCLUDE
           
static boolean CRASH_SPRITE
           
static boolean GRAPHVIZCACHE
           
static boolean HORIZONTAL_LINE_BETWEEN_DIFFERENT_PACKAGE_ALLOWED
           
static boolean STRICT_SELFMESSAGE_POSITION
           
static boolean TEOZ
           
static boolean TRACE_DOT
           
static boolean USE_HECTOR
           
static boolean USE_INTERFACE_EYE1
           
static boolean USE_INTERFACE_EYE2
           
 
Method Summary
 String getDotExecutable()
           
static OptionFlags getInstance()
           
 boolean isCheckDotError()
           
 boolean isEncodesprite()
           
 boolean isGui()
           
 boolean isKeepTmpFiles()
           
 boolean isMetadata()
           
 boolean isOverwrite()
           
 boolean isPrintFonts()
           
 boolean isQuiet()
           
 boolean isSystemExit()
           
 boolean isUseSuggestEngine()
           
 boolean isVerbose()
           
 boolean isWord()
           
 void logData(File file, Diagram system)
           
 void setCheckDotError(boolean checkDotError)
           
 void setDotExecutable(String dotExecutable)
           
 void setEncodesprite(boolean encodesprite)
           
 void setGui(boolean gui)
           
 void setKeepTmpFiles(boolean keepTmpFiles)
           
 void setLogData(File logData)
           
 void setMetadata(boolean metadata)
           
 void setOverwrite(boolean overwrite)
           
 void setPrintFonts(boolean printFonts)
           
 void setQuiet(boolean quiet)
           
 void setSystemExit(boolean systemExit)
           
 void setUseSuggestEngine(boolean useSuggestEngine)
           
 void setVerbose(boolean verbose)
           
 void setWord(boolean word)
           
 boolean useJavaInsteadOfDot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPHVIZCACHE

public static boolean GRAPHVIZCACHE

TRACE_DOT

public static final boolean TRACE_DOT
See Also:
Constant Field Values

HORIZONTAL_LINE_BETWEEN_DIFFERENT_PACKAGE_ALLOWED

public static final boolean HORIZONTAL_LINE_BETWEEN_DIFFERENT_PACKAGE_ALLOWED
See Also:
Constant Field Values

ALLOW_INCLUDE

public static boolean ALLOW_INCLUDE

USE_HECTOR

public static final boolean USE_HECTOR
See Also:
Constant Field Values

ADD_NICE_FOR_DOT

public static boolean ADD_NICE_FOR_DOT

CRASH_SPRITE

public static final boolean CRASH_SPRITE
See Also:
Constant Field Values

STRICT_SELFMESSAGE_POSITION

public static final boolean STRICT_SELFMESSAGE_POSITION
See Also:
Constant Field Values

TEOZ

public static final boolean TEOZ
See Also:
Constant Field Values

USE_INTERFACE_EYE1

public static final boolean USE_INTERFACE_EYE1
See Also:
Constant Field Values

USE_INTERFACE_EYE2

public static final boolean USE_INTERFACE_EYE2
See Also:
Constant Field Values
Method Detail

useJavaInsteadOfDot

public boolean useJavaInsteadOfDot()

getInstance

public static OptionFlags getInstance()

isKeepTmpFiles

public final boolean isKeepTmpFiles()

setKeepTmpFiles

public final void setKeepTmpFiles(boolean keepTmpFiles)

isVerbose

public final boolean isVerbose()

setVerbose

public final void setVerbose(boolean verbose)

isMetadata

public final boolean isMetadata()

setMetadata

public final void setMetadata(boolean metadata)

isWord

public final boolean isWord()

setWord

public final void setWord(boolean word)

isSystemExit

public final boolean isSystemExit()

setSystemExit

public final void setSystemExit(boolean systemExit)

getDotExecutable

public final String getDotExecutable()

setDotExecutable

public final void setDotExecutable(String dotExecutable)

isGui

public final boolean isGui()

setGui

public final void setGui(boolean gui)

isQuiet

public final boolean isQuiet()

setQuiet

public final void setQuiet(boolean quiet)

isCheckDotError

public final boolean isCheckDotError()

setCheckDotError

public final void setCheckDotError(boolean checkDotError)

logData

public void logData(File file,
                    Diagram system)

setLogData

public final void setLogData(File logData)

isPrintFonts

public final boolean isPrintFonts()

setPrintFonts

public final void setPrintFonts(boolean printFonts)

isUseSuggestEngine

public final boolean isUseSuggestEngine()

setUseSuggestEngine

public final void setUseSuggestEngine(boolean useSuggestEngine)

isEncodesprite

public final boolean isEncodesprite()

setEncodesprite

public final void setEncodesprite(boolean encodesprite)

isOverwrite

public final boolean isOverwrite()

setOverwrite

public final void setOverwrite(boolean overwrite)


Copyright © 2014. All Rights Reserved.