Class ImageSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.asresourcedata.data.ImageSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ALIASstatic intSORT_BY_ALTstatic intSORT_BY_DEFAULTstatic intSORT_BY_IDstatic intSORT_BY_IMAGEstatic intSORT_BY_NAMEstatic intSORT_BY_PIXELSstatic intSORT_BY_SIZEstatic intSORT_BY_TITLE
-
Constructor Summary
Constructors Constructor Description ImageSortType()ImageSortType(int method)ImageSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intname2method(java.lang.String name)
-
-
-
Field Detail
-
SORT_BY_ID
public static final int SORT_BY_ID
- See Also:
- Constant Field Values
-
SORT_BY_NAME
public static final int SORT_BY_NAME
- See Also:
- Constant Field Values
-
SORT_BY_TITLE
public static final int SORT_BY_TITLE
- See Also:
- Constant Field Values
-
SORT_BY_ALIAS
public static final int SORT_BY_ALIAS
- See Also:
- Constant Field Values
-
SORT_BY_ALT
public static final int SORT_BY_ALT
- See Also:
- Constant Field Values
-
SORT_BY_IMAGE
public static final int SORT_BY_IMAGE
- See Also:
- Constant Field Values
-
SORT_BY_SIZE
public static final int SORT_BY_SIZE
- See Also:
- Constant Field Values
-
SORT_BY_PIXELS
public static final int SORT_BY_PIXELS
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-