Class BitmapSortPlotVolume.Workspace

  • Enclosing class:
    BitmapSortPlotVolume

    public static class BitmapSortPlotVolume.Workspace
    extends java.lang.Object
    Opaque workspace object for use with BitmapSortPlotVolume instances. These buffers are expensive to create and to garbage collect, so if you are going to use a sequence of BitmapSortPlotVolumes, you are encouraged to use the same Workspace object for each one. You cannot however use the same Workspace object for two BitmapSortPlotVolumes which are simultaneously active.
    • Constructor Summary

      Constructors 
      Constructor Description
      Workspace()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Workspace

        public Workspace()