Package net.ontopia.topicmaps.viz
Class VizDebugUtils
- java.lang.Object
-
- net.ontopia.topicmaps.viz.VizDebugUtils
-
public class VizDebugUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVizDebugUtils.CodeTimerstatic classVizDebugUtils.TimerManager
-
Field Summary
Fields Modifier and Type Field Description protected static booleanENABLE_MOTION_CONFIGURATIONstatic VizDebugUtils.TimerManagerman
-
Constructor Summary
Constructors Constructor Description VizDebugUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(String source)static StringformatTimeDeltaValue(long delta)static StringgetTimeDelta()static longgetTimeDeltaValue()static voidinstrumentedDebug(String source)static booleanisAnimatorEnabled()static booleanisDebugEnabled()static booleanisDebugFailMode()static booleanisNeighbouringCircleEnabled()static voidresetTimer()static voidsetDebugFailMode(boolean fail)static voidtimeDebug(String label)
-
-
-
Field Detail
-
man
public static VizDebugUtils.TimerManager man
-
ENABLE_MOTION_CONFIGURATION
protected static final boolean ENABLE_MOTION_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
isDebugEnabled
public static boolean isDebugEnabled()
-
isAnimatorEnabled
public static boolean isAnimatorEnabled()
-
isNeighbouringCircleEnabled
public static boolean isNeighbouringCircleEnabled()
-
isDebugFailMode
public static boolean isDebugFailMode()
-
setDebugFailMode
public static void setDebugFailMode(boolean fail)
-
debug
public static void debug(String source)
-
timeDebug
public static void timeDebug(String label)
-
resetTimer
public static void resetTimer()
-
getTimeDelta
public static String getTimeDelta()
-
formatTimeDeltaValue
public static String formatTimeDeltaValue(long delta)
-
getTimeDeltaValue
public static long getTimeDeltaValue()
-
instrumentedDebug
public static void instrumentedDebug(String source)
-
-