Package ch.nolix.system.graphic.image
Klasse Image
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.graphic.image.Image
-
Methodenübersicht
Modifizierer 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 ch.nolix.system.element.base.AbstractElement
equals, getSpecification, hashCode, toStringVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.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
public int 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
public int getWidth() -
toBase64Jpg
- Angegeben von:
toBase64Jpgin SchnittstelleIImage
-
toBase64Png
- Angegeben von:
toBase64Pngin SchnittstelleIImage
-
toBufferedImage
- Angegeben von:
toBufferedImagein SchnittstelleIImage
-
toImmutableImage
- Angegeben von:
toImmutableImagein SchnittstelleIImage
-
toJpg
public byte[] toJpg() -
toLeftRotatedImage
- Angegeben von:
toLeftRotatedImagein SchnittstelleIImage
-
toMutableImage
-
toPng
public byte[] 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
-