* Push the current transform / alpha / clip state onto an internal * stack. Pair with Renderer#restore. Implemented by subclasses.
()
| 897 | * stack. Pair with {@link Renderer#restore}. Implemented by subclasses. |
| 898 | */ |
| 899 | save() {} |
| 900 | |
| 901 | /** |
| 902 | * Pop the topmost saved state from the stack, restoring transform, |
no outgoing calls