jsynoptic.builtin
Class ConnectionShape.SelectedConnectionShape

java.lang.Object
  extended by simtools.diagram.DiagramSelectedShape
      extended by simtools.diagram.DiagramSelectedLineShape
          extended by jsynoptic.builtin.ConnectionShape.SelectedConnectionShape
Enclosing class:
ConnectionShape

public class ConnectionShape.SelectedConnectionShape
extends DiagramSelectedLineShape


Nested Class Summary
 
Nested classes/interfaces inherited from class simtools.diagram.DiagramSelectedLineShape
DiagramSelectedLineShape.TranslatePointsEdit
 
Field Summary
 
Fields inherited from class simtools.diagram.DiagramSelectedShape
p, pd, s
 
Constructor Summary
protected ConnectionShape.SelectedConnectionShape(java.awt.Point p)
           
 
Method Summary
 boolean isSelectedPoint(int index)
           
 void selectPoint(int index, boolean selected)
           
 
Methods inherited from class simtools.diagram.DiagramSelectedLineShape
canBeSelectedAt, canDrawBounds, drawBounds, getInnerBounds, getPointIndex, getSelectionStatus, selectAll, selectPointAt, selectPointsInside, translate
 
Methods inherited from class simtools.diagram.DiagramSelectedShape
setOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionShape.SelectedConnectionShape

protected ConnectionShape.SelectedConnectionShape(java.awt.Point p)
Parameters:
s -
p -
Method Detail

selectPoint

public void selectPoint(int index,
                        boolean selected)
Specified by:
selectPoint in class DiagramSelectedLineShape

isSelectedPoint

public boolean isSelectedPoint(int index)
Specified by:
isSelectedPoint in class DiagramSelectedLineShape