Verwendungen von Klasse
ch.nolix.system.graphic.image.MutableImage
Package
Beschreibung
The
ch.nolix.system.graphic.image
package defines an image.The
ch.nolix.system.webgui.atomiccontrol
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.atomiccontrolapi
package.The
ch.nolix.tech.math.fractal
package provides an implementation of
the ch.nolix.techapi.mathapi.fractalapi
package.-
Verwendungen von MutableImage in ch.nolix.system.graphic.image
Modifizierer und TypMethodeBeschreibungstatic MutableImage
MutableImage.fromAnyImage
(IImage image) static MutableImage
MutableImage.fromBufferedImage
(BufferedImage bufferedImage) static MutableImage
MutableImage.fromBytes
(byte[] bytes) static MutableImage
static MutableImage
MutableImage.fromResource
(String path) static MutableImage
MutableImage.fromSpecification
(INode<?> specification) static MutableImage
MutableImage.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 MutableImage
MutableImage.withPixels
(IMatrix<IColor> pixels) static MutableImage
MutableImage.withWidthAndHeightAndColor
(int width, int height, IColor color) static MutableImage
MutableImage.withWidthAndHeightAndWhiteColor
(int width, int height) -
Verwendungen von MutableImage in ch.nolix.system.webgui.atomiccontrol
-
Verwendungen von MutableImage in ch.nolix.tech.math.fractal