| Package | Description |
|---|---|
| org.wicketstuff.whiteboard |
| Modifier and Type | Method and Description |
|---|---|
Background |
WhiteboardData.getBackground() |
| Modifier and Type | Method and Description |
|---|---|
BlockingDeque<Background> |
WhiteboardData.getUndoSnapshots_Background() |
| Modifier and Type | Method and Description |
|---|---|
void |
WhiteboardData.setBackground(Background background) |
| Modifier and Type | Method and Description |
|---|---|
void |
WhiteboardData.setUndoSnapshots_Background(BlockingDeque<Background> undoSnapshots_Background) |
| Constructor and Description |
|---|
WhiteboardData(Map<Integer,Element> elementMap,
Map<Integer,Element> loadedElementMap,
BlockingDeque<List<Element>> undoSnapshots,
BlockingDeque<List<Boolean>> undoSnapshotCreationList,
BlockingDeque<Background> undoSnapshots_Background,
BlockingDeque<Boolean> undoSnapshotCreationList_Background,
BlockingDeque<Boolean> isElementSnapshotList,
ArrayList<String> clipArts,
String clipArtFolder,
Map<String,ArrayList<String>> docMap,
String documentFolder,
Background background,
String loadedContent) |
| Constructor and Description |
|---|
WhiteboardData(Map<Integer,Element> elementMap,
Map<Integer,Element> loadedElementMap,
BlockingDeque<List<Element>> undoSnapshots,
BlockingDeque<List<Boolean>> undoSnapshotCreationList,
BlockingDeque<Background> undoSnapshots_Background,
BlockingDeque<Boolean> undoSnapshotCreationList_Background,
BlockingDeque<Boolean> isElementSnapshotList,
ArrayList<String> clipArts,
String clipArtFolder,
Map<String,ArrayList<String>> docMap,
String documentFolder,
Background background,
String loadedContent) |
Copyright © 2015. All rights reserved.