接口 TextEffectDetailOuterClass.TextEffectDetailOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
TextEffectDetailOuterClass.TextEffectDetail,TextEffectDetailOuterClass.TextEffectDetail.Builder
public static interface TextEffectDetailOuterClass.TextEffectDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明.Image background = 3;.Image background = 3;intuint32 duration = 5;intuint32 height = 9;string shadow_color = 13;com.google.protobuf.ByteStringstring shadow_color = 13;intuint32 shadow_dx = 10;intuint32 shadow_dy = 11;intuint32 shadow_radius = 12;intgetStart()uint32 start = 4;string stroke_color = 14;com.google.protobuf.ByteStringstring stroke_color = 14;intuint32 stroke_width = 15;getText().Text text = 1;intuint32 text_font_size = 2;.Text text = 1;intgetWidth()uint32 width = 8;intgetX()uint32 x = 6;intgetY()uint32 y = 7;boolean.Image background = 3;booleanhasText().Text text = 1;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasText
boolean hasText().Text text = 1;- 返回:
- Whether the text field is set.
-
getText
TextOuterClass.Text getText().Text text = 1;- 返回:
- The text.
-
getTextOrBuilder
TextOuterClass.TextOrBuilder getTextOrBuilder().Text text = 1; -
getTextFontSize
int getTextFontSize()uint32 text_font_size = 2;- 返回:
- The textFontSize.
-
hasBackground
boolean hasBackground().Image background = 3;- 返回:
- Whether the background field is set.
-
getBackground
ImageOuterClass.Image getBackground().Image background = 3;- 返回:
- The background.
-
getBackgroundOrBuilder
ImageOuterClass.ImageOrBuilder getBackgroundOrBuilder().Image background = 3; -
getStart
int getStart()uint32 start = 4;- 返回:
- The start.
-
getDuration
int getDuration()uint32 duration = 5;- 返回:
- The duration.
-
getX
int getX()uint32 x = 6;- 返回:
- The x.
-
getY
int getY()uint32 y = 7;- 返回:
- The y.
-
getWidth
int getWidth()uint32 width = 8;- 返回:
- The width.
-
getHeight
int getHeight()uint32 height = 9;- 返回:
- The height.
-
getShadowDx
int getShadowDx()uint32 shadow_dx = 10;- 返回:
- The shadowDx.
-
getShadowDy
int getShadowDy()uint32 shadow_dy = 11;- 返回:
- The shadowDy.
-
getShadowRadius
int getShadowRadius()uint32 shadow_radius = 12;- 返回:
- The shadowRadius.
-
getShadowColor
String getShadowColor()string shadow_color = 13;- 返回:
- The shadowColor.
-
getShadowColorBytes
com.google.protobuf.ByteString getShadowColorBytes()string shadow_color = 13;- 返回:
- The bytes for shadowColor.
-
getStrokeColor
String getStrokeColor()string stroke_color = 14;- 返回:
- The strokeColor.
-
getStrokeColorBytes
com.google.protobuf.ByteString getStrokeColorBytes()string stroke_color = 14;- 返回:
- The bytes for strokeColor.
-
getStrokeWidth
int getStrokeWidth()uint32 stroke_width = 15;- 返回:
- The strokeWidth.
-