Class Aggregator.Builder<B extends Aggregator.Builder<B>>

java.lang.Object
Type Parameters:
B - the type of the Builder that is returned
All Implemented Interfaces:
BuilderInterface
Direct Known Subclasses:
AudioAggregator.Builder, VideoAggregator.Builder
Enclosing class:
Aggregator

public static class Aggregator.Builder<B extends Aggregator.Builder<B>> extends Element.Builder<B>
Inner class implementing a builder pattern to construct a GObject with properties.