de.uni_paderborn.fujaba.fsa.swing
Class GrabUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.PanelUI
          extended byde.uni_paderborn.fujaba.fsa.swing.BendUI
              extended byde.uni_paderborn.fujaba.fsa.swing.GrabUI
Direct Known Subclasses:
ArrowGrabUI, DefaultGrabUI, ResizeableGrabUI, RhombGrabUI, TextGrabUI

public abstract class GrabUI
extends BendUI

UI Baseclass for Grabs

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Constructor Summary
GrabUI()
           
 
Method Summary
protected  java.awt.Point calculatePoint(javax.swing.JComponent c)
          No comment provided by developer, please add a comment to improve documentation.
protected  int getAlignmentOffset(JGrab g)
          Get the alignmentOffset attribute of the GrabUI object
protected  int getPadOffset(JGrab g)
          Get the padOffset attribute of the GrabUI object
protected  int getTouchLength(JGrab g)
          Get the touchLength attribute of the GrabUI object
protected  int getTouchOffset(JGrab g)
          Get the touchOffset attribute of the GrabUI object
 
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.BendUI
firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPreferredSize, paint
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrabUI

public GrabUI()
Method Detail

calculatePoint

protected java.awt.Point calculatePoint(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
calculatePoint in class BendUI
Parameters:
c - No description provided
Returns:
No description provided

getTouchOffset

protected int getTouchOffset(JGrab g)
Get the touchOffset attribute of the GrabUI object

Parameters:
g - No description provided
Returns:
The touchOffset value

getTouchLength

protected int getTouchLength(JGrab g)
Get the touchLength attribute of the GrabUI object

Parameters:
g - No description provided
Returns:
The touchLength value

getAlignmentOffset

protected int getAlignmentOffset(JGrab g)
Get the alignmentOffset attribute of the GrabUI object

Parameters:
g - No description provided
Returns:
The alignmentOffset value

getPadOffset

protected int getPadOffset(JGrab g)
Get the padOffset attribute of the GrabUI object

Parameters:
g - No description provided
Returns:
The padOffset value