(boolean alwaysTensile)
| 753 | |
| 754 | /// {@inheritDoc} |
| 755 | @Override |
| 756 | public void setAlwaysTensile(boolean alwaysTensile) { |
| 757 | getContentPane().setAlwaysTensile(alwaysTensile); |
| 758 | } |
| 759 | |
| 760 | /// Allows grabbing a flag that is used by convention to indicate that you are running an exclusive animation. |
| 761 | /// This is used by some code to prevent collision between optional animation |