Uses of Class
com.levigo.jadice.web.client.messaging.PageSegmentHandleDTO
Packages that use PageSegmentHandleDTO
Package
Description
-
Uses of PageSegmentHandleDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PageSegmentHandleDTOModifier and TypeMethodDescriptionstatic PageSegmentHandleDTOPageSegmentHandleDTO.create(String type, com.google.gwt.core.client.JavaScriptObject params, String documentLayer, int pageIndex, String pageSegmentUUID) static PageSegmentHandleDTOPageSegmentHandleDTO.from(PageSegmentHandle handle) DocumentSnapshotDTO.getFirstPageSegmentHandle()final PageSegmentHandleDTOBasicPageSegmentDTO.getHandle()Methods in com.levigo.jadice.web.client.messaging with parameters of type PageSegmentHandleDTOModifier and TypeMethodDescriptionstatic BasicPageSegmentDTOBasicPageSegmentDTO.create(String id, double width, double height, PageSegmentHandleDTO handle, ResolutionDTO fnResolution, ResolutionDTO cmResolution, String format, UserPropertiesDTO userProperties) static DocumentSnapshotDTODocumentSnapshotDTO.create(PageSegmentHandleDTO firstPageSegmentHandle, SourceDTO originalStructure, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> documentProperties, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> pageProperties, com.google.gwt.core.client.JsArray<ChangedAnnoSegmentInfoDTO> annotationPageSegments, com.google.gwt.core.client.JsArray<ChangeDTO> changeSet) voidDocumentSnapshotDTO.setFirstPageSegmentHandle(PageSegmentHandleDTO firstPageSegmentHandle) final voidBasicPageSegmentDTO.setHandle(PageSegmentHandleDTO handle) static PageSegmentHandlePageSegmentHandleDTO.to(PageSegmentHandleDTO dto) -
Uses of PageSegmentHandleDTO in com.levigo.jadice.web.client.messaging.requests
Methods in com.levigo.jadice.web.client.messaging.requests that return PageSegmentHandleDTOMethods in com.levigo.jadice.web.client.messaging.requests with parameters of type PageSegmentHandleDTOModifier and TypeMethodDescriptionstatic GetTextContentDTOGetTextContentDTO.create(PageSegmentHandleDTO pageSegmentHandle, String priority, boolean stream) Replacement constructor.voidGetTextContentDTO.setPageSegmentHandle(PageSegmentHandleDTO pageSegmentHandle)