Uses of Interface
org.jhotdraw8.draw.figure.ConnectingFigure
Packages that use ConnectingFigure
-
Uses of ConnectingFigure in org.jhotdraw8.draw.figure
Subinterfaces of ConnectingFigure in org.jhotdraw8.draw.figureClasses in org.jhotdraw8.draw.figure that implement ConnectingFigureModifier and TypeClassDescriptionclassAbstractElbowLineConnectionWithMarkersFigure draws a straight line or an elbow line from start to end.classA label that can be attached to another figure by settingLabelConnectionFigure.LABEL_CONNECTORandLabelConnectionFigure.LABEL_TARGET.classBase class for line connection figure.classAbstractPathConnectionWithMarkersFigure draws a path from start to end.classAbstractStraightLineConnectionWithMarkersFigure draws a straight line from start to end.classA figure which draws a line connection between two figures.classLineConnectionWithMarkersFigure.classLabelConnectionFigure. -
Uses of ConnectingFigure in org.jhotdraw8.draw.handle
Methods in org.jhotdraw8.draw.handle that return ConnectingFigureMethods in org.jhotdraw8.draw.handle with parameters of type ConnectingFigureModifier and TypeMethodDescriptionprotected @Nullable AbstractConnectorHandle.ConnectorAndConnectedFigureAbstractConnectorHandle.find(CssPoint2D pointInWorld, ConnectingFigure o, ConnectableFigure cff, javafx.scene.input.MouseEvent mouseEvent, double tolerance) Constructors in org.jhotdraw8.draw.handle with parameters of type ConnectingFigureModifierConstructorDescriptionAbstractConnectorHandle(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 ConnectingFigure in org.jhotdraw8.draw.tool
Method parameters in org.jhotdraw8.draw.tool with type arguments of type ConnectingFigureModifier and TypeMethodDescriptionvoidConnectionTool.setFactory(Supplier<ConnectingFigure> factory) Constructor parameters in org.jhotdraw8.draw.tool with type arguments of type ConnectingFigureModifierConstructorDescriptionConnectionTool(String name, @Nullable Resources rsrc, Supplier<ConnectingFigure> figureFactory) ConnectionTool(String name, @Nullable Resources rsrc, Supplier<ConnectingFigure> figureFactory, Supplier<Layer> layerFactory) ConnectionTool(String name, @Nullable Resources rsrc, @Nullable HandleType handleType, Supplier<ConnectingFigure> figureFactory, Supplier<Layer> layerFactory)