Exemplo n.º 1
0
 public void setSegmentBehind(SegmentMovement behind)
 {
     this.segmentBehind = behind;
 }
Exemplo n.º 2
0
 public void setSegmentInfront(SegmentMovement infront)
 {
     this.segmentInfront = infront;
 }