public final class

ColorProto.Brush.Builder

extends <any>

implements ColorProto.BrushOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ColorProto.Brush.Builder

Overview

 A Brush describes how something is drawn on screen.
 It determines the color(s) that are drawn in the drawing area.
 
Protobuf type androidx.wear.protolayout.proto.Brush

Summary

Methods
public ColorProto.Brush.BuilderclearInner()

public ColorProto.Brush.BuilderclearSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.InnerCasegetInnerCase()

public ColorProto.SweepGradientgetSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public booleanhasSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.BuildermergeSweepGradient(ColorProto.SweepGradient value)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.BuildersetSweepGradient(ColorProto.SweepGradient.Builder builderForValue)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.BuildersetSweepGradient(ColorProto.SweepGradient value)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public ColorProto.Brush.InnerCase getInnerCase()

public ColorProto.Brush.Builder clearInner()

public boolean hasSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.SweepGradient getSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.Builder setSweepGradient(ColorProto.SweepGradient value)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.Builder setSweepGradient(ColorProto.SweepGradient.Builder builderForValue)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.Builder mergeSweepGradient(ColorProto.SweepGradient value)

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;

public ColorProto.Brush.Builder clearSweepGradient()

.androidx.wear.protolayout.proto.SweepGradient sweep_gradient = 1;