public class Scale extends Object
Scale()
static Scale
byHeight(int height)
byRatio(double ratio)
byWidth(int width)
byWidthAndHeight(int width, int height)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Scale()
public static Scale byWidth(int width)
public static Scale byHeight(int height)
public static Scale byWidthAndHeight(int width, int height)
public static Scale byRatio(double ratio)
Copyright © 2025. All rights reserved.