public static class Stitcher.Slot
extends java.lang.Object
| 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()  | 
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