com.jfimagine.jfdraw.draw
Class DrawRegularLine

java.lang.Object
  |
  +--com.jfimagine.jfdraw.draw.AbstractDrawEvent
        |
        +--com.jfimagine.jfdraw.draw.DrawLine
              |
              +--com.jfimagine.jfdraw.draw.DrawRegularLine

public class DrawRegularLine
extends DrawLine

Draw line class. It's a class to manipulate RegularLine operations.

Version:
$Revision: 1.1 $
Author:
CookieMaker

Field Summary
 
Fields inherited from class com.jfimagine.jfdraw.draw.AbstractDrawEvent
endPort, m_drawCanvas, m_drawState, m_lineFormat, m_lineSeg, m_page, m_selection, startPort
 
Constructor Summary
DrawRegularLine()
           
 
Method Summary
protected  void drawDragShape()
          Draw xor line between lastPoint and last moving point.
 
Methods inherited from class com.jfimagine.jfdraw.draw.DrawLine
doMouseClick, doMouseMove, doMouseRelease, drawCurrentShape
 
Methods inherited from class com.jfimagine.jfdraw.draw.AbstractDrawEvent
doMouseDrag, doMouseEnter, doMouseExit, doMousePress, drawCurrentShape, drawDragLine, finalizeMouseEvent, ifCompleteDrawing, isLeftDown, isModifierDown, isRightDown, setDrawCanvas, setPaintMode, terminateDrawing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawRegularLine

public DrawRegularLine()
Method Detail

drawDragShape

protected void drawDragShape()
Draw xor line between lastPoint and last moving point.

Overrides:
drawDragShape in class DrawLine


Copyright 2004 ~ 2005 JingFei International Cooperation LTD. All Rights Reserved.