Uses of Interface
org.jhotdraw8.draw.figure.TextEditableFigure
Packages that use TextEditableFigure
-
Uses of TextEditableFigure in org.jhotdraw8.draw.figure
Classes in org.jhotdraw8.draw.figure that implement TextEditableFigureModifier and TypeClassDescriptionclassLabelFigure presents a text on a drawing.classclassTextFigureis aTextFontableFigurewhich supports stroking and filling of the text.Methods in org.jhotdraw8.draw.figure that return TextEditableFigureModifier and TypeMethodDescriptionTextEditableFigure.TextEditorData.figure()Returns the value of thefigurerecord component.Constructors in org.jhotdraw8.draw.figure with parameters of type TextEditableFigureModifierConstructorDescriptionTextEditorData(@NonNull TextEditableFigure figure, @NonNull javafx.geometry.Bounds boundsInLocal, @NonNull MapAccessor<String> textKey) Creates an instance of aTextEditorDatarecord class. -
Uses of TextEditableFigure in org.jhotdraw8.draw.tool
Constructor parameters in org.jhotdraw8.draw.tool with type arguments of type TextEditableFigureModifierConstructorDescriptionTextCreationTool(String name, Resources rsrc, Supplier<TextEditableFigure> factory) TextCreationTool(String name, Resources rsrc, Supplier<TextEditableFigure> figureFactory, Supplier<Layer> layerFactory)