de.uni_paderborn.fujaba.fsa.swing
Interface DecoratorLayout.Constraints

All Known Implementing Classes:
GrabConstraints, GrabDecoratorConstraints, LineDecoratorConstraints
Enclosing interface:
DecoratorLayout

public static interface DecoratorLayout.Constraints

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.15 $
Author:
$Author: lowende $

Method Summary
 java.awt.Point getLocation(java.awt.Component comp)
          Get the location attribute of the Constraints object
 java.awt.Component getTarget()
          UMLMethod: 'Read access method for attribute target : Component'
 java.awt.Component setTarget(java.awt.Component target)
          UMLMethod: 'Write access method for attribute target : Component'
 

Method Detail

getTarget

public java.awt.Component getTarget()
UMLMethod: 'Read access method for attribute target : Component'

Returns:
The target value

setTarget

public java.awt.Component setTarget(java.awt.Component target)
UMLMethod: 'Write access method for attribute target : Component'

Parameters:
target - The new target value
Returns:
No description provided

getLocation

public java.awt.Point getLocation(java.awt.Component comp)
Get the location attribute of the Constraints object

Parameters:
comp - No description provided
Returns:
The location value