Enterprise Information Portal APIs

com.ibm.mm.viewer.annotation
Class CMBPenStroke

java.lang.Object
  |
  +--com.ibm.mm.viewer.annotation.CMBPenStroke
All Implemented Interfaces:
java.io.Serializable

public class CMBPenStroke
extends java.lang.Object
implements java.io.Serializable

This class holds information about a single stroke made by dragging the mouse when a pen is the selected object

See Also:
Serialized Form

Field Summary
 java.awt.Point from
          point where the stroke started
 java.awt.Point to
          point where the stroke started
 
Constructor Summary
CMBPenStroke(java.awt.Point f, java.awt.Point t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public java.awt.Point from
point where the stroke started

to

public java.awt.Point to
point where the stroke started
Constructor Detail

CMBPenStroke

public CMBPenStroke(java.awt.Point f,
                    java.awt.Point t)

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.