Uses of Class
de.elo.mover.main.helper.SplitHelper.SPLIT_CONDITION
| Package | Description |
|---|---|
| de.elo.mover.main.helper | |
| de.elo.mover.main.tiff |
-
Uses of SplitHelper.SPLIT_CONDITION in de.elo.mover.main.helper
Methods in de.elo.mover.main.helper that return SplitHelper.SPLIT_CONDITION Modifier and Type Method Description static SplitHelper.SPLIT_CONDITIONSplitHelper.SPLIT_CONDITION. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SplitHelper.SPLIT_CONDITION[]SplitHelper.SPLIT_CONDITION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.elo.mover.main.helper with parameters of type SplitHelper.SPLIT_CONDITION Modifier and Type Method Description static booleanSplitHelper. getSplitConditionResult(IXconnect ixConnect, java.awt.image.BufferedImage image, SplitHelper.SPLIT_CONDITION splitCond)Meldet zurück, ob die angegebene Bedingung für das Trennen erfüllt ist. -
Uses of SplitHelper.SPLIT_CONDITION in de.elo.mover.main.tiff
Methods in de.elo.mover.main.tiff with parameters of type SplitHelper.SPLIT_CONDITION Modifier and Type Method Description static java.io.File[]TiffFileHelper. writeImagesByPage(IXconnect ixConnect, java.lang.Iterable<WriteableImage> images, java.util.Iterator<java.io.File> iterator, SplitHelper.SPLIT_CONDITION splitCondition)Schreibt eine Liste von Images in Ausgabedateien.