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 PageSegmentHandleDTO
PageSegmentHandleDTO.create
(String type, com.google.gwt.core.client.JavaScriptObject params, String documentLayer, int pageIndex, String pageSegmentUUID) static PageSegmentHandleDTO
PageSegmentHandleDTO.from
(PageSegmentHandle handle) DocumentSnapshotDTO.getFirstPageSegmentHandle()
final PageSegmentHandleDTO
BasicPageSegmentDTO.getHandle()
Methods in com.levigo.jadice.web.client.messaging with parameters of type PageSegmentHandleDTOModifier and TypeMethodDescriptionstatic BasicPageSegmentDTO
BasicPageSegmentDTO.create
(String id, double width, double height, PageSegmentHandleDTO handle, ResolutionDTO fnResolution, ResolutionDTO cmResolution, String format, UserPropertiesDTO userProperties) static DocumentSnapshotDTO
DocumentSnapshotDTO.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) void
DocumentSnapshotDTO.setFirstPageSegmentHandle
(PageSegmentHandleDTO firstPageSegmentHandle) final void
BasicPageSegmentDTO.setHandle
(PageSegmentHandleDTO handle) static PageSegmentHandle
PageSegmentHandleDTO.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 GetTextContentDTO
GetTextContentDTO.create
(PageSegmentHandleDTO pageSegmentHandle, String priority, boolean stream) Replacement constructor.void
GetTextContentDTO.setPageSegmentHandle
(PageSegmentHandleDTO pageSegmentHandle)