Uses of Class
ch.sahits.game.graphic.image.model.ImageData
-
Packages that use ImageData Package Description ch.sahits.game.graphic.image ch.sahits.game.graphic.image.impl This package contains implementation classes of interfaces defined in -
-
Uses of ImageData in ch.sahits.game.graphic.image
Methods in ch.sahits.game.graphic.image that return ImageData Modifier and Type Method Description ImageDataIDataImageLoader. getImageData(java.lang.String imageName)Retrieve the image data for a image name, not it's file nameImageDataIPolygonScaling. recalculatePolygons(ImageData imgData, ImageScaleState state)Compute the location and dimensions of the NamedPolygons that are contained inimgDatabased on the scaling state.ImageDataIPolygonScaling. recalculatePolygonsOffset(ImageData imgData, javafx.geometry.Point2D offset)Recalculate the positions of the polygons to reflect their absolute on screen locations.Methods in ch.sahits.game.graphic.image with parameters of type ImageData Modifier and Type Method Description ImageDataIPolygonScaling. recalculatePolygons(ImageData imgData, ImageScaleState state)Compute the location and dimensions of the NamedPolygons that are contained inimgDatabased on the scaling state.ImageDataIPolygonScaling. recalculatePolygonsOffset(ImageData imgData, javafx.geometry.Point2D offset)Recalculate the positions of the polygons to reflect their absolute on screen locations. -
Uses of ImageData in ch.sahits.game.graphic.image.impl
Fields in ch.sahits.game.graphic.image.impl with type parameters of type ImageData Modifier and Type Field Description private java.util.Map<java.lang.String,ImageData>SelectiveCachableXMLImageLoader. imageDataMaps storing additional image data.Methods in ch.sahits.game.graphic.image.impl that return ImageData Modifier and Type Method Description private ImageDataPolygonScaling. createNewCopy(ImageData imgData)Create a clone of the image data and handle the CloneNotSupportedExceptionImageDataSelectiveCachableXMLImageLoader. getImageData(java.lang.String imageName)(package private) ImageDataPolygonScaling. recalculatePolygonCrop(ImageData imgData, ImageScaleState state)Compute the polygon affected by the cropping of the image as stated in stateImageDataPolygonScaling. recalculatePolygons(ImageData imgData, ImageScaleState state)(package private) ImageDataPolygonScaling. recalculatePolygonScale(ImageData imgData, ImageScaleState state)Compute the polygon affected by the scaling of the image as stated in stateImageDataPolygonScaling. recalculatePolygonsOffset(ImageData imgData, javafx.geometry.Point2D offset)Methods in ch.sahits.game.graphic.image.impl with parameters of type ImageData Modifier and Type Method Description private ImageDataPolygonScaling. createNewCopy(ImageData imgData)Create a clone of the image data and handle the CloneNotSupportedExceptionprivate voidSelectiveCachableXMLImageLoader. parseImageDefinitionAndLoad(java.lang.String type, ImageData imgData)Register the image name and it's meta data and if required by it's type also store it in the cache.(package private) ImageDataPolygonScaling. recalculatePolygonCrop(ImageData imgData, ImageScaleState state)Compute the polygon affected by the cropping of the image as stated in stateImageDataPolygonScaling. recalculatePolygons(ImageData imgData, ImageScaleState state)(package private) ImageDataPolygonScaling. recalculatePolygonScale(ImageData imgData, ImageScaleState state)Compute the polygon affected by the scaling of the image as stated in stateImageDataPolygonScaling. recalculatePolygonsOffset(ImageData imgData, javafx.geometry.Point2D offset)
-