Uses of Interface
org.jhotdraw8.draw.figure.TransformableFigure
Packages that use TransformableFigure
-
Uses of TransformableFigure in org.jhotdraw8.draw.figure
Classes in org.jhotdraw8.draw.figure that implement TransformableFigureModifier and TypeClassDescriptionclassA label that can be attached to another figure by settingLabelConnectionFigure.LABEL_CONNECTORandLabelConnectionFigure.LABEL_TARGET.classRenders ajavafx.scene.shape.Arc.classAFigurewhich draws aBezierPath.classThis is lake a group, but the shapes of the child figures are presented as a unified path.classRenders ajavafx.scene.shape.Ellipse.classA figure which groups child figures, so that they can be edited by the user as a unit.classImageFigure presents a bitmap image on a drawing.classLabelFigure presents a text on a drawing.classA figure which draws a straight line from a start point to an end point.classDefines a page layout for printing.classPageLabelFigure.classA figure which draws a closed polygon.classA figure which draws a connected line segments.classRenders ajavafx.scene.shape.Rectangle.classclassLabelConnectionFigure.classThis is a special figure which is used to segment a drawing into tiles, when exporting it using theBitmapExportOutputFormat.classclassTextFigureis aTextFontableFigurewhich supports stroking and filling of the text. -
Uses of TransformableFigure in org.jhotdraw8.draw.handle
Methods in org.jhotdraw8.draw.handle that return TransformableFigureMethods in org.jhotdraw8.draw.handle with parameters of type TransformableFigureModifier and TypeMethodDescriptionstatic voidTransformHandleKit.addCornerTransformHandles(TransformableFigure f, @NonNull Collection<Handle> handles) Creates handles for each corner of a figure and adds them to the provided collection.static voidTransformHandleKit.addEdgeTransformHandles(TransformableFigure f, @NonNull Collection<Handle> handles) Fills the given collection with handles at each the north, south, east, and west of the figure.static voidTransformHandleKit.addTransformHandles(TransformableFigure f, @NonNull Collection<Handle> handles) Fills the given collection with handles at each the north, south, east, and west of the figure.TransformHandleKit.east(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.north(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.northEast(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.northWest(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.south(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.southEast(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.southWest(TransformableFigure owner) Creates a handle for the specified figure.TransformHandleKit.west(TransformableFigure owner) Creates a handle for the specified figure.Constructors in org.jhotdraw8.draw.handle with parameters of type TransformableFigure