Schnittstelle IImage
- Alle Superschnittstellen:
IElement
- Alle bekannten Unterschnittstellen:
IMutableImage<MI>
- Alle bekannten Implementierungsklassen:
Image
,MutableImage
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getPixel
(int xPosition, int yPosition) int
getSection
(int xPosition, int yPosition, int width, int height) int
getWidth()
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.elementapi.baseapi.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() -
toBufferedImage
BufferedImage toBufferedImage() -
toImmutableImage
IImage toImmutableImage() -
toJPG
byte[] toJPG() -
toJPGString
String toJPGString() -
toLeftRotatedImage
IMutableImage<?> toLeftRotatedImage() -
toPNG
byte[] toPNG() -
toPNGString
String toPNGString() -
toRepeatedImage
-
toRightRotatedImage
IMutableImage<?> toRightRotatedImage() -
toScaledImage
-
toScaledImage
-
withAlphaValue
-
withWidthAndHeight
-