Class AbstractSvgSampleWriter<S extends SoundSample,B extends SampleWriter<S,B>>

java.lang.Object
org.refcodes.audio.AbstractSvgSampleWriter<S,B>
Type Parameters:
S - The SoundSample (sub-)type on which the SampleWriter implementation is to operate on.
B - The SampleWriter implementing this AbstractSvgSampleWriter.
All Implemented Interfaces:
AutoCloseable, SampleWriter<S,B>, SamplingRateAccessor, SamplingRateAccessor.SamplingRateBuilder<B>, SamplingRateAccessor.SamplingRateMutator, SamplingRateAccessor.SamplingRateProperty, org.refcodes.io.RowWriter<S>
Direct Known Subclasses:
SvgMonoSampleWriter

public abstract class AbstractSvgSampleWriter<S extends SoundSample,B extends SampleWriter<S,B>> extends Object implements SampleWriter<S,B>
The AbstractSvgSampleWriter provides a foundation to write sound samples to a SVG file.