Uses of Class
com.google.apps.card.v1.MaterialIcon.Builder
Packages that use MaterialIcon.Builder
-
Uses of MaterialIcon.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return MaterialIcon.BuilderModifier and TypeMethodDescriptionMaterialIcon.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MaterialIcon.Builder.clear()
MaterialIcon.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) MaterialIcon.Builder.clearFill()
Whether the icon renders as filled.MaterialIcon.Builder.clearGrade()
Weight and grade affect a symbol’s thickness.MaterialIcon.Builder.clearName()
The icon name defined in the [Google Material Icon](https://fonts.google.com/icons), for example, `check_box`.MaterialIcon.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) MaterialIcon.Builder.clearWeight()
The stroke weight of the icon.MaterialIcon.Builder.clone()
Icon.Builder.getMaterialIconBuilder()
Display one of the [Google Material Icons](https://fonts.google.com/icons).MaterialIcon.Builder.mergeFrom
(MaterialIcon other) MaterialIcon.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MaterialIcon.Builder.mergeFrom
(com.google.protobuf.Message other) final MaterialIcon.Builder
MaterialIcon.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static MaterialIcon.Builder
MaterialIcon.newBuilder()
static MaterialIcon.Builder
MaterialIcon.newBuilder
(MaterialIcon prototype) MaterialIcon.newBuilderForType()
protected MaterialIcon.Builder
MaterialIcon.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MaterialIcon.Builder.setFill
(boolean value) Whether the icon renders as filled.MaterialIcon.Builder.setGrade
(int value) Weight and grade affect a symbol’s thickness.The icon name defined in the [Google Material Icon](https://fonts.google.com/icons), for example, `check_box`.MaterialIcon.Builder.setNameBytes
(com.google.protobuf.ByteString value) The icon name defined in the [Google Material Icon](https://fonts.google.com/icons), for example, `check_box`.MaterialIcon.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final MaterialIcon.Builder
MaterialIcon.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) MaterialIcon.Builder.setWeight
(int value) The stroke weight of the icon.MaterialIcon.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type MaterialIcon.BuilderModifier and TypeMethodDescriptionIcon.Builder.setMaterialIcon
(MaterialIcon.Builder builderForValue) Display one of the [Google Material Icons](https://fonts.google.com/icons).