All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.statechart.TransitionSegment
CH.ifa.draw.samples.statechart.TransitionSegment
- public class TransitionSegment
- implements LabelledSegment
-
TransitionSegment(LabelledConnection, int)
-
-
createLabelAt(int)
-
-
createLabelSlots()
-
-
first()
-
-
getLabelAt(int)
-
-
last()
-
-
mapToSlot(int, LabelPanel)
-
-
merge(LabelledSegment)
-
-
setLabelAt(LabelPanel, int)
-
-
setSegment(int)
-
TransitionSegment
public TransitionSegment(LabelledConnection owner,
int segment)
first
public int first()
last
public int last()
setSegment
public void setSegment(int segment)
getLabelAt
public LabelPanel getLabelAt(int index)
setLabelAt
public void setLabelAt(LabelPanel label,
int index)
createLabelAt
public void createLabelAt(int index)
mapToSlot
protected SlotLocator mapToSlot(int index,
LabelPanel label)
createLabelSlots
protected void createLabelSlots()
merge
public void merge(LabelledSegment other)
All Packages Class Hierarchy This Package Previous Next Index