public class StitchOverlap extends Object
| Constructor and Description |
|---|
StitchOverlap() |
StitchOverlap(int top,
int bottom)
sets the top and bottom stitching overlap.
|
StitchOverlap(StitchOverlap stitchOverlap) |
| Modifier and Type | Method and Description |
|---|---|
StitchOverlap |
bottom(int bottom)
sets the bottom stitching overlap.
|
Integer |
getBottom() |
Integer |
getTop() |
StitchOverlap |
top(int top)
sets the top stitching overlap.
|
public StitchOverlap()
public StitchOverlap(StitchOverlap stitchOverlap)
public StitchOverlap(int top,
int bottom)
top - the top stitching overlap.bottom - the bottom stitching overlap.public StitchOverlap top(int top)
top - the bottom stitching overlap.public Integer getTop()
public StitchOverlap bottom(int bottom)
bottom - the bottom stitching overlap.public Integer getBottom()
Copyright © 2023. All rights reserved.