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 NullableObjectKey<Connector> LineConnectingFigure.END_CONNECTORThe end connector.static final NullableObjectKey<Connector> LabelConnectionFigure.LABEL_CONNECTORThe connector.static final NullableObjectKey<Connector> LineConnectingFigure.START_CONNECTORThe start connector.Methods in org.jhotdraw8.draw.figure that return ConnectorModifier and TypeMethodDescription@Nullable ConnectorAbstractLabelFigure.findConnector(javafx.geometry.Point2D p, @Nullable Figure prototype, double tolerance) @Nullable ConnectorBezierPathFigure.findConnector(javafx.geometry.Point2D p, Figure prototype, double tolerance) @Nullable ConnectorCombinedPathFigure.findConnector(javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) default @Nullable ConnectorConnectableFigure.findConnector(double x, double y, @Nullable Figure prototype, double tolerance) Gets a connector for this figure at the given location.@Nullable ConnectorConnectableFigure.findConnector(javafx.geometry.Point2D pointInLocal, @Nullable Figure connectingFigure, double tolerance) Gets a connector for this figure at the given location.@Nullable ConnectorEllipseFigure.findConnector(javafx.geometry.Point2D p, Figure prototype, double tolerance) @Nullable ConnectorImageFigure.findConnector(javafx.geometry.Point2D p, Figure prototype, double tolerance) @Nullable ConnectorPolygonFigure.findConnector(javafx.geometry.Point2D p, Figure prototype, double tolerance) @Nullable ConnectorRectangleFigure.findConnector(javafx.geometry.Point2D p, Figure prototype, double tolerance) @Nullable ConnectorRegionFigure.findConnector(javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) @Nullable ConnectorTextAreaFigure.findConnector(javafx.geometry.Point2D pointInLocal, Figure connectingFigure, double tolerance) @Nullable ConnectorTextFigure.findConnector(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 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(Connector connector, Figure connectedFigure) Creates an instance of aConnectorAndConnectedFigurerecord class.Constructor parameters in org.jhotdraw8.draw.handle with type arguments of type ConnectorModifierConstructorDescriptionAbstractConnectorHandle(ConnectingFigure figure, NonNullMapAccessor<CssPoint2D> pointKey, MapAccessor<Connector> connectorKey, MapAccessor<Figure> targetKey) LabelConnectorHandle(ConnectingFigure figure, NonNullMapAccessor<CssPoint2D> originKey, NonNullMapAccessor<CssPoint2D> pointKey, MapAccessor<Connector> connectorKey, MapAccessor<Figure> targetKey) LineConnectorHandle(ConnectingFigure figure, NonNullMapAccessor<CssPoint2D> pointKey, MapAccessor<Connector> connectorKey, MapAccessor<Figure> targetKey) -
Uses of Connector in org.jhotdraw8.draw.xml.converter
Methods in org.jhotdraw8.draw.xml.converter that return ConnectorModifier and TypeMethodDescription@Nullable ConnectorConnectorXmlConverter.fromString(CharBuffer buf, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) @Nullable ConnectorConnectorXmlConverter.getDefaultValue()@Nullable ConnectorConnectorXmlConverter.parseConnector(CssTokenizer tt, org.jhotdraw8.base.converter.IdResolver idResolver) Parses a Locator.Methods in org.jhotdraw8.draw.xml.converter with parameters of type ConnectorModifier and TypeMethodDescriptionvoidConnectorXmlConverter.toString(Appendable out, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, @Nullable Connector value)