public class FlatRegionVisitor extends java.lang.Object implements Operation
FlatRegion
.Constructor and Description |
---|
FlatRegionVisitor(FlatRegion flatRegion,
FlatRegionFunction function)
Create a new visitor.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Abort the current task.
|
int |
getAffected()
Get the number of affected objects.
|
Operation |
resume(RunContext run)
Complete the next step.
|
public FlatRegionVisitor(FlatRegion flatRegion, FlatRegionFunction function)
flatRegion
- a flat regionfunction
- a function to apply to columnspublic int getAffected()
public Operation resume(RunContext run) throws WorldEditException
Operation
resume
in interface Operation
run
- describes information about the current runWorldEditException
- an errorpublic void cancel()
Operation
Operation.resume(RunContext)
should not be called at any point in the
future. This method should not be called after successful completion of
the operation. This method must be called if the operation is
interrupted before completion.