public class Operator extends java.util.TreeSet<AbstractOperation>
| Modifier and Type | Class and Description |
|---|---|
static class |
Operator.Priority |
| Modifier | Constructor and Description |
|---|---|
protected |
Operator(EditorPreview editorPreview) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(AbstractOperation operation)
Deprecated.
|
boolean |
addAll(java.util.Collection<? extends AbstractOperation> collection)
Deprecated.
|
AbstractOperation |
ceiling(AbstractOperation abstractOperation)
Deprecated.
|
ColorMatrixOperation |
getColorMatrixOperation()
Get the color matrix Operation.
|
CropOperation |
getCropOperation()
Get the crop Operation.
|
FilterOperation |
getFilterOperation()
Get the filter Operation.
|
FocusOperation |
getFocusOperation()
Get the blur Operation.
|
ImageLoadOperation |
getImageLoadOperation()
Get the image load Operation.
|
ImageSaveOperation |
getImageSaveOperation()
Get the image save Operation.
|
ImageShowOperation |
getImageShowOperation()
Get the image show Operation.
|
RotateOperation |
getRotateOperation()
Get the rotation Operation.
|
protected AbstractOperation.SourceHolder |
getSourceBitmapHolder(AbstractOperation operation) |
StickerOperation |
getStickerOperation()
Get the sticker Operation.
|
protected void |
invalidate() |
protected void |
invalidateOperations() |
protected boolean |
isInPreviewMode() |
protected boolean |
readyToRun() |
boolean |
remove(java.lang.Object object)
Deprecated.
|
boolean |
removeAll(java.util.Collection<?> collection)
Deprecated.
|
void |
runExportOperations()
Request a export rendering with full resolution.
|
void |
runPreviewOperations()
Request a fast Preview rendering.
|
clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, size, spliterator, subSet, subSet, tailSet, tailSetcontainsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprotected Operator(EditorPreview editorPreview)
protected void invalidate()
protected boolean isInPreviewMode()
public ImageSaveOperation getImageSaveOperation()
public ColorMatrixOperation getColorMatrixOperation()
public FocusOperation getFocusOperation()
public CropOperation getCropOperation()
public FilterOperation getFilterOperation()
public RotateOperation getRotateOperation()
public StickerOperation getStickerOperation()
public ImageShowOperation getImageShowOperation()
public ImageLoadOperation getImageLoadOperation()
protected boolean readyToRun()
public void runPreviewOperations()
public void runExportOperations()
protected AbstractOperation.SourceHolder getSourceBitmapHolder(AbstractOperation operation)
protected void invalidateOperations()
@Deprecated public boolean add(AbstractOperation operation)
add in interface java.util.Collection<AbstractOperation>add in interface java.util.Set<AbstractOperation>add in class java.util.TreeSet<AbstractOperation>@Deprecated public boolean remove(java.lang.Object object)
remove in interface java.util.Collection<AbstractOperation>remove in interface java.util.Set<AbstractOperation>remove in class java.util.TreeSet<AbstractOperation>@Deprecated public boolean addAll(java.util.Collection<? extends AbstractOperation> collection)
addAll in interface java.util.Collection<AbstractOperation>addAll in interface java.util.Set<AbstractOperation>addAll in class java.util.TreeSet<AbstractOperation>@Deprecated public AbstractOperation ceiling(AbstractOperation abstractOperation)
ceiling in interface java.util.NavigableSet<AbstractOperation>ceiling in class java.util.TreeSet<AbstractOperation>@Deprecated public boolean removeAll(java.util.Collection<?> collection)
removeAll in interface java.util.Collection<AbstractOperation>removeAll in interface java.util.Set<AbstractOperation>removeAll in class java.util.AbstractSet<AbstractOperation>