Module qupath.fx

Class PathConverter

java.lang.Object
javafx.util.StringConverter<Path>
qupath.fx.utils.converters.PathConverter

public class PathConverter extends javafx.util.StringConverter<Path>
General StringConverter for Path objects, using their default string representation.
  • Constructor Details

    • PathConverter

      public PathConverter()
  • Method Details

    • toString

      public String toString(Path path)
      Specified by:
      toString in class javafx.util.StringConverter<Path>
    • fromString

      public Path fromString(String string)
      Specified by:
      fromString in class javafx.util.StringConverter<Path>