no.hiof.imagepr
Interface Image
- All Known Implementing Classes:
- BinaryImage, HSIImage, HSVImage, IntensityImage, RGBImage
- public interface Image
Field Summary |
static int |
BLUE
|
static int |
GREEN
|
static int |
RED
|
Method Summary |
Image |
createScaledImage(double scale,
int interpolType)
|
void |
draw(java.awt.Graphics g,
int x,
int y)
|
void |
draw(java.awt.Graphics g,
int x,
int y,
double scaleX,
double scaleY,
double rotateAngle)
|
int |
getHeight()
|
int |
getWidth()
|
java.awt.image.BufferedImage |
makeBufferedImage()
|
void |
show(java.lang.String title)
|
void |
show(java.lang.String title,
double scale)
|
RED
public static final int RED
- See Also:
- Constant Field Values
GREEN
public static final int GREEN
- See Also:
- Constant Field Values
BLUE
public static final int BLUE
- See Also:
- Constant Field Values
getHeight
public int getHeight()
getWidth
public int getWidth()
makeBufferedImage
public java.awt.image.BufferedImage makeBufferedImage()
createScaledImage
public Image createScaledImage(double scale,
int interpolType)
show
public void show(java.lang.String title)
show
public void show(java.lang.String title,
double scale)
draw
public void draw(java.awt.Graphics g,
int x,
int y)
draw
public void draw(java.awt.Graphics g,
int x,
int y,
double scaleX,
double scaleY,
double rotateAngle)