Uses of Interface
sos.reports.BreakWeightRecorder

Uses of BreakWeightRecorder in sos.reports
 

Classes in sos.reports that implement BreakWeightRecorder
 class ArrayBreakWeightRecorder
          An implementation of BreakWeightRecorder that uses an array to record weights.
 

Methods in sos.reports that return BreakWeightRecorder
 BreakWeightRecorder BreakWeightRecorder.createView(int index, int length)
          Returns a view of this recorder.
 BreakWeightRecorder ArrayBreakWeightRecorder.createView(int index, int length)
           
 

Methods in sos.reports with parameters of type BreakWeightRecorder
 void View.gatherBreakWeights(int axis, BreakWeightRecorder recorder)
          Determines the positions where this view can be broken.
 



Copyright 2003, 2004 Side of Software (SOS). All rights reserved.