swarm.analysis
Class EZBinCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.analysis.EZBinCImpl

public class EZBinCImpl
extends PhaseCImpl
implements SwarmObjectS, SwarmObjectC, GUICompositeS, GUICompositeC, EZBinS, EZBinC

An easy to use histogram interface.. This class allows the user to easily histogram data generated by a collection of objects. In addition the class will generate some standard statistics over the resulting dataset.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EZBinCImpl()
           
EZBinCImpl(EZBin nextPhase)
           
 
Methods implemented by this class for interface swarm.analysis.EZBinC
createBegin, createEnd, setAxisLabelsX$Y, setBinCount, setCollection, setFileName, setFileOutput, setGraphics, setLowerBound, setMonoColorBars, setProbedSelector, setTitle, setUpperBound
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZBinCImpl

public EZBinCImpl(EZBin nextPhase)

EZBinCImpl

public EZBinCImpl()