com.sculley.jim.swjava
Class SurfaceFinishSymbol

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

public class SurfaceFinishSymbol
extends Annotation

Insert the type's description here. Creation date: (2/3/00 1:00:20 PM)


Constructor Summary
SurfaceFinishSymbol(long ptr)
          SurfaceFinishSymbol constructor comment.
 
Method Summary
 long getArrowStyle()
          Insert the method's description here.
 long getLaySymbol()
          Insert the method's description here.
 long getLeaderType()
          Insert the method's description here.
 SWPoint getLocation()
          Insert the method's description here.
 java.lang.String getMachAllowance()
          Insert the method's description here.
 java.lang.String getMaxRough()
          Insert the method's description here.
 java.lang.String getMinRough()
          Insert the method's description here.
 java.lang.String getOtherVals()
          Insert the method's description here.
 java.lang.String getProdMethod()
          Insert the method's description here.
 java.lang.String getRoughnessSpacing()
          Insert the method's description here.
 java.lang.String getSampleLength()
          Insert the method's description here.
 long getSymbolType()
          Insert the method's description here.
 void setArrowStyle(long newArrowStyle)
          Insert the method's description here.
 void setLaySymbol(long newLaySymbol)
          Insert the method's description here.
 void setLeaderType(long newLeaderType)
          Insert the method's description here.
 void setLocation(SWPoint newLocation)
          Insert the method's description here.
 void setMachAllowance(java.lang.String newMachAllowance)
          Insert the method's description here.
 void setMaxRough(java.lang.String newMaxRough)
          Insert the method's description here.
 void setMinRough(java.lang.String newMinRough)
          Insert the method's description here.
 void setOtherVals(java.lang.String newOtherVals)
          Insert the method's description here.
 void setProdMethod(java.lang.String newProdMethod)
          Insert the method's description here.
 void setRoughnessSpacing(java.lang.String newRoughnessSpacing)
          Insert the method's description here.
 void setSampleLength(java.lang.String newSampleLength)
          Insert the method's description here.
 void setSymbolType(long newSymbolType)
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.Annotation
getArrowHeadStyleAtIndex, getAttachedEntities, getAttachedEntityCount, getAttachedEntityTypes, getColor, getDisplayData, getLayer, getLayerOverride, getLeaderCount, getLeaderPointsAtIndex, getLeaderSide, getLineStyle, getName, getNext, getPosition, getSpecificAnnotation, getType, getVisibilityStatus, getVisualProperties, getWidth, hasBentLeader, hasLeader, hasSmartArrowHead, setArrowHeadStyleAtIndex, setColor, setLayerOverride, setLeader, setName, setPosition, setStyle, setVisibilityStatus, setWidth
 
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

SurfaceFinishSymbol

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

getArrowStyle

public long getArrowStyle()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
long

getLaySymbol

public long getLaySymbol()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
long

getLeaderType

public long getLeaderType()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
long

getLocation

public SWPoint getLocation()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getMachAllowance

public java.lang.String getMachAllowance()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getMaxRough

public java.lang.String getMaxRough()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getMinRough

public java.lang.String getMinRough()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getOtherVals

public java.lang.String getOtherVals()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getProdMethod

public java.lang.String getProdMethod()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getRoughnessSpacing

public java.lang.String getRoughnessSpacing()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getSampleLength

public java.lang.String getSampleLength()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
java.lang.String

getSymbolType

public long getSymbolType()
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Returns:
long

setArrowStyle

public void setArrowStyle(long newArrowStyle)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newArrowStyle - long

setLaySymbol

public void setLaySymbol(long newLaySymbol)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newLaySymbol - long

setLeaderType

public void setLeaderType(long newLeaderType)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newLeaderType - long

setLocation

public void setLocation(SWPoint newLocation)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newLocation - com.sculley.jim.swjava.SWPoint

setMachAllowance

public void setMachAllowance(java.lang.String newMachAllowance)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newMachAllowance - java.lang.String

setMaxRough

public void setMaxRough(java.lang.String newMaxRough)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newMaxRough - java.lang.String

setMinRough

public void setMinRough(java.lang.String newMinRough)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newMinRough - java.lang.String

setOtherVals

public void setOtherVals(java.lang.String newOtherVals)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newOtherVals - java.lang.String

setProdMethod

public void setProdMethod(java.lang.String newProdMethod)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newProdMethod - java.lang.String

setRoughnessSpacing

public void setRoughnessSpacing(java.lang.String newRoughnessSpacing)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newRoughnessSpacing - java.lang.String

setSampleLength

public void setSampleLength(java.lang.String newSampleLength)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newSampleLength - java.lang.String

setSymbolType

public void setSymbolType(long newSymbolType)
Insert the method's description here. Creation date: (3/5/00 8:11:14 PM)
Parameters:
newType - long