Uses of Interface
org.jhotdraw8.draw.connector.Connector
Packages that use Connector
-
Uses of Connector in org.jhotdraw8.draw.connector
Classes in org.jhotdraw8.draw.connector that implement ConnectorModifier and TypeClassDescriptionclassAbstractConnector.classEllipseConnector.classLocatorConnector uses aLocatorto compute its position.classPathConnector.classRectangleConnector. -
Uses of Connector in org.jhotdraw8.draw.figure
Fields in org.jhotdraw8.draw.figure with type parameters of type ConnectorModifier and TypeFieldDescriptionstatic final @NonNull NullableObjectKey<Connector> LineConnectingFigure.END_CONNECTORThe end connector.static final @NonNull NullableObjectKey<Connector> LabelConnectionFigure.LABEL_CONNECTORThe connector.static final @NonNull NullableObjectKey<Connector> LineConnectingFigure.START_CONNECTORThe start connector.Methods in org.jhotdraw8.draw.figure that return ConnectorModifier and TypeMethodDescriptionAbstractLabelFigure.findConnector(@NonNull javafx.geometry.Point2D p, @Nullable Figure prototype, double tolerance) BezierPathFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) CombinedPathFigure.findConnector(@NonNull javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) ConnectableFigure.findConnector(double x, double y, @Nullable Figure prototype, double tolerance) Gets a connector for this figure at the given location.ConnectableFigure.findConnector(@NonNull javafx.geometry.Point2D pointInLocal, @Nullable Figure connectingFigure, double tolerance) Gets a connector for this figure at the given location.EllipseFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) ImageFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) PolygonFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) RectangleFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) RegionFigure.findConnector(@NonNull javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) TextAreaFigure.findConnector(@NonNull javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) TextFigure.findConnector(@NonNull javafx.geometry.Point2D p, Figure prototype, double tolerance) Methods in org.jhotdraw8.draw.figure with parameters of type ConnectorModifier and TypeMethodDescriptiondefault booleanConnectingFigure.canConnect(Figure figure, Connector connector) Returns true if this figure can connect to the specified figure with the specified connector.voidAbstractLineConnectionFigure.setEndConnection(Figure target, Connector connector) voidAbstractLabelConnectionFigure.setLabelConnection(@Nullable Figure target, @Nullable Connector connector) voidAbstractLineConnectionFigure.setStartConnection(Figure target, Connector connector) -
Uses of Connector in org.jhotdraw8.draw.handle
Fields in org.jhotdraw8.draw.handle with type parameters of type ConnectorModifier and TypeFieldDescriptionprotected final @NonNull MapAccessor<Connector> AbstractConnectorHandle.connectorKeyMethods in org.jhotdraw8.draw.handle that return ConnectorModifier and TypeMethodDescriptionAbstractConnectorHandle.ConnectorAndConnectedFigure.connector()Returns the value of theconnectorrecord component.Constructors in org.jhotdraw8.draw.handle with parameters of type ConnectorModifierConstructorDescriptionConnectorAndConnectedFigure(@NonNull Connector connector, @NonNull Figure connectedFigure) Creates an instance of aConnectorAndConnectedFigurerecord class.Constructor parameters in org.jhotdraw8.draw.handle with type arguments of type ConnectorModifierConstructorDescriptionAbstractConnectorHandle(@NonNull ConnectingFigure figure, NonNullMapAccessor<CssPoint2D> pointKey, @NonNull MapAccessor<Connector> connectorKey, @NonNull MapAccessor<Figure> targetKey) LabelConnectorHandle(@NonNull ConnectingFigure figure, @NonNull NonNullMapAccessor<CssPoint2D> originKey, @NonNull NonNullMapAccessor<CssPoint2D> pointKey, @NonNull MapAccessor<Connector> connectorKey, @NonNull MapAccessor<Figure> targetKey) LineConnectorHandle(@NonNull ConnectingFigure figure, @NonNull NonNullMapAccessor<CssPoint2D> pointKey, @NonNull MapAccessor<Connector> connectorKey, @NonNull MapAccessor<Figure> targetKey) -
Uses of Connector in org.jhotdraw8.draw.xml.converter
Methods in org.jhotdraw8.draw.xml.converter that return ConnectorModifier and TypeMethodDescriptionConnectorXmlConverter.fromString(@NonNull CharBuffer buf, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) ConnectorXmlConverter.getDefaultValue()ConnectorXmlConverter.parseConnector(@NonNull CssTokenizer tt, org.jhotdraw8.base.converter.IdResolver idResolver) Parses a Locator.Methods in org.jhotdraw8.draw.xml.converter with parameters of type Connector