Class Text


  • public class Text
    extends AbstractShape

    Text objects represent text that can be added to WhitebordSurface whiteboard surface.

    Client doesn't need to use this class explicitly unless a custom whiteboard is developed.

    • 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.