|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.LineDecoratorConstraints
constraints for DecoratorLayout to add some stuff to a JLine
UMLClass: 'LineDecoratorConstraints'
Field Summary | |
static byte |
BORDER_ALIGN
No comment provided by developer, please add a comment to improve documentation. |
static byte |
BOTTOM
No comment provided by developer, please add a comment to improve documentation. |
static byte |
BOTTOM_LEFT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
BOTTOM_RIGHT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
CENTER
No comment provided by developer, please add a comment to improve documentation. |
static byte |
HORIZ_ALIGN
No comment provided by developer, please add a comment to improve documentation. |
static byte |
LEFT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
RIGHT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
TOP
No comment provided by developer, please add a comment to improve documentation. |
static byte |
TOP_LEFT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
TOP_RIGHT
No comment provided by developer, please add a comment to improve documentation. |
static byte |
VERT_ALIGN
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
LineDecoratorConstraints(JLine target,
double pos,
double gap)
Constructor for class LineDecoratorConstraints |
|
LineDecoratorConstraints(JLine target,
double pos,
double gap,
byte decAlign,
byte targetAlign)
Constructor for class LineDecoratorConstraints |
Method Summary | |
byte |
getDecoratorAlignment()
UMLMethod: 'Read access method for attribute decoratorAlignment : Byte' |
double |
getGap()
UMLMethod: 'Read access method for attribute gap : Double' |
java.awt.Point |
getLocation(java.awt.Component comp)
Get the location attribute of the LineDecoratorConstraints object |
double |
getPosition()
UMLMethod: 'Read access method for attribute position : Double' |
java.awt.Component |
getTarget()
UMLMethod: 'Read access method for attribute target : Component' |
byte |
getTargetAlignment()
UMLMethod: 'Read access method for attribute targetAlignment : Byte' |
void |
removeYou()
UMLMethod: '+ removeYou () : Void' |
byte |
setDecoratorAlignment(byte decoratorAlignment)
UMLMethod: 'Write access method for attribute decoratorAlignment : Byte' |
double |
setGap(double gap)
UMLMethod: 'Write access method for attribute gap : Double' |
double |
setPosition(double position)
UMLMethod: 'Write access method for attribute position : Double' |
java.awt.Component |
setTarget(java.awt.Component target)
UMLMethod: 'Write access method for attribute target : Component' |
byte |
setTargetAlignment(byte targetAlignment)
UMLMethod: 'Write access method for attribute targetAlignment : Byte' |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte CENTER
public static final byte LEFT
public static final byte RIGHT
public static final byte HORIZ_ALIGN
public static final byte TOP
public static final byte BOTTOM
public static final byte VERT_ALIGN
public static final byte BORDER_ALIGN
public static final byte TOP_LEFT
public static final byte TOP_RIGHT
public static final byte BOTTOM_LEFT
public static final byte BOTTOM_RIGHT
Constructor Detail |
public LineDecoratorConstraints(JLine target, double pos, double gap, byte decAlign, byte targetAlign)
target
- No description providedpos
- No description providedgap
- No description provideddecAlign
- No description providedtargetAlign
- No description providedpublic LineDecoratorConstraints(JLine target, double pos, double gap)
target
- No description providedpos
- No description providedgap
- No description providedMethod Detail |
public java.awt.Component getTarget()
getTarget
in interface DecoratorLayout.Constraints
public java.awt.Component setTarget(java.awt.Component target)
setTarget
in interface DecoratorLayout.Constraints
target
- The new target value
public java.awt.Point getLocation(java.awt.Component comp)
getLocation
in interface DecoratorLayout.Constraints
comp
- No description provided
public double getPosition()
public double setPosition(double position)
position
- The new position value
public byte getDecoratorAlignment()
public byte setDecoratorAlignment(byte decoratorAlignment)
decoratorAlignment
- The new decoratorAlignment value
public byte getTargetAlignment()
public byte setTargetAlignment(byte targetAlignment)
targetAlignment
- The new targetAlignment value
public double getGap()
public double setGap(double gap)
gap
- The new gap value
public void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |