mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Listで追加するメソッドを実装
This commit is contained in:
parent
8c714d5193
commit
4bbb119729
|
@ -106,7 +106,10 @@ public class DocumentProcessorImpl implements DocumentProcessor{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addNewPagesToLast(Bitmap[] bitmaps) {
|
public void addNewPagesToLast(Bitmap[] bitmaps) {
|
||||||
|
logger.debug("addNewPagesToLast(List)", "called");
|
||||||
|
for(Bitmap bitmap : bitmaps) {
|
||||||
|
addNewPageToLast(bitmap);
|
||||||
|
} // TODO-rca: 保存処理をまとめて行う?
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user