public class ObjectFormat extends Object
Constructor and Description |
---|
ObjectFormat() |
Modifier and Type | Method and Description |
---|---|
static MutableFrameFormat |
fromClass(Class clazz,
int target) |
static MutableFrameFormat |
fromClass(Class clazz,
int count,
int target) |
static MutableFrameFormat |
fromObject(Object object,
int target) |
static MutableFrameFormat |
fromObject(Object object,
int count,
int target) |
public static MutableFrameFormat fromClass(Class clazz, int count, int target)
public static MutableFrameFormat fromClass(Class clazz, int target)
public static MutableFrameFormat fromObject(Object object, int target)
public static MutableFrameFormat fromObject(Object object, int count, int target)