All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thevpc.echo.spi.peers.AppImagePeer Maven / Gradle / Ivy

package net.thevpc.echo.spi.peers;

public interface AppImagePeer {
    Object toolkitImage();

    double getHeight();

    double getWidth();

    boolean isVector();

    AppImagePeer scaleTo(double width, double height);

    AppImagePeer scaleBase(float widthFactor, float heightFactor);

    AppImagePeer scale(float widthFactor, float heightFactor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy