|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.DebugToString
Class for displaying debugging information for internal use. The correct functionality is not guaranteed!
| 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 |
public static final java.lang.String getViewModeInfo(int modeMask)
modeMask - the mode mask (getModeMask())
Debug.getMaskInfo(int, int[], String[])public static final java.lang.String getDrawMaskInfo(int mask)
mask - The mask to get human readable info for
public static final java.lang.String getCompositeBBoxInfo(int mask)
mask - The mask to get human readable info for
public static final java.lang.String toString(int[] values)
public static final java.lang.String toString(double[] values)
public static java.lang.String toString(java.lang.Object[] obj)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||