com.tensegrity.generic.util
Class DebugToString

java.lang.Object
  extended bycom.tensegrity.generic.util.DebugToString

Deprecated. This class might be removed at any time, so no customer code should depend on it!

public final class DebugToString
extends java.lang.Object

Class for displaying debugging information for internal use. The correct functionality is not guaranteed!

Version:
$Id: DebugToString.java,v 1.6 2006/01/02 17:56:37 BurkhardWick Exp $
Author:
Burkhard Wick

Method Summary
static java.lang.String getCompositeBBoxInfo(int mask)
          Deprecated. Returns a human readable string representing all flags that are set in the composite bounding box calculation mask.
static java.lang.String getDrawMaskInfo(int mask)
          Deprecated. Returns a human readable string representing all flags that are set in the view mode.
static java.lang.String getViewModeInfo(int modeMask)
          Deprecated. Returns a human readable string representing all flags that are set in the view mode.
static java.lang.String toString(double[] values)
          Deprecated.  
static java.lang.String toString(int[] values)
          Deprecated.  
static java.lang.String toString(java.lang.Object[] obj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getViewModeInfo

public static final java.lang.String getViewModeInfo(int modeMask)
Deprecated. 
Returns a human readable string representing all flags that are set in the view mode.

Parameters:
modeMask - the mode mask (getModeMask())
Returns:
human readable string
See Also:
Debug.getMaskInfo(int, int[], String[])

getDrawMaskInfo

public static final java.lang.String getDrawMaskInfo(int mask)
Deprecated. 
Returns a human readable string representing all flags that are set in the view mode.

Parameters:
mask - The mask to get human readable info for
Returns:
The text to display

getCompositeBBoxInfo

public static final java.lang.String getCompositeBBoxInfo(int mask)
Deprecated. 
Returns a human readable string representing all flags that are set in the composite bounding box calculation mask.

Parameters:
mask - The mask to get human readable info for
Returns:
The text to display

toString

public static final java.lang.String toString(int[] values)
Deprecated. 

toString

public static final java.lang.String toString(double[] values)
Deprecated. 

toString

public static java.lang.String toString(java.lang.Object[] obj)
Deprecated. 


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.