All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.figures.PolyLineConnector

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractConnector
           |
           +----CH.ifa.draw.standard.ChopBoxConnector
                   |
                   +----CH.ifa.draw.figures.PolyLineConnector

public class PolyLineConnector
extends ChopBoxConnector
PolyLineConnector finds connection points on a PolyLineFigure.

See Also:
PolyLineFigure

Constructor Index

 o PolyLineConnector()
 o PolyLineConnector(Figure)
Constructs a connector with the given owner figure.

Method Index

 o chop(Figure, Point)

Constructors

 o PolyLineConnector
 public PolyLineConnector()
 o PolyLineConnector
 public PolyLineConnector(Figure owner)
Constructs a connector with the given owner figure.

Methods

 o chop
 protected Point chop(Figure target,
                      Point from)
Overrides:
chop in class ChopBoxConnector

All Packages  Class Hierarchy  This Package  Previous  Next  Index