Class Summary |
| com.bjc.resizers.HResizer | Enables smooth horizontal resizing of a predefined graphic element, keeping the left and right margins the same and stretching the middle. This is useful when you have a shape with curved or irregularly shaped edges, and you don't want the curves to stretch out.
|
|
| com.bjc.resizers.Resizer | Enables smooth horizontal and vertical resizing of a predefined graphic element, keeping the four corners the same and stretching the middle. This is useful when you have a shape with curved or irregularly shaped edges, and you don't want the curves to stretch out. It is recommended that you use HResizer or VResizer where resizing in only one direction is needed, as they are far simpler and more efficient.
|
|
| com.bjc.resizers.VResizer | Enables smooth vertical resizing of a predefined graphic element, keeping the top and bottom margins the same and stretching the middle. This is useful when you have a shape with curved or irregularly shaped edges, and you don't want the curves to stretch out.
|
|