Klasse Image
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.graphic.image.Image
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic ImagefromAnyImage(IImage image) static ImagefromBytes(byte[] bytes) static Imagestatic ImagefromResource(String path) static ImagefromSpecification(INode<?> specification) IContainer<INode<?>> intgetPixel(int xPosition, int yPosition) intgetSection(int xPosition, int yPosition, int width, int height) intgetWidth()byte[]toJpg()byte[]toPng()toRepeatedImage(int width, int height) toScaledImage(double factor) toScaledImage(double widthFactor, double heightFactor) withAlphaValue(double alphaValue) static ImagewithPixels(Matrix<IColor> pixels) withWidthAndHeight(int width, int height) Von Klasse geerbte Methoden AbstractElement
equals, getSpecification, hashCode, toStringVon Schnittstelle geerbte Methoden IElement
getSpecification, toFormatedString, toXml
-
Methodendetails
-
fromAnyImage
-
fromBytes
-
fromFile
-
fromResource
-
fromSpecification
-
withPixels
-
getAttributes
- Angegeben von:
getAttributesin SchnittstelleIElement- Gibt zurück:
- the attributes of the current
IElement.
-
getBottomLeftPixel
- Angegeben von:
getBottomLeftPixelin SchnittstelleIImage
-
getBottomRightPixel
- Angegeben von:
getBottomRightPixelin SchnittstelleIImage
-
getHeight
-
getPixel
-
getPixelCount
public int getPixelCount()- Angegeben von:
getPixelCountin SchnittstelleIImage
-
getPixels
-
getSection
- Angegeben von:
getSectionin SchnittstelleIImage
-
getTopLeftPixel
- Angegeben von:
getTopLeftPixelin SchnittstelleIImage
-
getTopRightPixel
- Angegeben von:
getTopRightPixelin SchnittstelleIImage
-
getWidth
-
toBase64Jpg
- Angegeben von:
toBase64Jpgin SchnittstelleIImage
-
toBase64Png
- Angegeben von:
toBase64Pngin SchnittstelleIImage
-
toBufferedImage
- Angegeben von:
toBufferedImagein SchnittstelleIImage
-
toImmutableImage
- Angegeben von:
toImmutableImagein SchnittstelleIImage
-
toJpg
-
toLeftRotatedImage
- Angegeben von:
toLeftRotatedImagein SchnittstelleIImage
-
toMutableImage
-
toPng
-
toRepeatedImage
- Angegeben von:
toRepeatedImagein SchnittstelleIImage
-
toRightRotatedImage
- Angegeben von:
toRightRotatedImagein SchnittstelleIImage
-
toScaledImage
- Angegeben von:
toScaledImagein SchnittstelleIImage
-
toScaledImage
- Angegeben von:
toScaledImagein SchnittstelleIImage
-
withAlphaValue
- Angegeben von:
withAlphaValuein SchnittstelleIImage
-
withWidthAndHeight
- Angegeben von:
withWidthAndHeightin SchnittstelleIImage
-