Uses of Interface
org.jhotdraw8.draw.figure.PathIterableFigure
Packages that use PathIterableFigure
-
Uses of PathIterableFigure in org.jhotdraw8.draw.figure
Classes in org.jhotdraw8.draw.figure that implement PathIterableFigureModifier 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.classA Label that can be placed anywhere on a drawing.classAbstractPathConnectionWithMarkersFigure draws a path from start to end.classRenders a Shape (either a Rectangle or an SVGPath) inside a rectangular region.classAbstractStraightLineConnectionWithMarkersFigure draws a straight line from start to end.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.classLabelFigure presents a text on a drawing.classA figure which draws a line connection between two figures.classLineConnectionWithMarkersFigure.classA figure which draws a straight line from a start point to an end point.classPageLabelFigure.classA figure which draws a closed polygon.classA figure which draws a connected line segments.classRenders ajavafx.scene.shape.Rectangle.classclassLabelConnectionFigure.classclassTextFigureis aTextFontableFigurewhich supports stroking and filling of the text. -
Uses of PathIterableFigure in org.jhotdraw8.draw.handle
Methods in org.jhotdraw8.draw.handle that return PathIterableFigureModifier and TypeMethodDescriptionPathIterableOutlineHandle.getOwner()PathIterablePointsHandle.getOwner()Constructors in org.jhotdraw8.draw.handle with parameters of type PathIterableFigureModifierConstructorDescriptionPathIterableOutlineHandle(PathIterableFigure figure, boolean selectable) PathIterablePointsHandle(PathIterableFigure figure, boolean selectable)