public static class Stitcher.Slot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
height |
private Stitcher.Holder |
holder |
private int |
originX |
private int |
originY |
private java.util.List<Stitcher.Slot> |
subSlots |
private int |
width |
Constructor and Description |
---|
Slot(int originXIn,
int originYIn,
int widthIn,
int heightIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
addSlot(Stitcher.Holder holderIn) |
void |
getAllStitchSlots(java.util.List<Stitcher.Slot> p_94184_1_) |
int |
getOriginX() |
int |
getOriginY() |
Stitcher.Holder |
getStitchHolder() |
java.lang.String |
toString() |
private final int originX
private final int originY
private final int width
private final int height
private java.util.List<Stitcher.Slot> subSlots
private Stitcher.Holder holder
public Stitcher.Holder getStitchHolder()
public int getOriginX()
public int getOriginY()
public boolean addSlot(Stitcher.Holder holderIn)
public void getAllStitchSlots(java.util.List<Stitcher.Slot> p_94184_1_)
public java.lang.String toString()
toString
in class java.lang.Object