public class ImageTilePreviewOperation extends AbstractOperation<EditorShowState>
MEMORY_MATH_CONTEXT| Constructor and Description |
|---|
ImageTilePreviewOperation() |
| Modifier and Type | Method and Description |
|---|---|
ChunkModelInterface.RequestResult |
doOperation(Operator operator,
EditorShowState settings,
ChunkModelInterface.ResultRegion request)
Start the Operation
|
protected java.math.BigDecimal |
getEstimatedMemoryConsumptionFactor(Operator operator,
EditorShowState settings) |
protected java.lang.String |
getIdentifier() |
protected Priority |
getPriority() |
android.graphics.Rect |
getResultRect(Operator operator,
float subSample) |
protected boolean |
isCachable() |
boolean |
isReady(EditorShowState settings) |
compareTo, equals, getEstimatedMemoryConsumptionFactor, getNecessaryMemory, getPreviousResultRect, getPreviousResultRect, getState, hashCode, operatorReady, requestSourceAnswer, runAndDelegate, setLevelProgress, toString@Nullable public ChunkModelInterface.RequestResult doOperation(Operator operator, EditorShowState settings, ChunkModelInterface.ResultRegion request)
AbstractOperationdoOperation in class AbstractOperation<EditorShowState>request - a ResultRegion object hold the request options like position and transformation.public boolean isReady(EditorShowState settings)
isReady in class AbstractOperation<EditorShowState>protected java.math.BigDecimal getEstimatedMemoryConsumptionFactor(Operator operator, EditorShowState settings)
getEstimatedMemoryConsumptionFactor in class AbstractOperation<EditorShowState>public android.graphics.Rect getResultRect(Operator operator, float subSample)
getResultRect in class AbstractOperation<EditorShowState>@NonNull protected Priority getPriority()
getPriority in class AbstractOperation<EditorShowState>protected java.lang.String getIdentifier()
getIdentifier in class AbstractOperation<EditorShowState>protected boolean isCachable()
isCachable in class AbstractOperation<EditorShowState>