static Command<java.util.List<PaintProfile>> |
LayerTree.profileSnapshot(SnapshotId snapshotId,
java.util.Optional<java.lang.Integer> minRepeatCount,
java.util.Optional<java.lang.Number> minDuration,
java.util.Optional<Rect> clipRect) |
|
static Command<java.lang.Void> |
LayerTree.releaseSnapshot(SnapshotId snapshotId) |
Releases layer snapshot captured by the back-end.
|
static Command<java.lang.String> |
LayerTree.replaySnapshot(SnapshotId snapshotId,
java.util.Optional<java.lang.Integer> fromStep,
java.util.Optional<java.lang.Integer> toStep,
java.util.Optional<java.lang.Number> scale) |
Replays the layer snapshot and returns the resulting bitmap.
|
static Command<java.util.List<java.util.Map<java.lang.String,java.lang.Object>>> |
LayerTree.snapshotCommandLog(SnapshotId snapshotId) |
Replays the layer snapshot and returns canvas log.
|