Package ch.nolix.systemapi.graphic.image
Schnittstelle IImage
- Alle Superschnittstellen:
IElement
- Alle bekannten Unterschnittstellen:
IMutableImage<I>
- Alle bekannten Implementierungsklassen:
Image,MutableImage
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintgetPixel(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) withWidthAndHeight(int width, int height) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
getBottomLeftPixel
IColor getBottomLeftPixel() -
getBottomRightPixel
IColor getBottomRightPixel() -
getHeight
int getHeight() -
getPixel
-
getPixelCount
int getPixelCount() -
getPixels
-
getSection
-
getTopLeftPixel
IColor getTopLeftPixel() -
getTopRightPixel
IColor getTopRightPixel() -
getWidth
int getWidth() -
toBase64Jpg
String toBase64Jpg() -
toBase64Png
String toBase64Png() -
toBufferedImage
BufferedImage toBufferedImage() -
toImmutableImage
IImage toImmutableImage() -
toJpg
byte[] toJpg() -
toLeftRotatedImage
IMutableImage<?> toLeftRotatedImage() -
toPng
byte[] toPng() -
toRepeatedImage
-
toRightRotatedImage
IMutableImage<?> toRightRotatedImage() -
toScaledImage
-
toScaledImage
-
withAlphaValue
-
withWidthAndHeight
-