Uses of Interface
org.jhotdraw8.draw.constrain.Constrainer
Packages that use Constrainer
Package
Description
Defines a programming model for structured drawing editors and provides default
implementations.
-
Uses of Constrainer in org.jhotdraw8.draw
Methods in org.jhotdraw8.draw that return ConstrainerModifier and TypeMethodDescriptiondefault ConstrainerDrawingView.getConstrainer()Gets the value of theconstrainerproperty.Methods in org.jhotdraw8.draw that return types with arguments of type ConstrainerModifier and TypeMethodDescriptionDrawingView.constrainerProperty()The constrainer.SimpleDrawingView.constrainerProperty()Methods in org.jhotdraw8.draw with parameters of type ConstrainerModifier and TypeMethodDescriptiondefault voidDrawingView.setConstrainer(Constrainer newValue) Sets the value of theconstrainerproperty. -
Uses of Constrainer in org.jhotdraw8.draw.constrain
Classes in org.jhotdraw8.draw.constrain that implement ConstrainerModifier and TypeClassDescriptionclassAbstractConstrainer.classAllows to use different constrainers for different figure types.classGridConstrainer.classNullConstrainer does not constrain anything.Methods in org.jhotdraw8.draw.constrain that return ConstrainerModifier and TypeMethodDescriptionFigureSpecificConstrainer.getDefaultConstrainer()Gets the value of thedefaultConstrainerproperty.Methods in org.jhotdraw8.draw.constrain that return types with arguments of type ConstrainerModifier and TypeMethodDescriptionjavafx.collections.ObservableMap<Class<?>, Constrainer> FigureSpecificConstrainer.constrainerMapProperty()Maps figure classes to constrainers.FigureSpecificConstrainer.defaultConstrainerProperty()All figures which are not in the map use the default constrainer.Map<Class<?>, Constrainer> FigureSpecificConstrainer.getConstrainerMap()Gets the value of theconstrainerMapproperty.Methods in org.jhotdraw8.draw.constrain with parameters of type ConstrainerModifier and TypeMethodDescriptionvoidFigureSpecificConstrainer.setDefaultConstrainer(Constrainer newValue) Sets the value of thedefaultConstrainerproperty.