// Copyright Andy Deck 2005, GNU Public License 2 // With the notable provision that any commercial use // must be approved by the copyright holder. // Copyright Andy Deck 2005, GNU Public License 2 // With the notable provision that any commercial use // must be approved by the copyright holder. textTool

Class textTool

java.lang.Object
  extended by textTool

public class textTool
extends java.lang.Object


Constructor Summary
textTool(imprimatur im)
           
 
Method Summary
 void adjustText(iLayer L, int x, int y, java.lang.String s)
           
 void doubleClicked(int x, int y)
           
 java.awt.geom.GeneralPath fitRect(int x, int y, java.lang.String s)
           
 PtArr getPts(java.awt.geom.GeneralPath gp)
           
 void mouseDragged(int x, int y)
           
 void mousePressed(int x, int y)
           
 void mouseReleased(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

textTool

public textTool(imprimatur im)
Method Detail

doubleClicked

public void doubleClicked(int x,
                          int y)

mouseReleased

public void mouseReleased(int x,
                          int y)

mouseDragged

public void mouseDragged(int x,
                         int y)

adjustText

public void adjustText(iLayer L,
                       int x,
                       int y,
                       java.lang.String s)

mousePressed

public void mousePressed(int x,
                         int y)

getPts

public PtArr getPts(java.awt.geom.GeneralPath gp)

fitRect

public java.awt.geom.GeneralPath fitRect(int x,
                                         int y,
                                         java.lang.String s)