com.sculley.jim.swjava
Class Component

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.Component

public class Component
extends CppPeer


Constructor Summary
Component(long ptr)
          SWComponent constructor comment.
 
Method Summary
 Body getBody()
          Insert the method's description here.
 SWBox getBoundingBox(boolean includeRefPlanes, boolean includeSketches)
          Insert the method's description here.
 long getChildCount()
          Insert the method's description here.
 java.util.Collection getChildren()
          Insert the method's description here.
 java.lang.String getMaterialIDName()
          Insert the method's description here.
 SWMaterialProperties getMaterialProperties()
          Insert the method's description here.
 java.lang.String getMaterialUserName()
          Insert the method's description here.
 ModelDoc getModel()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getPathName()
          Insert the method's description here.
 java.lang.String getReferencedConfiguration()
          Insert the method's description here.
 java.util.Enumeration getRelatedBodies()
          Insert the method's description here.
 java.util.Enumeration getSectionedBodies(ModelView modelView)
          Insert the method's description here.
 long getSuppressionState()
          Insert the method's description here.
 SWTransform getTransform()
          Insert the method's description here.
 boolean isFixed()
          Insert the method's description here.
 boolean isHidden(boolean considerSuppressedHidden)
          Insert the method's description here.
 boolean isSuppressed()
          Insert the method's description here.
 boolean setMaterialIDName(java.lang.String name)
          Insert the method's description here.
 boolean setMaterialProperties(SWMaterialProperties properties)
          Insert the method's description here.
 boolean setMaterialUserName(java.lang.String name)
          Insert the method's description here.
 boolean setReferencedConfiguration(java.lang.String configName)
          Insert the method's description here.
 boolean setSuppression(long suppressionState)
          Insert the method's description here.
 boolean setTransform(SWTransform transform)
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component(long ptr)
          throws java.lang.IllegalArgumentException
SWComponent constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

getBody

public Body getBody()
Insert the method's description here. Creation date: (2/20/00 2:21:29 PM)
Returns:
com.sculley.jim.swjava.Body

getBoundingBox

public SWBox getBoundingBox(boolean includeRefPlanes,
                            boolean includeSketches)
Insert the method's description here. Creation date: (2/20/00 2:24:06 PM)
Parameters:
includeRefPlanes - boolean
includeSketches - boolean
Returns:
com.sculley.jim.swjava.SWBox

getChildCount

public long getChildCount()
Insert the method's description here. Creation date: (2/20/00 2:54:40 PM)
Returns:
long

getChildren

public java.util.Collection getChildren()
Insert the method's description here. Creation date: (2/20/00 2:29:07 PM)
Returns:
java.util.Collection

getMaterialIDName

public java.lang.String getMaterialIDName()
Insert the method's description here. Creation date: (2/19/00 2:28:48 PM)
Returns:
java.lang.String

getMaterialProperties

public SWMaterialProperties getMaterialProperties()
Insert the method's description here. Creation date: (2/19/00 11:58:07 PM)
Returns:
com.sculley.jim.swjava.SWMaterialProperties

getMaterialUserName

public java.lang.String getMaterialUserName()
Insert the method's description here. Creation date: (2/19/00 2:28:48 PM)
Returns:
java.lang.String

getModel

public ModelDoc getModel()
Insert the method's description here. Creation date: (2/20/00 2:32:16 PM)
Returns:
com.sculley.jim.swjava.ModelDoc

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (2/20/00 3:08:06 PM)
Returns:
java.lang.String

getPathName

public java.lang.String getPathName()
Insert the method's description here. Creation date: (2/20/00 2:33:39 PM)
Returns:
java.lang.String

getReferencedConfiguration

public java.lang.String getReferencedConfiguration()
Insert the method's description here. Creation date: (2/20/00 2:59:28 PM)
Returns:
java.lang.String

getRelatedBodies

public java.util.Enumeration getRelatedBodies()
Insert the method's description here. Creation date: (2/20/00 2:16:12 PM)
Returns:
java.util.Enumeration

getSectionedBodies

public java.util.Enumeration getSectionedBodies(ModelView modelView)
Insert the method's description here. Creation date: (2/20/00 2:18:43 PM)
Parameters:
modelView - com.sculley.jim.swjava.ModelView
Returns:
java.util.Enumeration

getSuppressionState

public long getSuppressionState()
Insert the method's description here. Creation date: (2/20/00 2:35:43 PM)
Returns:
long

getTransform

public SWTransform getTransform()
Insert the method's description here. Creation date: (2/20/00 2:36:59 PM)
Returns:
com.sculley.jim.swjava.SWTransform

isFixed

public boolean isFixed()
Insert the method's description here. Creation date: (2/20/00 2:55:33 PM)
Returns:
boolean

isHidden

public boolean isHidden(boolean considerSuppressedHidden)
Insert the method's description here. Creation date: (2/20/00 2:55:33 PM)
Parameters:
considerSuppressedHidden - boolean
Returns:
boolean

isSuppressed

public boolean isSuppressed()
Insert the method's description here. Creation date: (2/20/00 2:55:33 PM)
Returns:
boolean

setMaterialIDName

public boolean setMaterialIDName(java.lang.String name)
Insert the method's description here. Creation date: (2/19/00 2:28:48 PM)
Parameters:
name - java.lang.String
Returns:
boolean

setMaterialProperties

public boolean setMaterialProperties(SWMaterialProperties properties)
Insert the method's description here. Creation date: (2/20/00 12:04:10 AM)
Parameters:
properties - com.sculley.jim.swjava.SWMaterialProperties
Returns:
boolean

setMaterialUserName

public boolean setMaterialUserName(java.lang.String name)
Insert the method's description here. Creation date: (2/19/00 2:28:48 PM)
Parameters:
name - java.lang.String
Returns:
boolean

setReferencedConfiguration

public boolean setReferencedConfiguration(java.lang.String configName)
Insert the method's description here. Creation date: (2/20/00 3:00:51 PM)
Parameters:
configName - java.lang.String
Returns:
boolean

setSuppression

public boolean setSuppression(long suppressionState)
                       throws SuppressionException
Insert the method's description here. Creation date: (2/20/00 3:03:40 PM)
Parameters:
suppressionState - long
Returns:
boolean

setTransform

public boolean setTransform(SWTransform transform)
Insert the method's description here. Creation date: (2/19/00 8:55:23 PM)
Parameters:
transform - com.sculley.jim.swjava.SWTransform
Returns:
boolean