Module org.controlsfx.controls
Package impl.org.controlsfx.tools.rectangle.change
-
Interface Summary Interface Description Rectangle2DChangeStrategy ARectangle2DChangeStrategy
creates instances ofRectangle2D
based on the coordinates of the begin, continuation and end of an action. -
Class Summary Class Description MoveChangeStrategy Moves the rectangle around.NewChangeStrategy A strategy which creates a new rectangle.ToEastChangeStrategy A strategy which enlarges an existing rectangle to the east.ToNorthChangeStrategy A strategy which enlarges an existing rectangle to the north.ToNortheastChangeStrategy A strategy which enlarges an existing rectangle to the northeast.ToNorthwestChangeStrategy A strategy which enlarges an existing rectangle to the northwest.ToSouthChangeStrategy A strategy which enlarges an existing rectangle to the south.ToSoutheastChangeStrategy A strategy which enlarges an existing rectangle to the southeast.ToSouthwestChangeStrategy A strategy which enlarges an existing rectangle to the southwest.ToWestChangeStrategy A strategy which enlarges an existing rectangle to the west.