Uses of Class
ch.sahits.game.graphic.image.EScaling
-
Packages that use EScaling Package Description ch.sahits.game.graphic.image -
-
Uses of EScaling in ch.sahits.game.graphic.image
Fields in ch.sahits.game.graphic.image declared as EScaling Modifier and Type Field Description private EScalingScaling. scalingMethods in ch.sahits.game.graphic.image that return EScaling Modifier and Type Method Description EScalingScaling. getScaling()static EScalingEScaling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EScaling[]EScaling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.graphic.image with parameters of type EScaling Modifier and Type Method Description (package private) ScalingImageUtil. computeScaleFactor(javafx.geometry.Dimension2D targetDim, javafx.geometry.Dimension2D imgDim, EScaling scaling)(package private) ScalingImageUtil. computeScaleFactorCropLimited(ImageScaleState state, EScaling scaling)Compute the scale factor so the image can be displayed withintargetDim.Constructors in ch.sahits.game.graphic.image with parameters of type EScaling Constructor Description Scaling(double scaleFactor, EScaleDirection direction, EScaling scaling, boolean crop)
-