Interface TreeMapAggregatedFieldWells.Builder

    • Method Detail

      • groups

        TreeMapAggregatedFieldWells.Builder groups​(Collection<DimensionField> groups)

        The group by field well of a tree map. Values are grouped based on group by fields.

        Parameters:
        groups - The group by field well of a tree map. Values are grouped based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        TreeMapAggregatedFieldWells.Builder groups​(DimensionField... groups)

        The group by field well of a tree map. Values are grouped based on group by fields.

        Parameters:
        groups - The group by field well of a tree map. Values are grouped based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizes

        TreeMapAggregatedFieldWells.Builder sizes​(Collection<MeasureField> sizes)

        The size field well of a tree map. Values are aggregated based on group by fields.

        Parameters:
        sizes - The size field well of a tree map. Values are aggregated based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizes

        TreeMapAggregatedFieldWells.Builder sizes​(MeasureField... sizes)

        The size field well of a tree map. Values are aggregated based on group by fields.

        Parameters:
        sizes - The size field well of a tree map. Values are aggregated based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colors

        TreeMapAggregatedFieldWells.Builder colors​(Collection<MeasureField> colors)

        The color field well of a tree map. Values are grouped by aggregations based on group by fields.

        Parameters:
        colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • colors

        TreeMapAggregatedFieldWells.Builder colors​(MeasureField... colors)

        The color field well of a tree map. Values are grouped by aggregations based on group by fields.

        Parameters:
        colors - The color field well of a tree map. Values are grouped by aggregations based on group by fields.
        Returns:
        Returns a reference to this object so that method calls can be chained together.