Class TextHighlightAnnotationDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.ShapeBasedAnnotationDTO
com.levigo.jadice.web.client.messaging.TextHighlightAnnotationDTO

public final class TextHighlightAnnotationDTO extends ShapeBasedAnnotationDTO
  • Constructor Details

    • TextHighlightAnnotationDTO

      protected TextHighlightAnnotationDTO()
  • Method Details

    • getAreas

      public com.google.gwt.core.client.JsArray<PathDTO> getAreas()
    • setAreas

      public void setAreas(com.google.gwt.core.client.JsArray<PathDTO> areas)
    • isUnderscored

      public boolean isUnderscored()
    • setUnderscored

      public void setUnderscored(boolean underscored)
    • isStrikethrough

      public boolean isStrikethrough()
    • setStrikethrough

      public void setStrikethrough(boolean strikethrough)
    • isHighlighted

      public boolean isHighlighted()
    • setHighlighted

      public void setHighlighted(boolean highlighted)
    • from

    • to