Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionv0.6.0. Use
MinimalMetadataStoreinstead.v0.6.0, to be replaced byDelaunayTools.Subdivision
-
Deprecated ClassesClassDescriptionsince v0.4.0 in favor of methods added to
PathClassdirectly.v0.6.0, to be replaced byDelaunayTools.Subdivisionsince v0.6.0 (but really not used in recent versions)
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionv0.6.0 use
DelaunayTools.Subdivision.getObjects()instead.The naming and order of arguments is misleading. The output is a packed ARGB value, but arguments are provided in the order red, green, blue, alpha.v0.5.0 in favor ofGeneralTools.stripExtension(String), which does the same thing but has a more descriptive name. See https://github.com/qupath/qupath/pull/1275 for details.since v0.4.0. Implementations ofImageServershould overrideImageServer.readRegion(RegionRequest)instead. This method will be removed in a future release; it exists now only to maintain compatibility with QuPath extensions that have not yet been updated to use the newer method.in favor ofLabeledImageServer.Builder.useInstanceLabels()v0.4.0 useTileRequest.getImagePlane()instead (changed for better consistency with other classes)usePathIO.getObjectFileExtensions(boolean)insteadsince v0.6.0since v0.6.0since v0.6.0This was useful in QuPath v0.1.2 and earlier, since all information to construct a server was stored within its path. In v0.2 and later, the server path is in general not sufficient to construct a server, and this method lingers only for backwards compatibility. It will be removed in a later version.v0.6.0 useMeasurementList.getNames()insteadv0.6.0 useMeasurementList.removeAll(String...)insteadsince v0.4.0, usePathClass.getInstance(PathClass, String, Integer)since v0.4.0, usePathClass.getNegative(PathClass)since v0.4.0, usePathClass.getOnePlus(PathClass)since v0.4.0 in favor ofPathClass.getInstance(String, Integer)orPathClass.fromString(String, Integer)since v0.4.0 in favor ofPathClass.fromArray(String...)since v0.4.0 in favor ofPathClass.fromCollection(java.util.Collection)since v0.4.0, usePathClass.StandardPathClassessince v0.4.0, use insteadPathClass.NULL_CLASSsince v0.4.0, usePathClass.getPositive(PathClass)since v0.4.0 in favor ofPathClass.getSingleton(PathClass)since v0.4.0, usePathClass.getThreePlus(PathClass)since v0.4.0, usePathClass.getTwoPlus(PathClass)v0.6.0, usePathObjectHierarchy.getAllObjectsForRegion(ImageRegion, Collection)or its related methods instead.v0.6.0; usePathObjectHierarchy.getAllPointObjects()instead, and filter by object type if required.as of v0.6.0. UseMinimalMetadataStore.getMetadata()with theMap.keySet()method insteadas of v0.6.0. UseMinimalMetadataStore.getMetadata()with theMap.get(Object)method insteadas of v0.6.0. UseMinimalMetadataStore.getMetadata()with theMap.get(Object)method insteadas of v0.6.0. UseMinimalMetadataStore.getMetadata()with theMap.put(Object, Object)method insteadv0.6.0, usePathObject.getMetadata()to directly access the metadata instead.v0.6.0, usePathObject.getMetadata()to directly access the metadata instead.v0.6.0, usePathObject.getMetadata()to directly access the metadata instead.v0.6.0, usePathObject.getMetadata()to directly access the metadata instead.v0.6.0, usePathObject.getMetadata()to directly access the metadata instead.since v0.4.0v0.6.0. UsePathObject.getMetadata()to directly access metadata instead.v0.6.0. UsePathObject.getMetadata()to directly access metadata instead.v0.6.0. UsePathObject.getMetadata()to directly access metadata instead.v0.6.0. UsePathObject.getMetadata()to directly access metadata instead.v0.6.0. UseTMACoreObject.putMetadataValue(String, String)instead.UseObjectMerger.process(Collection)insteaduseParameterList.convertToJson(Map)instead.useParameterList.convertToJson(ParameterList)instead.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.6.0, useMinimalMetadataStore.getMetadata()instead to directly access the metadata.v0.4.0 useImageRegion.getImagePlane()instead (changed for better consistency with other classes)v0.6.0, useRoiTools.getShapeROI(Shape, ImagePlane, double)instead. This method does not necessarily give the expected results for shapes that do not represent an area.