Uses of Class
ch.sahits.game.graphic.image.ECrop
-
Packages that use ECrop Package Description ch.sahits.game.graphic.image ch.sahits.game.graphic.image.model -
-
Uses of ECrop in ch.sahits.game.graphic.image
Fields in ch.sahits.game.graphic.image declared as ECrop Modifier and Type Field Description private ECropImageScaleState. cropWhere to crop the imageMethods in ch.sahits.game.graphic.image that return ECrop Modifier and Type Method Description ECropImageScaleState. getCrop()Indicate where the image may be croppedstatic ECropECrop. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ECrop[]ECrop. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.sahits.game.graphic.image with parameters of type ECrop Constructor Description ImageScaleState(javafx.geometry.Dimension2D originalImageDim, javafx.geometry.Dimension2D targetImageDim, ECrop crop, int maxCrop)Initialize the image state for an image that can be cropped. -
Uses of ECrop in ch.sahits.game.graphic.image.model
Fields in ch.sahits.game.graphic.image.model declared as ECrop Modifier and Type Field Description private ECropImageData. cropMethods in ch.sahits.game.graphic.image.model that return ECrop Modifier and Type Method Description ECropImageData. getCrop()Constructors in ch.sahits.game.graphic.image.model with parameters of type ECrop Constructor Description ImageData(java.lang.String imageName, ECrop crop, int maxCrop)
-