Interface TextEffectDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextEffectDetail,TextEffectDetail.Builder
public interface TextEffectDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Image background = 3;.Image background = 3;intuint32 duration = 5;intuint32 height = 9;string shadowColor = 13;com.google.protobuf.ByteStringstring shadowColor = 13;intuint32 shadowDx = 10;intuint32 shadowDy = 11;intuint32 shadowRadius = 12;intgetStart()uint32 start = 4;string strokeColor = 14;com.google.protobuf.ByteStringstring strokeColor = 14;intuint32 strokeWidth = 15;getText().Text text = 1;intuint32 textFontSize = 2;.Text text = 1;intgetWidth()uint32 width = 8;intgetX()uint32 x = 6;intgetY()uint32 y = 7;boolean.Image background = 3;booleanhasText().Text text = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasText
boolean hasText().Text text = 1;- Returns:
- Whether the text field is set.
-
getText
Text getText().Text text = 1;- Returns:
- The text.
-
getTextOrBuilder
TextOrBuilder getTextOrBuilder().Text text = 1; -
getTextFontSize
int getTextFontSize()uint32 textFontSize = 2;- Returns:
- The textFontSize.
-
hasBackground
boolean hasBackground().Image background = 3;- Returns:
- Whether the background field is set.
-
getBackground
Image getBackground().Image background = 3;- Returns:
- The background.
-
getBackgroundOrBuilder
ImageOrBuilder getBackgroundOrBuilder().Image background = 3; -
getStart
int getStart()uint32 start = 4;- Returns:
- The start.
-
getDuration
int getDuration()uint32 duration = 5;- Returns:
- The duration.
-
getX
int getX()uint32 x = 6;- Returns:
- The x.
-
getY
int getY()uint32 y = 7;- Returns:
- The y.
-
getWidth
int getWidth()uint32 width = 8;- Returns:
- The width.
-
getHeight
int getHeight()uint32 height = 9;- Returns:
- The height.
-
getShadowDx
int getShadowDx()uint32 shadowDx = 10;- Returns:
- The shadowDx.
-
getShadowDy
int getShadowDy()uint32 shadowDy = 11;- Returns:
- The shadowDy.
-
getShadowRadius
int getShadowRadius()uint32 shadowRadius = 12;- Returns:
- The shadowRadius.
-
getShadowColor
String getShadowColor()string shadowColor = 13;- Returns:
- The shadowColor.
-
getShadowColorBytes
com.google.protobuf.ByteString getShadowColorBytes()string shadowColor = 13;- Returns:
- The bytes for shadowColor.
-
getStrokeColor
String getStrokeColor()string strokeColor = 14;- Returns:
- The strokeColor.
-
getStrokeColorBytes
com.google.protobuf.ByteString getStrokeColorBytes()string strokeColor = 14;- Returns:
- The bytes for strokeColor.
-
getStrokeWidth
int getStrokeWidth()uint32 strokeWidth = 15;- Returns:
- The strokeWidth.
-