mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
format code
This commit is contained in:
@@ -28,7 +28,7 @@ public interface MediaDisplay {
|
||||
public int getCurrentFrame();
|
||||
|
||||
public int getTotalFrames();
|
||||
|
||||
|
||||
public void zoom(double zoom);
|
||||
|
||||
public void pause();
|
||||
@@ -46,14 +46,14 @@ public interface MediaDisplay {
|
||||
public int getFrameRate();
|
||||
|
||||
public boolean isLoaded();
|
||||
|
||||
|
||||
public BufferedImage printScreen();
|
||||
|
||||
|
||||
public boolean screenAvailable();
|
||||
|
||||
|
||||
public boolean zoomAvailable();
|
||||
|
||||
|
||||
public void zoomToFit();
|
||||
|
||||
|
||||
public double getZoom();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user