Uses of Class
com.levigo.jadice.web.client.messaging.SelectedAreaDTO
Packages that use SelectedAreaDTO
-
Uses of SelectedAreaDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return SelectedAreaDTOModifier 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 SelectedAreaDTO
SelectedAreaDTO.from
(com.levigo.jadice.web.shared.model.internal.SelectedArea area) Methods in com.levigo.jadice.web.client.messaging with parameters of type SelectedAreaDTOModifier and TypeMethodDescriptionstatic com.levigo.jadice.web.shared.model.internal.SelectedArea
SelectedAreaDTO.to
(SelectedAreaDTO dto)