IAdvancedBufferProcessor
All Implemented Interfaces: com.aspose.psd.IBufferProcessor
public interface IAdvancedBufferProcessor extends IBufferProcessor
The advanced buffer processor.
Methods
Method | Description |
---|---|
finishRow() | Finishes the row. |
finishRows(int rowsCount) | Finishes the rows. |
finishRow()
public abstract void finishRow()
Finishes the row.
finishRows(int rowsCount)
public abstract void finishRows(int rowsCount)
Finishes the rows.
Parameters:
Parameter | Type | Description |
---|---|---|
rowsCount | int | The rows count. |