Uses of Class
ch.sahits.game.graphic.image.EScaleDirection
-
Packages that use EScaleDirection Package Description ch.sahits.game.graphic.image -
-
Uses of EScaleDirection in ch.sahits.game.graphic.image
Fields in ch.sahits.game.graphic.image declared as EScaleDirection Modifier and Type Field Description private EScaleDirectionImageScaleState. borderDirectionprivate EScaleDirectionScaling. directionMethods in ch.sahits.game.graphic.image that return EScaleDirection Modifier and Type Method Description EScaleDirectionImageScaleState. getBorderDirection()EScaleDirectionScaling. getDirection()static EScaleDirectionEScaleDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EScaleDirection[]EScaleDirection. 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 EScaleDirection Modifier and Type Method Description voidImageScaleState. setBorderDirection(EScaleDirection borderDirection)Constructors in ch.sahits.game.graphic.image with parameters of type EScaleDirection Constructor Description Scaling(double scaleFactor, EScaleDirection direction, EScaling scaling, boolean crop)
-