Uses of Class
com.google.apps.card.v1.BorderStyle.Builder
Packages that use BorderStyle.Builder
-
Uses of BorderStyle.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyle.BuilderModifier and TypeMethodDescriptionBorderStyle.Builder.clear()BorderStyle.Builder.clearCornerRadius()The corner radius for the border.BorderStyle.Builder.clearStrokeColor()The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.clearType()The border type.Grid.Builder.getBorderStyleBuilder()The border style to apply to each grid item.ImageComponent.Builder.getBorderStyleBuilder()The border style to apply to the image.BorderStyle.Builder.mergeFrom(BorderStyle other) BorderStyle.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BorderStyle.Builder.mergeFrom(com.google.protobuf.Message other) BorderStyle.Builder.mergeStrokeColor(Color value) The colors to use when the type is `BORDER_TYPE_STROKE`.static BorderStyle.BuilderBorderStyle.newBuilder()static BorderStyle.BuilderBorderStyle.newBuilder(BorderStyle prototype) BorderStyle.newBuilderForType()protected BorderStyle.BuilderBorderStyle.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BorderStyle.Builder.setCornerRadius(int value) The corner radius for the border.BorderStyle.Builder.setStrokeColor(Color value) The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.setStrokeColor(Color.Builder builderForValue) The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.setType(BorderStyle.BorderType value) The border type.BorderStyle.Builder.setTypeValue(int value) The border type.BorderStyle.toBuilder()Methods in com.google.apps.card.v1 with parameters of type BorderStyle.BuilderModifier and TypeMethodDescriptionGrid.Builder.setBorderStyle(BorderStyle.Builder builderForValue) The border style to apply to each grid item.ImageComponent.Builder.setBorderStyle(BorderStyle.Builder builderForValue) The border style to apply to the image.