java.lang.Object
org.jhotdraw8.fxbase.beans.SimpleObservable
org.jhotdraw8.draw.constrain.AbstractConstrainer
- All Implemented Interfaces:
javafx.beans.Observable,Constrainer,ObservableMixin
- Direct Known Subclasses:
FigureSpecificConstrainer,GridConstrainer,NullConstrainer
AbstractConstrainer.
- Author:
- Werner Randelshofer
-
Field Summary
Fields inherited from interface org.jhotdraw8.draw.constrain.Constrainer
DIRECTION_NEAREST, STYLECLASS_CONSTRAINER_MAJOR_GRID, STYLECLASS_CONSTRAINER_MINOR_GRID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.fxbase.beans.SimpleObservable
getInvalidationListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.draw.constrain.Constrainer
constrainAngle, constrainPoint, constrainRectangle, getNode, translateAngle, translatePoint, translateRectangle, updateNodeMethods inherited from interface javafx.beans.Observable
subscribeMethods inherited from interface org.jhotdraw8.fxbase.beans.ObservableMixin
addListener, fireInvalidated, fireInvalidated, invalidated, removeListener
-
Constructor Details
-
AbstractConstrainer
public AbstractConstrainer()
-