|
|||||||||||
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
de.uni_paderborn.fujaba.fsa.FSAPolyLine
Class FSAPolyLine
Field Summary | |
static java.lang.String |
ARRANGE_LOOP_BEND
|
static java.lang.String |
LAYOUT_MANAGER_LOCATION
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSABendLine |
BEND_LOCATION |
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, TRANSIENT_PROPERTIES_DEFAULT |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Constructor Summary | |
FSAPolyLine(LogicUnparseInterface incr,
java.lang.String propName)
Constructor for class FSAPolyLine |
|
FSAPolyLine(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSAPolyLine |
|
FSAPolyLine(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
javax.swing.JComponent myJComponent)
Constructor for class FSAObject |
Method Summary | |
protected void |
applyProperties()
load formerly saved additional bends and add them to this polyline |
void |
arrangeLoopBends()
No comment provided by developer, please add a comment to improve documentation. |
void |
clearAdditionalBendLocation()
Removes location of all additional bends stored in this polyline. |
protected javax.swing.JComponent |
createJComponent()
create empty JPolyLine |
protected void |
oldInitLocation()
No comment provided by developer, please add a comment to improve documentation. |
protected void |
removeBend(JBend bend)
|
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYouWithBends(boolean force)
No comment provided by developer, please add a comment to improve documentation. |
void |
saveAdditionalBendLocation()
Saves location of all additional bends that are placed on this polyline. |
protected void |
saveAdditionalFSAProperties()
Saves the following additional properties: location-properties of all additional bends placed on this FSAPolyLine object. |
void |
saveLayoutManagerLocations()
No comment provided by developer, please add a comment to improve documentation. |
void |
setEndBend(FSABend bend)
Sets the endBend attribute of the FSAPolyLine object |
void |
setStartBend(FSABend bend)
Sets the startBend attribute of the FSAPolyLine object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.FSABendLine |
getEndBend, getStartBend, saveLocation, setEndBend, setStartBend |
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 |
Field Detail |
public static final java.lang.String ARRANGE_LOOP_BEND
public static final java.lang.String LAYOUT_MANAGER_LOCATION
Constructor Detail |
public FSAPolyLine(LogicUnparseInterface incr, java.lang.String propName)
incr
- No description providedpropName
- No description providedpublic FSAPolyLine(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, javax.swing.JComponent myJComponent)
incr
- No description providedpropName
- No description providedparent
- No description providedmyJComponent
- No description providedpublic FSAPolyLine(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedMethod Detail |
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSABendLine
public void arrangeLoopBends()
public void setStartBend(FSABend bend)
setStartBend
in class FSABendLine
bend
- The new startBend valuepublic void setEndBend(FSABend bend)
setEndBend
in class FSABendLine
bend
- The new endBend valuepublic void removeYou()
removeYou
in class FSABendLine
public void removeYouWithBends(boolean force)
force
- No description providedprotected void removeBend(JBend bend)
protected void oldInitLocation()
protected void applyProperties()
applyProperties
in class FSABendLine
protected void saveAdditionalFSAProperties()
saveAdditionalFSAProperties
in class FSAObject
FSAObject.saveFSAProperties()
,
FSAObject.applyProperties()
public void saveAdditionalBendLocation()
public void saveLayoutManagerLocations()
public void clearAdditionalBendLocation()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |