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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextHighlightAnnotationDTOfrom(TextHighlightAnnotation anno) com.google.gwt.core.client.JsArray<PathDTO> getAreas()booleanbooleanbooleanvoidvoidsetHighlighted(boolean highlighted) voidsetStrikethrough(boolean strikethrough) voidsetUnderscored(boolean underscored) static TextHighlightAnnotationMethods inherited from class com.levigo.jadice.web.client.messaging.ShapeBasedAnnotationDTO
applyToAnnotation, create, from, getFillColor, getLineWidth, getStrokeColor, getStrokeResolution, isAllowResize, isFilled, isIconified, isLinePainted, setAllowResize, setFillColor, setFilled, setIconified, setLinePainted, setLineWidth, setStrokeColor, setStrokeResolutionMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
TextHighlightAnnotationDTO
protected TextHighlightAnnotationDTO()
-
-
Method Details
-
getAreas
-
setAreas
-
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
-