Package | Description |
---|---|
org.wicketstuff.whiteboard | |
org.wicketstuff.whiteboard.elements |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Element> |
WhiteboardData.getElementMap() |
Map<Integer,Element> |
WhiteboardBehavior.getElementMap() |
Map<Integer,Element> |
WhiteboardData.getLoadedElementMap() |
BlockingDeque<List<Element>> |
WhiteboardData.getUndoSnapshots() |
Modifier and Type | Method and Description |
---|---|
void |
WhiteboardData.setElementMap(Map<Integer,Element> elementMap) |
void |
WhiteboardData.setLoadedElementMap(Map<Integer,Element> loadedElementMap) |
void |
WhiteboardData.setUndoSnapshots(BlockingDeque<List<Element>> undoSnapshots) |
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) |
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) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
Circle_3p
This class rep Hold common fields for each element
|
class |
CircleGeneral
This class represent a line element on Whiteboard which is represented by three coordinates
|
class |
ClipArt
This class represent a clipArt picture element on Whiteboard
|
class |
Line_2p
This class represent a line element on Whiteboard which is represented by two coordinates
|
class |
LineGeneral
This class represent a line element on Whiteboard which is represented by three coordinates
|
class |
PencilArrow
This class represent a arrow element on Whiteboard which is represented by starting point of the arrow , ending point
of the arrow nad the thickness of the arrow.
|
class |
PencilCircle
This class represent a circle element on Whiteboard which is represented by center coordinate and a coordinate on
circumference
|
class |
PencilCurve
This class represent a curve element on Whiteboard which is represented by list of coordinate points
|
class |
PencilFreeLine
This class represent a line element on Whiteboard which is represented by two coordinate and drawn using pencil tool
on whiteboard
|
class |
PencilPointAtRect
This class represent a point element on Whiteboard which is on a rectangle
|
class |
PencilPointer
This class represent a pointer element on Whiteboard which is represented by a coordinate and a blinking time
|
class |
PencilRect
This class represent a rectangle element on Whiteboard which is represented by two vertices point on a diagonal
|
class |
PencilUnderline
This class represent a underline element on Whiteboard which is represented by starting point of the underline ,
ending point of the underline nad the thickness of the underline.
|
class |
Point_2c
This class represent a point element on Whiteboard
|
class |
Point_2l
This class represent a point element on Whiteboard
|
class |
Point_lc
This class represent a point element on Whiteboard
|
class |
PointAtCircle
This class represent a point element on Whiteboard which is on a circle element
|
class |
PointAtLine
This class represent a point element on Whiteboard which is on a line element
|
class |
PointFree
This class represent a point element on Whiteboard
|
class |
Segment
This class represent a line segment element on Whiteboard
|
class |
Text
This class represent a text element on Whiteboard
|
Copyright © 2015. All rights reserved.