Java java.awt.image ComponentSampleModel fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image ComponentSampleModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image ComponentSampleModel.

The text is from its open source code.

Constructor

Method

int[]getBandOffsets()
Returns the band offset for all bands.
int[]getBankIndices()
Returns the bank indices for all bands.
intgetHeight()
Returns the height in pixels.
intgetOffset(int x, int y)
Gets the offset for the first band of pixel (x,y).
intgetPixelStride()
Returns the pixel stride of this ComponentSampleModel.
intgetScanlineStride()
Returns the scanline stride of this ComponentSampleModel.
intgetWidth()
Returns the width in pixels.