Uses of Interface
org.jhotdraw8.draw.locator.Locator
Packages that use Locator
Package
Description
Provides utility classes for converting from/to CSS attribute texts.
Provides
Handles for direct manipulation of
figures on a drawing view.Provides interfaces and classes for locating a point on a figure.
-
Uses of Locator in org.jhotdraw8.draw.connector
Methods in org.jhotdraw8.draw.connector that return LocatorModifier and TypeMethodDescriptionLocatorConnector.getLocator()Returns the locator used to compute the position of the connector.Constructors in org.jhotdraw8.draw.connector with parameters of type LocatorModifierConstructorDescriptionEllipseConnector(Locator locator) LocatorConnector(Locator locator) Creates a new instancePathConnector(Locator locator) RectangleConnector(Locator locator) -
Uses of Locator in org.jhotdraw8.draw.css.converter
Methods in org.jhotdraw8.draw.css.converter with type parameters of type LocatorModifier and TypeMethodDescriptionprotected <TT extends Locator>
voidLocatorCssConverter.produceTokensNonNull(@NonNull TT value, @Nullable org.jhotdraw8.base.converter.IdSupplier idSupplier, @NonNull Consumer<CssToken> out) Methods in org.jhotdraw8.draw.css.converter that return LocatorModifier and TypeMethodDescriptionLocatorCssConverter.parseNonNull(@NonNull CssTokenizer tt, @Nullable org.jhotdraw8.base.converter.IdResolver idResolver) -
Uses of Locator in org.jhotdraw8.draw.handle
Constructors in org.jhotdraw8.draw.handle with parameters of type LocatorModifierConstructorDescriptionLocatorHandle(Figure owner, Locator l) Initializes the LocatorHandle with the given Locator.MoveHandle(Figure figure, Locator locator) SelectionHandle(Figure figure, Locator locator) -
Uses of Locator in org.jhotdraw8.draw.locator
Classes in org.jhotdraw8.draw.locator that implement Locator