Class VizDebugUtils

java.lang.Object
net.ontopia.topicmaps.viz.VizDebugUtils

public class VizDebugUtils extends Object
  • Field Details

  • Constructor Details

    • VizDebugUtils

      public VizDebugUtils()
  • Method Details

    • 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)