Uses of Class
com.levigo.jadice.web.client.messaging.ResolutionDTO
Packages that use ResolutionDTO
-
Uses of ResolutionDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return ResolutionDTOModifier and TypeMethodDescriptionstatic ResolutionDTOstatic ResolutionDTOResolutionDTO.from(Resolution resolution) final ResolutionDTOBasicPageSegmentDTO.getCmResolution()final ResolutionDTOBasicPageSegmentDTO.getFnResolution()final ResolutionDTOShapeBasedAnnotationDTO.getStrokeResolution()Methods in com.levigo.jadice.web.client.messaging with parameters of type ResolutionDTOModifier and TypeMethodDescriptionstatic BasicPageSegmentDTOBasicPageSegmentDTO.create(String id, double width, double height, PageSegmentHandleDTO handle, ResolutionDTO fnResolution, ResolutionDTO cmResolution, String format, UserPropertiesDTO userProperties) static ShapeBasedAnnotationDTOShapeBasedAnnotationDTO.create(boolean allowResize, boolean filled, boolean iconified, boolean linePainted, Float lineWidth, ResolutionDTO strokeResolution, ColorDTO fillColor, ColorDTO strokeColor) final voidBasicPageSegmentDTO.setCmResolution(ResolutionDTO cmResolution) final voidBasicPageSegmentDTO.setFnResolution(ResolutionDTO fnResolution) final voidShapeBasedAnnotationDTO.setStrokeResolution(ResolutionDTO strokeResolution) static ResolutionResolutionDTO.to(ResolutionDTO dto)