Uses of Interface
ch.nolix.systemapi.graphic.image.IMutableImage
Packages that use IMutableImage
Package
Description
-
Uses of IMutableImage in ch.nolix.system.graphic.image
Classes in ch.nolix.system.graphic.image that implement IMutableImageMethods in ch.nolix.system.graphic.image that return IMutableImageModifier and TypeMethodDescriptionImmutableImage.withAlphaValue(double alphaValue) MutableImage.withAlphaValue(double alphaValue) ImmutableImage.withWidthAndHeight(int width, int height) MutableImage.withWidthAndHeight(int width, int height) -
Uses of IMutableImage in ch.nolix.systemapi.control.imagecontrol
Methods in ch.nolix.systemapi.control.imagecontrol that return IMutableImage -
Uses of IMutableImage in ch.nolix.systemapi.graphic.image
Classes in ch.nolix.systemapi.graphic.image with type parameters of type IMutableImageMethods in ch.nolix.systemapi.graphic.image that return IMutableImageModifier and TypeMethodDescriptionImage.getSection(int xPosition, int yPosition, int width, int height) Image.toLeftRotatedImage()Image.toRepeatedImage(int width, int height) Image.toRightRotatedImage()Image.toScaledImage(double factor) Image.toScaledImage(double widthFactor, double heightFactor) Image.withAlphaValue(double alphaValue) Image.withWidthAndHeight(int width, int height) -
Uses of IMutableImage in ch.nolix.systemapi.math.fractal
Methods in ch.nolix.systemapi.math.fractal that return IMutableImage