public static class Stitcher.Slot
extends java.lang.Object
Constructor and Description |
---|
Slot(int p_i1277_1_,
int p_i1277_2_,
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_)
Gets the slot and all its subslots
|
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