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 SelectedAreaDTOSelectedAreaDTO.create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor.static SelectedAreaDTOSelectedAreaDTO.create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor.static SelectedAreaDTOSelectedAreaDTO.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.SelectedAreaSelectedAreaDTO.to(SelectedAreaDTO dto)