tailieunhanh - Introduction to Java: 22 java.awt.image Reference

Tham khảo tài liệu 'introduction to java: 22 reference', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 22 Reference AreaAveragingScaleFilter Description The AreaAveragingScaleFilter class scales an image using a simple smoothing algorithm. Class Definition public class extends Constructor public AreaAveragingScaleFilter int width int height Instance Methods public void setHints int hints public void setPixels int x int y int w int h ColorModel model byte pixels int off int scansize public void setPixels int x int y int w int h ColorModel model int pixels int off int scansize 897 898 AreaAveragingScaleFilter Constructor AreaAveragingScaleFilter public AreaAveragingScaleFilter int width int height Parameters width Width of scaled image. height Height of scaled image. Description Constructs an AverageScaleFilter that scales the original image to the specified size. Instance Methods setHints public void setHints int hints Parameters hints Flags indicating how data will be delivered. Overrides int Description Gives this filter hints about how data will be delivered. setPixels public void setPixels int x int y int w int h ColorModel model byte pixels int off int scansize Parameters x x-coordinate of top-left corner of pixel data delivered with this method call. y y-coordinate of top-left corner of pixel data delivered with this method call. w Width of the rectangle of pixel data delivered with this method call. h Height of the rectangle of pixel data delivered with this method call. model pixels off scansize Color model of image data. image data. Offset from beginning of the pixels array. Size of each line of data in pixels array. Overrides int int int int ColorModel byte int int Description Receives a rectangle of image data from the ImageProducer scales these pixels and delivers them to any ImageConsumers. public void setPixels int x int y int w int h ColorModel model int pixels int off int scansize ColorModel 899 Parameters

TỪ KHÓA LIÊN QUAN