Package clips.dicom.waveform

Examples of clips.dicom.waveform.WaveDrawer


  WaveDrawer        drawer;
 
  @SuppressWarnings("unchecked")
  WaveModel(AgregatorItem imagesItem) {
    super(imagesItem);
    drawer = new WaveDrawer((ArrayList<DICOMWaveformGroup>)(ArrayList)imagesItem.getItems());
  }
View Full Code Here

TOP

Related Classes of clips.dicom.waveform.WaveDrawer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.