Searched defs:getRegions (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSF2Layer.java63 public List<SF2LayerRegion> getRegions() { method in class:SF2Layer
H A DDLSInstrument.java93 public List<DLSRegion> getRegions() { method in class:DLSInstrument
H A DSF2Instrument.java112 public List<SF2InstrumentRegion> getRegions() { method in class:SF2Instrument
135 performercount += presetzone.getLayer().getRegions().size();
148 for (SF2LayerRegion layerzone : layer.getRegions()) {

Completed in 25 milliseconds