mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-26 12:45:35 +00:00
PlaceObject tags matrix editation - FreeTransform tool (move, resize, rotate, shear)
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.timeline;
|
||||
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
@@ -118,6 +119,11 @@ public class DepthState {
|
||||
}
|
||||
}
|
||||
|
||||
public void setMATRIX(MATRIX matrix) {
|
||||
this.matrix = matrix;
|
||||
this.placeObjectTag.setMatrix(matrix);
|
||||
}
|
||||
|
||||
public boolean cacheAsBitmap() {
|
||||
return (placeObjectTag != null && placeObjectTag.cacheAsBitmap())
|
||||
|| (filters != null && filters.size() > 0);
|
||||
|
||||
Reference in New Issue
Block a user