public class Strip extends Object
| Constructor and Description |
|---|
Strip()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Gets the length.
|
int |
getOffset()
Gets the offset.
|
int |
getStripRows()
Gets the strip rows.
|
void |
setLength(int length)
Sets the length.
|
void |
setOffset(int offset)
Sets the offset.
|
void |
setStripRows(int rows)
Sets the strip rows.
|
public int getOffset()
public int getLength()
public int getStripRows()
public void setOffset(int offset)
offset - the new offsetpublic void setLength(int length)
length - the new lengthpublic void setStripRows(int rows)
rows - the new strip rowsCopyright © 2015–2020. All rights reserved.