com.sculley.jim.swjava
Class Environment

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

public class Environment
extends CppPeer

Insert the type's description here. Creation date: (2/5/00 10:40:18 PM)


Constructor Summary
Environment(long ptr)
          Environment constructor comment.
 
Method Summary
 SWArc[] getSymbolArcs(java.lang.String symbolID)
          Insert the method's description here.
 SWCircle[] getSymbolCircles(java.lang.String symbolID)
          Insert the method's description here.
 SWLine[] getSymbolLines(java.lang.String symbolID)
          Insert the method's description here.
 SWPoint[] getSymbolTextPoints(java.lang.String symbolID)
          Insert the method's description here.
 java.lang.String[] getSymbolTexts(java.lang.String symbolID)
          Insert the method's description here.
 SWTriangle[] getSymbolTriangles(java.lang.String symbolID)
          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

Environment

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

getSymbolArcs

public SWArc[] getSymbolArcs(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 9:37:40 PM)
Parameters:
symbolID - java.lang.String
Returns:
com.sculley.jim.swjava.SWArc[]

getSymbolCircles

public SWCircle[] getSymbolCircles(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 9:37:40 PM)
Parameters:
symbolID - java.lang.String
Returns:
com.sculley.jim.swjava.SWCircle[]

getSymbolLines

public SWLine[] getSymbolLines(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 9:37:40 PM)
Parameters:
symbolID - java.lang.String
Returns:
com.sculley.jim.swjava.SWLine[]

getSymbolTextPoints

public SWPoint[] getSymbolTextPoints(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 9:59:57 PM)
Parameters:
symbolID - java.lang.String
Returns:
com.sculley.jim.swjava.SWPoint[]

getSymbolTexts

public java.lang.String[] getSymbolTexts(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 9:57:31 PM)
Parameters:
symbolID - java.lang.String
Returns:
java.lang.String

getSymbolTriangles

public SWTriangle[] getSymbolTriangles(java.lang.String symbolID)
Insert the method's description here. Creation date: (3/15/00 10:04:25 PM)
Parameters:
symbolID - java.lang.String
Returns:
com.sculley.jim.swjava.SWTriangle[]