|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.fsa.FSAObject
de.uni_paderborn.fujaba.fsa.FSAContainer
de.uni_paderborn.fujaba.fsa.FSALine
de.uni_paderborn.fujaba.fsa.FSABendLine
FSABendLine: FSAObject for JBendlines
JBendLine is a Line with Bends attached to both ends, that handle the position of start- and endpoint of the line
JBendLine
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
|
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, writingASGInformation |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Constructor Summary | |
FSABendLine(LogicUnparseInterface incr,
java.lang.String propName)
Constructor for class FSABendLine |
|
FSABendLine(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSABendLine |
|
FSABendLine(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
javax.swing.JComponent comp)
Constructor for class FSABendLine |
Method Summary | |
protected javax.swing.JComponent |
createJComponent()
create empty JBendLine |
FSABend |
getEndBend()
Get the endBend attribute of the FSABendLine object |
FSABend |
getStartBend()
Get the startBend attribute of the FSABendLine object |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
void |
setEndBend(FSABend bend)
Sets the endBend attribute of the FSABendLine object |
void |
setEndBend(JBend bend)
Sets the endBend attribute of the FSABendLine object |
void |
setStartBend(FSABend bend)
Sets the startBend attribute of the FSABendLine object |
void |
setStartBend(JBend bend)
Sets the startBend attribute of the FSABendLine object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSALine |
getEndPoint, getStartPoint, setEndPoint, setStartPoint |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSAContainer |
addToChildren, addToComponents, getChildConnector, getChildren, getComponents, getDefaultAttrName, getDefaultUpdaterClass, getFromChildren, getFromChildren, getFromChildren, getFromComponents, hasInChildren, hasInComponents, iteratorOfChildren, iteratorOfComponents, removeFromChildren, removeFromComponents, setBold, setItalic, setOpaque, sizeOfChildren, sizeOfComponents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FSABendLine(LogicUnparseInterface incr, java.lang.String propName)
incr
- No description providedpropName
- No description providedpublic FSABendLine(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSABendLine(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, javax.swing.JComponent comp)
incr
- No description providedpropName
- No description providedparent
- No description providedcomp
- No description providedMethod Detail |
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSALine
public void setStartBend(FSABend bend)
bend
- The new startBend valuepublic void setStartBend(JBend bend)
bend
- The new startBend valuepublic FSABend getStartBend()
public void setEndBend(FSABend bend)
bend
- The new endBend valuepublic void setEndBend(JBend bend)
bend
- The new endBend valuepublic FSABend getEndBend()
public void removeYou()
removeYou
in class FSAContainer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |