mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 00:03:25 +00:00
public=>private
This commit is contained in:
@@ -382,7 +382,7 @@ public class BitmapExporter extends ShapeExporterBase implements IShapeExporter
|
||||
path = new GeneralPath();
|
||||
}
|
||||
|
||||
public static AffineTransform matrixToTransform(Matrix mat) {
|
||||
private static AffineTransform matrixToTransform(Matrix mat) {
|
||||
AffineTransform transform = new AffineTransform(mat.scaleX, mat.rotateSkew0,
|
||||
mat.rotateSkew1, mat.scaleY,
|
||||
mat.translateX, mat.translateY);
|
||||
|
||||
Reference in New Issue
Block a user