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.clear()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.clearWeight()The stroke weight of the icon.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) static MaterialIcon.BuilderMaterialIcon.newBuilder()static MaterialIcon.BuilderMaterialIcon.newBuilder(MaterialIcon prototype) MaterialIcon.newBuilderForType()protected MaterialIcon.BuilderMaterialIcon.newBuilderForType(com.google.protobuf.AbstractMessage.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.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).