org.xith3d.utility.sgtree.infoitems
Class SGTInfo_Object
java.lang.Object
org.xith3d.utility.sgtree.infoitems.SGTInfo_Object
- Direct Known Subclasses:
- SGTInfo_Alpha, SGTInfo_Appearance, SGTInfo_Bounds, SGTInfo_ColoringAttributes, SGTInfo_LineAttributes, SGTInfo_Material, SGTInfo_PointAttributes, SGTInfo_PolygonAttributes, SGTInfo_RenderingAttributes, SGTInfo_SceneGraphObject, SGTInfo_TexCoordGeneration, SGTInfo_Texture, SGTInfo_TextureAttributes, SGTInfo_Transform3D, SGTInfo_TransparencyAttributes
public abstract class SGTInfo_Object
- extends java.lang.Object
Xith3DTree
Display a Xith3D scenegraph in a Swing Tree control
|
Method Summary |
protected java.lang.String |
addFields(java.lang.Class<?> classObj,
boolean bPublic)
|
protected java.lang.String |
addMethods(java.lang.Class<?> classObj,
boolean bPublic)
|
void |
addToTree(SGTree tree,
javax.swing.tree.DefaultMutableTreeNode parent,
java.lang.Object obj)
|
int[] |
getCapabilityBits()
|
java.lang.String |
getInfo(java.lang.Object obj)
|
java.lang.String |
insertSectionBreak(java.lang.String szText)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SGTInfo_Object
public SGTInfo_Object()
insertSectionBreak
public java.lang.String insertSectionBreak(java.lang.String szText)
getCapabilityBits
public int[] getCapabilityBits()
addToTree
public void addToTree(SGTree tree,
javax.swing.tree.DefaultMutableTreeNode parent,
java.lang.Object obj)
addFields
protected java.lang.String addFields(java.lang.Class<?> classObj,
boolean bPublic)
addMethods
protected java.lang.String addMethods(java.lang.Class<?> classObj,
boolean bPublic)
getInfo
public java.lang.String getInfo(java.lang.Object obj)