Interface SubsetPlotSupporter

    • Method Detail

      • setPlotSubset

        void setPlotSubset​(LocatedObject obj)
        Sets the object to limit the plotting to.
        Parameters:
        obj - the object
      • setPlotSubset

        void setPlotSubset​(LocatedObject[] objs)
        Sets the objects to limit the plotting to.
        Parameters:
        objs - the objects
      • setPlotSubset

        void setPlotSubset​(List<LocatedObject> objs)
        Sets the objects to limit the plotting to.
        Parameters:
        objs - the objects
      • getPlotSubset

        LocatedObject[] getPlotSubset()
        Returns the current subset to plot.
        Returns:
        the objects
      • clearPlotSubset

        void clearPlotSubset()
        Clears the objects to limit plotting to.