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 class
VizDebugUtils.CodeTimer
static class
VizDebugUtils.TimerManager
-
Field Summary
Fields Modifier and Type Field Description protected static boolean
ENABLE_MOTION_CONFIGURATION
static VizDebugUtils.TimerManager
man
-
Constructor Summary
Constructors Constructor Description VizDebugUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
debug(String source)
static String
formatTimeDeltaValue(long delta)
static String
getTimeDelta()
static long
getTimeDeltaValue()
static void
instrumentedDebug(String source)
static boolean
isAnimatorEnabled()
static boolean
isDebugEnabled()
static boolean
isDebugFailMode()
static boolean
isNeighbouringCircleEnabled()
static void
resetTimer()
static void
setDebugFailMode(boolean fail)
static void
timeDebug(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)
-
-