Uses of Class
com.levigo.jadice.web.client.messaging.RectangularShapeDTO
Packages that use RectangularShapeDTO
Package
Description
-
Uses of RectangularShapeDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return RectangularShapeDTOModifier and TypeMethodDescriptionstatic RectangularShapeDTO
RectangularShapeDTO.create
(double x, double y, double w, double h) static RectangularShapeDTO
RectangularShapeDTO.from
(RectangularShape rect) static RectangularShapeDTO
TextSearchResultDTO.getBounds()
SelectedAreaDTO.getDocumentBounds()
CalloutAnnotationDTO.getRectangleTextbox()
SelectedAreaDTO.getScreenBounds()
EllipseAnnotationDTO.getShape()
ImageAnnotationDTO.getShape()
RectangleAnnotationDTO.getShape()
final RectangularShapeDTO
TextAnnotationDTO.getShape()
Methods in com.levigo.jadice.web.client.messaging with parameters of type RectangularShapeDTOModifier and TypeMethodDescriptionstatic SelectedAreaDTO
SelectedAreaDTO.create
(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor.static SelectedAreaDTO
SelectedAreaDTO.create
(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor.static TextSearchResultDTO
TextSearchResultDTO.create
(int pageIndex, String resultText, RectangularShapeDTO bounds, ShapeDTO shape, String selectedText, String textBefore, String textAfter) Replacement constructor.void
TextSearchResultDTO.setBounds
(RectangularShapeDTO bounds) void
SelectedAreaDTO.setDocumentBounds
(RectangularShapeDTO documentBounds) void
CalloutAnnotationDTO.setRectangleTextbox
(RectangularShapeDTO rectangleTextbox) void
SelectedAreaDTO.setScreenBounds
(RectangularShapeDTO screenBounds) void
EllipseAnnotationDTO.setShape
(RectangularShapeDTO shape) void
ImageAnnotationDTO.setShape
(RectangularShapeDTO shape) void
RectangleAnnotationDTO.setShape
(RectangularShapeDTO shape) final void
TextAnnotationDTO.setShape
(RectangularShapeDTO shape) static Rectangle2D.Double
RectangularShapeDTO.to
(RectangularShapeDTO dto) static Rectangle
RectangularShapeDTO.toRectangle
(RectangularShapeDTO dto) -
Uses of RectangularShapeDTO in com.levigo.jadice.web.client.messaging.instructions
Methods in com.levigo.jadice.web.client.messaging.instructions that return RectangularShapeDTOMethods in com.levigo.jadice.web.client.messaging.instructions with parameters of type RectangularShapeDTO