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 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.