Class Text
- java.lang.Object
-
- com.avaya.clientservices.collaboration.drawing.AbstractShape
-
- com.avaya.clientservices.collaboration.drawing.Text
-
public class Text extends AbstractShape
Text objects represent text that can be added to
WhitebordSurfacewhiteboard surface.Client doesn't need to use this class explicitly unless a custom whiteboard is developed.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.avaya.clientservices.collaboration.drawing.AbstractShape
AbstractShape.ShapeStatus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()Returns the content to be displayed.PointgetPosition()Returns position of text on whiteboard surface.-
Methods inherited from class com.avaya.clientservices.collaboration.drawing.AbstractShape
equals, getColor, getId, getOwnerDisplayName, getStatus, getTranslation, getWidth, hashCode, isMine, setTranslation
-
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Returns the content to be displayed.- Returns:
- content.
-
getPosition
public Point getPosition()
Returns position of text on whiteboard surface.- Returns:
- position.
-
-