com.jfimagine.jfdraw.draw
Class DrawImage

java.lang.Object
  |
  +--com.jfimagine.jfdraw.draw.AbstractDrawEvent
        |
        +--com.jfimagine.jfdraw.draw.DrawRect
              |
              +--com.jfimagine.jfdraw.draw.DrawImage

public class DrawImage
extends DrawRect

Draw image class. It's a class to manipulate image 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
DrawImage()
           
 
Method Summary
protected  void finalizeMouseEvent(java.awt.Graphics g)
          Finalize mouse event
 
Methods inherited from class com.jfimagine.jfdraw.draw.DrawRect
doMouseMove, doMouseRelease, drawCurrentShape, drawDragShape
 
Methods inherited from class com.jfimagine.jfdraw.draw.AbstractDrawEvent
doMouseClick, doMouseDrag, doMouseEnter, doMouseExit, doMousePress, drawCurrentShape, drawDragLine, 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

DrawImage

public DrawImage()
Method Detail

finalizeMouseEvent

protected void finalizeMouseEvent(java.awt.Graphics g)
Finalize mouse event

Overrides:
finalizeMouseEvent in class AbstractDrawEvent


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