|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.api.utility.ImagesUtility
public class ImagesUtility
| Field Summary | |
|---|---|
static int |
DOWN
|
static int |
UP
|
| Constructor Summary | |
|---|---|
ImagesUtility()
|
|
| Method Summary | |
|---|---|
static ImageFile |
addImagePart(DescriptionElementBase element)
Deprecated. not used by EDITor anymore |
static void |
addMediaToGallery(DescriptionBase description,
Media media)
|
static void |
addTaxonImage(Taxon taxon,
DescriptionBase<?> imageGallery,
ImageFile imageFile)
Deprecated. not used by EDITor anymore |
static DescriptionElementBase |
createImageElement(ImageFile imageFile)
Deprecated. not used by EDITor anymore |
static DescriptionElementBase |
findImageElement(ImageFile image,
Taxon taxon)
Deprecated. not used by EDITor anymore |
static ImageFile |
getImage(DescriptionElementBase element)
Deprecated. not used by EDITor anymore |
static Set<ImageFile> |
getImages(TaxonDescription description)
Deprecated. not used by EDITor anymore |
static List<ImageFile> |
getOrderedImages(DescriptionElementBase element)
Deprecated. not used by EDITor anymore |
static void |
moveImage(DescriptionElementBase element,
ImageFile image,
int direction)
Deprecated. not used by EDITor anymore |
static void |
removeImage(DescriptionElementBase element,
ImageFile image)
Deprecated. not used by EDITor anymore |
static void |
removeMediaFromGallery(DescriptionBase description,
Media media)
|
static void |
removeTaxonImage(Taxon taxon,
DescriptionBase<?> imageGallery,
ImageFile imageFile)
Deprecated. not used by EDITor anymore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UP
public static final int DOWN
| Constructor Detail |
|---|
public ImagesUtility()
| Method Detail |
|---|
@Deprecated public static ImageFile getImage(DescriptionElementBase element)
element -
@Deprecated public static List<ImageFile> getOrderedImages(DescriptionElementBase element)
@Deprecated public static Set<ImageFile> getImages(TaxonDescription description)
description -
@Deprecated
public static void addTaxonImage(Taxon taxon,
DescriptionBase<?> imageGallery,
ImageFile imageFile)
taxon - imageFile - @Deprecated public static DescriptionElementBase createImageElement(ImageFile imageFile)
imageFile -
@Deprecated public static ImageFile addImagePart(DescriptionElementBase element)
element -
@Deprecated
public static void removeTaxonImage(Taxon taxon,
DescriptionBase<?> imageGallery,
ImageFile imageFile)
taxon - imageFile -
@Deprecated
public static void moveImage(DescriptionElementBase element,
ImageFile image,
int direction)
input - selectedImage - direction -
@Deprecated
public static void removeImage(DescriptionElementBase element,
ImageFile image)
input - selectedImage -
@Deprecated
public static DescriptionElementBase findImageElement(ImageFile image,
Taxon taxon)
image - taxon -
public static void addMediaToGallery(DescriptionBase description,
Media media)
description - media -
public static void removeMediaFromGallery(DescriptionBase description,
Media media)
description - media -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||