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 RectangularShapeDTORectangularShapeDTO.create(double x, double y, double w, double h) static RectangularShapeDTORectangularShapeDTO.from(RectangularShape rect) static RectangularShapeDTOSelectionDTO.getBounds()TextSearchResultDTO.getBounds()SelectedAreaDTO.getDocumentBounds()CalloutAnnotationDTO.getRectangleTextbox()SelectedAreaDTO.getScreenBounds()EllipseAnnotationDTO.getShape()ImageAnnotationDTO.getShape()RectangleAnnotationDTO.getShape()final RectangularShapeDTOTextAnnotationDTO.getShape()Methods in com.levigo.jadice.web.client.messaging with parameters of type RectangularShapeDTOModifier and TypeMethodDescriptionstatic SelectedAreaDTOSelectedAreaDTO.create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor.static SelectedAreaDTOSelectedAreaDTO.create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor.static SelectionDTOSelectionDTO.create(RectangularShapeDTO bounds, ShapeDTO shape, Object page, String selectedText) static TextSearchResultDTOTextSearchResultDTO.create(int pageIndex, String resultText, RectangularShapeDTO bounds, ShapeDTO shape, String selectedText, String textBefore, String textAfter) Replacement constructor.voidSelectionDTO.setBounds(RectangularShapeDTO bounds) voidTextSearchResultDTO.setBounds(RectangularShapeDTO bounds) voidSelectedAreaDTO.setDocumentBounds(RectangularShapeDTO documentBounds) voidCalloutAnnotationDTO.setRectangleTextbox(RectangularShapeDTO rectangleTextbox) voidSelectedAreaDTO.setScreenBounds(RectangularShapeDTO screenBounds) voidEllipseAnnotationDTO.setShape(RectangularShapeDTO shape) voidImageAnnotationDTO.setShape(RectangularShapeDTO shape) voidRectangleAnnotationDTO.setShape(RectangularShapeDTO shape) final voidTextAnnotationDTO.setShape(RectangularShapeDTO shape) static Rectangle2D.DoubleRectangularShapeDTO.to(RectangularShapeDTO dto) static RectangleRectangularShapeDTO.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