Uses of Class
ch.nolix.system.graphic.image.MutableImage
Packages that use MutableImage
Package
Description
-
Uses of MutableImage in ch.nolix.system.graphic.image
Classes in ch.nolix.system.graphic.image that implement interfaces with type arguments of type MutableImageMethods in ch.nolix.system.graphic.image that return MutableImageModifier and TypeMethodDescriptionstatic MutableImageMutableImage.fromAnyImage(IImage image) static MutableImageMutableImage.fromBufferedImage(BufferedImage bufferedImage) static MutableImageMutableImage.fromBytes(byte[] bytes) static MutableImagestatic MutableImageMutableImage.fromResource(String path) static MutableImageMutableImage.fromSpecification(INode<?> specification) static MutableImageMutableImage.fromString(String string) MutableImage.getCopy()Image.getSection(int xPosition, int yPosition, int width, int height) MutableImage.getSection(int xPosition, int yPosition, int width, int height) Image.toLeftRotatedImage()MutableImage.toLeftRotatedImage()Image.toMutableImage()Image.toRepeatedImage(int width, int height) MutableImage.toRepeatedImage(int width, int height) Image.toRightRotatedImage()MutableImage.toRightRotatedImage()Image.toScaledImage(double factor) Image.toScaledImage(double widthFactor, double heightFactor) MutableImage.toScaledImage(double factor) MutableImage.toScaledImage(double widthFactor, double heightFactor) static MutableImageMutableImage.withPixels(IMatrix<IColor> pixels) static MutableImageMutableImage.withWidthAndHeightAndColor(int width, int height, IColor color) static MutableImageMutableImage.withWidthAndHeightAndWhiteColor(int width, int height) -
Uses of MutableImage in ch.nolix.system.webatomiccontrol.imagecontrol
Methods in ch.nolix.system.webatomiccontrol.imagecontrol that return MutableImage -
Uses of MutableImage in ch.nolix.tech.math.fractal
Methods in ch.nolix.tech.math.fractal that return MutableImage