public class ImageStrips extends Object
| Constructor and Description |
|---|
ImageStrips()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getRowsPerStrip()
Gets the rows per strip.
|
List<Strip> |
getStrips()
Gets the strips.
|
void |
setRowsPerStrip(long rowsPerStrip)
Sets the number of rows per strip.
|
void |
setStrips(List<Strip> strips)
Sets the strips.
|
public void setStrips(List<Strip> strips)
strips - the new stripspublic void setRowsPerStrip(long rowsPerStrip)
rowsPerStrip - the rows per strippublic long getRowsPerStrip()
Copyright © 2015–2020. All rights reserved.