com.sculley.jim.swjava
Class Annotation

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.Annotation
Direct Known Subclasses:
CosmeticThread, CustomSymbol, DatumTag, DisplayDimension, GeometricTolerance, Note, SurfaceFinishSymbol, WeldSymbol

public class Annotation
extends CppPeer

Insert the type's description here. Creation date: (1/31/00 11:30:59 AM)


Constructor Summary
Annotation(long ptr)
          Annotation constructor comment.
 
Method Summary
 long getArrowHeadStyleAtIndex(long index)
          Insert the method's description here.
 java.lang.Object[] getAttachedEntities()
          Insert the method's description here.
 long getAttachedEntityCount()
          Insert the method's description here.
 int[] getAttachedEntityTypes()
          Insert the method's description here.
 java.awt.Color getColor()
          Insert the method's description here.
 DisplayData getDisplayData()
          Insert the method's description here.
 java.lang.String getLayer()
          Insert the method's description here.
 int getLayerOverride()
          Insert the method's description here.
 long getLeaderCount()
          Insert the method's description here.
 SWPoint[] getLeaderPointsAtIndex(long index)
          Insert the method's description here.
 long getLeaderSide()
          Insert the method's description here.
 long getLineStyle()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 Annotation getNext()
          Insert the method's description here.
 SWPoint getPosition()
          Insert the method's description here.
 Annotation getSpecificAnnotation()
          Insert the method's description here.
 java.lang.Class getType()
          Insert the method's description here.
 long getVisibilityStatus()
          Insert the method's description here.
 int[] getVisualProperties()
          Insert the method's description here.
 long getWidth()
          Insert the method's description here.
 boolean hasBentLeader()
          Insert the method's description here.
 boolean hasLeader()
          Insert the method's description here.
 boolean hasSmartArrowHead()
          Insert the method's description here.
 boolean setArrowHeadStyleAtIndex(long index, long style)
          Insert the method's description here.
 boolean setColor(java.awt.Color color)
          Insert the method's description here.
 boolean setLayerOverride(int bits)
          Insert the method's description here.
 boolean setLeader(boolean showLeader, long leaderSide, boolean hasSmartArrowHead, boolean isBent)
          Insert the method's description here.
 boolean setName(java.lang.String newName)
          Insert the method's description here.
 boolean setPosition(SWPoint newPosition)
          Insert the method's description here.
 boolean setStyle(long newStyle)
          Insert the method's description here.
 boolean setVisibilityStatus(long status)
          Insert the method's description here.
 boolean setWidth(long newWidth)
          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

Annotation

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

getArrowHeadStyleAtIndex

public long getArrowHeadStyleAtIndex(long index)
Insert the method's description here. Creation date: (2/1/00 11:41:48 AM)
Parameters:
index - long
Returns:
long

getAttachedEntities

public java.lang.Object[] getAttachedEntities()
Insert the method's description here. Creation date: (2/1/00 11:53:23 AM)
Returns:
java.lang.Object[]

getAttachedEntityCount

public long getAttachedEntityCount()
Insert the method's description here. Creation date: (2/4/00 1:18:22 PM)
Returns:
long

getAttachedEntityTypes

public int[] getAttachedEntityTypes()
Insert the method's description here. Creation date: (2/1/00 11:59:19 AM)
Returns:
long[]

getColor

public java.awt.Color getColor()
Insert the method's description here. Creation date: (1/31/00 11:56:09 AM)

getDisplayData

public DisplayData getDisplayData()
Insert the method's description here. Creation date: (2/1/00 12:02:00 PM)
Returns:
com.sculley.jim.swjava.DisplayData

getLayer

public java.lang.String getLayer()
Insert the method's description here. Creation date: (2/4/00 1:46:27 PM)
Returns:
java.lang.String

getLayerOverride

public int getLayerOverride()
Insert the method's description here. Creation date: (2/4/00 1:49:47 PM)
Returns:
int

getLeaderCount

public long getLeaderCount()
Insert the method's description here. Creation date: (2/1/00 12:05:14 PM)
Returns:
long

getLeaderPointsAtIndex

public SWPoint[] getLeaderPointsAtIndex(long index)
Insert the method's description here. Creation date: (2/1/00 12:09:25 PM)
Parameters:
index - int
pointCount - int
Returns:
double[]

getLeaderSide

public long getLeaderSide()
Insert the method's description here. Creation date: (2/1/00 12:34:42 PM)
Returns:
long

getLineStyle

public long getLineStyle()
Insert the method's description here. Creation date: (2/4/00 1:54:04 PM)
Returns:
long

getName

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

getNext

public Annotation getNext()
Insert the method's description here. Creation date: (2/1/00 12:38:17 PM)
Returns:
com.sculley.jim.swjava.Annotation

getPosition

public SWPoint getPosition()
Insert the method's description here. Creation date: (2/1/00 12:40:13 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getSpecificAnnotation

public Annotation getSpecificAnnotation()
Insert the method's description here. Creation date: (2/3/00 12:42:16 PM)
Returns:
com.sculley.jim.swjava.Annotation

getType

public java.lang.Class getType()
Insert the method's description here. Creation date: (2/4/00 12:52:55 PM)
Returns:
java.lang.Class

getVisibilityStatus

public long getVisibilityStatus()
Insert the method's description here. Creation date: (2/4/00 1:56:37 PM)
Returns:
boolean

getVisualProperties

public int[] getVisualProperties()
Insert the method's description here. Creation date: (2/4/00 1:14:50 PM)
Returns:
long[]

getWidth

public long getWidth()
Insert the method's description here. Creation date: (2/4/00 1:59:40 PM)
Returns:
long

hasBentLeader

public boolean hasBentLeader()
Insert the method's description here. Creation date: (2/1/00 12:00:27 PM)
Returns:
boolean

hasLeader

public boolean hasLeader()
Insert the method's description here. Creation date: (2/1/00 12:04:41 PM)
Returns:
boolean

hasSmartArrowHead

public boolean hasSmartArrowHead()
Insert the method's description here. Creation date: (2/3/00 12:26:03 PM)
Returns:
boolean

setArrowHeadStyleAtIndex

public boolean setArrowHeadStyleAtIndex(long index,
                                        long style)
Insert the method's description here. Creation date: (2/4/00 1:26:22 PM)
Parameters:
index - long
style - long
Returns:
boolean

setColor

public boolean setColor(java.awt.Color color)
Insert the method's description here. Creation date: (1/31/00 11:57:40 AM)
Parameters:
color - java.awt.Color
Returns:
boolean

setLayerOverride

public boolean setLayerOverride(int bits)
Insert the method's description here. Creation date: (2/4/00 1:51:57 PM)
Parameters:
bits - int
Returns:
boolean

setLeader

public boolean setLeader(boolean showLeader,
                         long leaderSide,
                         boolean hasSmartArrowHead,
                         boolean isBent)
Insert the method's description here. Creation date: (2/4/00 1:31:15 PM)
Parameters:
showLeader - boolean
leaderSide - long
hasSmartArrowHead - boolean
isBent - boolean
Returns:
boolean

setName

public boolean setName(java.lang.String newName)
Insert the method's description here. Creation date: (2/4/00 1:32:30 PM)
Parameters:
newName - java.lang.String
Returns:
boolean

setPosition

public boolean setPosition(SWPoint newPosition)
Insert the method's description here. Creation date: (2/4/00 1:36:03 PM)
Parameters:
newPosition - com.sculley.jim.swjava.SWPoint
Returns:
boolean

setStyle

public boolean setStyle(long newStyle)
Insert the method's description here. Creation date: (2/4/00 1:54:04 PM)
Parameters:
newStyle - long

setVisibilityStatus

public boolean setVisibilityStatus(long status)
Insert the method's description here. Creation date: (2/4/00 1:56:37 PM)
Parameters:
newVisible - boolean

setWidth

public boolean setWidth(long newWidth)
Insert the method's description here. Creation date: (2/4/00 1:59:40 PM)
Parameters:
newWidth - long