public class WhiteboardData extends Object
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) |
public 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)
public BlockingDeque<List<Element>> getUndoSnapshots()
public void setUndoSnapshots(BlockingDeque<List<Element>> undoSnapshots)
public BlockingDeque<List<Boolean>> getUndoSnapshotCreationList()
public void setUndoSnapshotCreationList(BlockingDeque<List<Boolean>> undoSnapshotCreationList)
public String getClipArtFolder()
public void setClipArtFolder(String clipArtFolder)
public String getDocumentFolder()
public void setDocumentFolder(String documentFolder)
public Background getBackground()
public void setBackground(Background background)
public String getLoadedContent()
public void setLoadedContent(String loadedContent)
public BlockingDeque<Background> getUndoSnapshots_Background()
public void setUndoSnapshots_Background(BlockingDeque<Background> undoSnapshots_Background)
public BlockingDeque<Boolean> getUndoSnapshotCreationList_Background()
public void setUndoSnapshotCreationList_Background(BlockingDeque<Boolean> undoSnapshotCreationList_Background)
public BlockingDeque<Boolean> getIsElementSnapshotList()
public void setIsElementSnapshotList(BlockingDeque<Boolean> elementSnapshotList)
Copyright © 2015. All rights reserved.