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

Constructor Index

 o TransitionSegment(LabelledConnection, int)

Method Index

 o createLabelAt(int)
 o createLabelSlots()
 o first()
 o getLabelAt(int)
 o last()
 o mapToSlot(int, LabelPanel)
 o merge(LabelledSegment)
 o setLabelAt(LabelPanel, int)
 o setSegment(int)

Constructors

 o TransitionSegment
 public TransitionSegment(LabelledConnection owner,
                          int segment)

Methods

 o first
 public int first()
 o last
 public int last()
 o setSegment
 public void setSegment(int segment)
 o getLabelAt
 public LabelPanel getLabelAt(int index)
 o setLabelAt
 public void setLabelAt(LabelPanel label,
                        int index)
 o createLabelAt
 public void createLabelAt(int index)
 o mapToSlot
 protected SlotLocator mapToSlot(int index,
                                 LabelPanel label)
 o createLabelSlots
 protected void createLabelSlots()
 o merge
 public void merge(LabelledSegment other)

All Packages  Class Hierarchy  This Package  Previous  Next  Index