com.sculley.jim.swjava
Class Dimension

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

public class Dimension
extends CppPeer

Insert the type's description here. Creation date: (2/24/00 12:52:55 PM)


Constructor Summary
Dimension(long ptr)
          Dimension constructor comment.
 
Method Summary
 long getArcEndCondition(long index)
          Insert the method's description here.
 java.lang.String getFullName()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 long getState()
          Insert the method's description here.
 double getSystemValue()
          Insert the method's description here.
 SWTolerance getTolerance()
          Insert the method's description here.
 double getUserValueIn(ModelDoc modelDoc)
          Insert the method's description here.
 double getValue()
          Insert the method's description here.
 boolean isAppliedToAllConfigs()
          Insert the method's description here.
 boolean isReadOnly()
          Insert the method's description here.
 boolean isReference()
          Insert the method's description here.
 boolean setArcEndCondition(int index, long condition)
          Insert the method's description here.
 boolean setName(java.lang.String name)
          Insert the method's description here.
 boolean setReadOnly(boolean isReadOnly)
          Insert the method's description here.
 boolean setState(long state)
          Insert the method's description here.
 boolean setState(long state, long ptr)
          Insert the method's description here.
 boolean setSystemValue(long value, long configFlag)
          Insert the method's description here.
 boolean setTolerance(SWTolerance tol)
          Insert the method's description here.
 boolean setUserValueIn(ModelDoc mDoc, double value, long configFlag)
          Insert the method's description here.
 boolean setValue(double value, long configFlag)
          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

Dimension

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

getArcEndCondition

public long getArcEndCondition(long index)
Insert the method's description here. Creation date: (2/24/00 12:54:53 PM)
Parameters:
index - long
Returns:
long

getFullName

public java.lang.String getFullName()
Insert the method's description here. Creation date: (2/25/00 12:50:42 PM)
Returns:
java.lang.String

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (2/25/00 12:50:42 PM)
Returns:
java.lang.String

getState

public long getState()
Insert the method's description here. Creation date: (2/25/00 12:49:03 PM)
Returns:
long

getSystemValue

public double getSystemValue()
Insert the method's description here. Creation date: (2/25/00 1:04:44 PM)
Returns:
double

getTolerance

public SWTolerance getTolerance()
Insert the method's description here. Creation date: (2/24/00 1:00:12 PM)
Returns:
com.sculley.jim.swjava.SWToleranceFit

getUserValueIn

public double getUserValueIn(ModelDoc modelDoc)
Insert the method's description here. Creation date: (2/24/00 1:37:47 PM)
Parameters:
modelDoc - com.sculley.jim.swjava.ModelDoc
Returns:
double

getValue

public double getValue()
Insert the method's description here. Creation date: (2/25/00 1:04:44 PM)
Returns:
double

isAppliedToAllConfigs

public boolean isAppliedToAllConfigs()
Insert the method's description here. Creation date: (2/24/00 1:41:15 PM)
Returns:
boolean

isReadOnly

public boolean isReadOnly()
Insert the method's description here. Creation date: (2/25/00 12:59:48 PM)
Returns:
boolean

isReference

public boolean isReference()
Insert the method's description here. Creation date: (2/25/00 12:52:39 PM)
Returns:
boolean

setArcEndCondition

public boolean setArcEndCondition(int index,
                                  long condition)
Insert the method's description here. Creation date: (2/24/00 1:43:06 PM)
Parameters:
index - int
condition - long
Returns:
boolean

setName

public boolean setName(java.lang.String name)
Insert the method's description here. Creation date: (2/25/00 12:58:43 PM)
Parameters:
name - java.lang.String
Returns:
boolean

setReadOnly

public boolean setReadOnly(boolean isReadOnly)
Insert the method's description here. Creation date: (2/25/00 1:03:01 PM)
Parameters:
isReadOnly - boolean
Returns:
boolean

setState

public boolean setState(long state)
Insert the method's description here. Creation date: (2/25/00 12:49:47 PM)
Parameters:
state - long
Returns:
boolean

setState

public boolean setState(long state,
                        long ptr)
Insert the method's description here. Creation date: (2/25/00 12:49:47 PM)
Parameters:
state - long
ptr - long
Returns:
boolean

setSystemValue

public boolean setSystemValue(long value,
                              long configFlag)
Insert the method's description here. Creation date: (2/25/00 12:24:22 PM)
Parameters:
value - long
configFlag - long
Returns:
boolean

setTolerance

public boolean setTolerance(SWTolerance tol)
Insert the method's description here. Creation date: (2/25/00 12:29:26 PM)
Parameters:
tol - com.sculley.jim.swjava.SWTolerance
Returns:
boolean

setUserValueIn

public boolean setUserValueIn(ModelDoc mDoc,
                              double value,
                              long configFlag)
Insert the method's description here. Creation date: (2/25/00 12:38:31 PM)
Parameters:
mDoc - com.sculley.jim.swjava.ModelDoc
value - double
configFlag - long
Returns:
boolean

setValue

public boolean setValue(double value,
                        long configFlag)
Insert the method's description here. Creation date: (2/25/00 12:38:31 PM)
Parameters:
value - double
configFlag - long
Returns:
boolean