public class Image_Color_Component extends AColor_Component
color, value| Constructor and Description |
|---|
Image_Color_Component(String imageName) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.image.Image |
getImageFromOwnerImplementation()
To override the method in the application
|
javafx.scene.image.Image |
getImageRaw()
Read out the image; over the default path or the path of the application
|
javafx.scene.image.Image |
getScaledImageFromOwnerImplementation(double newIconWidth,
double newIconHeight,
boolean preservationRatio,
boolean smooth)
To override the method in the application.
|
javafx.scene.image.Image |
getScaledImageIcon(double newIconWidth,
double newIconHeight,
boolean preservationRatio,
boolean smooth)
Get the scaled image;
Reading from the path of the application or over the default path. |
getColor, getValue, setColorpublic Image_Color_Component(String imageName)
public javafx.scene.image.Image getImageRaw()
public javafx.scene.image.Image getImageFromOwnerImplementation()
value - public javafx.scene.image.Image getScaledImageIcon(double newIconWidth,
double newIconHeight,
boolean preservationRatio,
boolean smooth)
newIconWidth - newIconHeight - b - c - public javafx.scene.image.Image getScaledImageFromOwnerImplementation(double newIconWidth,
double newIconHeight,
boolean preservationRatio,
boolean smooth)
newIconWidth - newIconHeight - preservationRatio - smooth - Copyright © 2024. All rights reserved.