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 TypeMethodDescriptionAbstractConnectorHandle.find(@NonNull CssPoint2D pointInWorld, @NonNull ConnectingFigure o, @NonNull ConnectableFigure cff, @NonNull javafx.scene.input.MouseEvent mouseEvent, double tolerance) Constructors in org.jhotdraw8.draw.handle with parameters of type ConnectingFigureModifierConstructorDescriptionAbstractConnectorHandle(@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 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(@NonNull String name, @Nullable Resources rsrc, @NonNull Supplier<ConnectingFigure> figureFactory) ConnectionTool(@NonNull String name, @Nullable Resources rsrc, @NonNull Supplier<ConnectingFigure> figureFactory, @NonNull Supplier<Layer> layerFactory) ConnectionTool(@NonNull String name, @Nullable Resources rsrc, @Nullable HandleType handleType, @NonNull Supplier<ConnectingFigure> figureFactory, @NonNull Supplier<Layer> layerFactory)