Class Whiteboard
java.lang.Object
org.apache.openmeetings.db.dto.room.Whiteboard
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
com.github.openjson.JSONArray
clearSlide
(int slide) boolean
com.github.openjson.JSONObject
com.github.openjson.JSONObject
int
long
getId()
getName()
int
getSlide()
int
getWidth()
double
getZoom()
boolean
isEmpty()
List<com.github.openjson.JSONObject>
list()
com.github.openjson.JSONObject
void
setCreated
(Date created) void
setHeight
(int height) void
setId
(long id) void
setSlide
(int slide) void
setWidth
(int width) void
setZoom
(double zoom) void
setZoomMode
(Whiteboard.ZoomMode zoomMode) com.github.openjson.JSONObject
toJson()
-
Field Details
-
ATTR_TYPE
- See Also:
-
ATTR_OMTYPE
- See Also:
-
ATTR_FILE_ID
- See Also:
-
ATTR_FILE_TYPE
- See Also:
-
ATTR_SLIDE
- See Also:
-
ATTR_WIDTH
- See Also:
-
ATTR_HEIGHT
- See Also:
-
ATTR_ZOOM
- See Also:
-
ITEMS_KEY
- See Also:
-
-
Constructor Details
-
Whiteboard
public Whiteboard() -
Whiteboard
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getCreated
-
setCreated
-
getZoom
public double getZoom() -
setZoom
public void setZoom(double zoom) -
getZoomMode
-
setZoomMode
-
clear
public void clear() -
put
-
get
-
contains
-
clearSlide
public com.github.openjson.JSONArray clearSlide(int slide) -
list
-
remove
-
isEmpty
public boolean isEmpty() -
getName
-
setName
-
getSlide
public int getSlide() -
setSlide
public void setSlide(int slide) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getAddJson
public com.github.openjson.JSONObject getAddJson() -
toJson
public com.github.openjson.JSONObject toJson() -
save
-