Package ch.nolix.system.graphic.image
Klasse Image
java.lang.Object
ch.nolix.system.element.base.Element
ch.nolix.system.graphic.image.Image
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Image
fromAnyImage
(IImage image) static Image
fromBytes
(byte[] bytes) static Image
static Image
fromResource
(String path) static Image
fromSpecification
(INode<?> specification) IContainer
<INode<?>> int
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) static Image
withPixels
(Matrix<IColor> pixels) withWidthAndHeight
(int width, int height) Von Klasse geerbte Methoden ch.nolix.system.element.base.Element
equals, getSpecification, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getSpecification, toFormatedString, toXml
-
Methodendetails
-
fromAnyImage
-
fromBytes
-
fromFile
-
fromResource
-
fromSpecification
-
withPixels
-
getAttributes
- Angegeben von:
getAttributes
in SchnittstelleIElement
- Gibt zurück:
- the attributes of the current
IElement
.
-
getBottomLeftPixel
- Angegeben von:
getBottomLeftPixel
in SchnittstelleIImage
-
getBottomRightPixel
- Angegeben von:
getBottomRightPixel
in SchnittstelleIImage
-
getHeight
public int getHeight() -
getPixel
-
getPixelCount
public int getPixelCount()- Angegeben von:
getPixelCount
in SchnittstelleIImage
-
getPixels
-
getSection
- Angegeben von:
getSection
in SchnittstelleIImage
-
getTopLeftPixel
- Angegeben von:
getTopLeftPixel
in SchnittstelleIImage
-
getTopRightPixel
- Angegeben von:
getTopRightPixel
in SchnittstelleIImage
-
getWidth
public int getWidth() -
toBufferedImage
- Angegeben von:
toBufferedImage
in SchnittstelleIImage
-
toImmutableImage
- Angegeben von:
toImmutableImage
in SchnittstelleIImage
-
toJPG
public byte[] toJPG() -
toJPGString
- Angegeben von:
toJPGString
in SchnittstelleIImage
-
toLeftRotatedImage
- Angegeben von:
toLeftRotatedImage
in SchnittstelleIImage
-
toMutableImage
-
toPNG
public byte[] toPNG() -
toPNGString
- Angegeben von:
toPNGString
in SchnittstelleIImage
-
toRepeatedImage
- Angegeben von:
toRepeatedImage
in SchnittstelleIImage
-
toRightRotatedImage
- Angegeben von:
toRightRotatedImage
in SchnittstelleIImage
-
toScaledImage
- Angegeben von:
toScaledImage
in SchnittstelleIImage
-
toScaledImage
- Angegeben von:
toScaledImage
in SchnittstelleIImage
-
withAlphaValue
- Angegeben von:
withAlphaValue
in SchnittstelleIImage
-
withWidthAndHeight
- Angegeben von:
withWidthAndHeight
in SchnittstelleIImage
-