Interface FigureDescriptor.SeriesDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FigureDescriptor.SeriesDescriptor, FigureDescriptor.SeriesDescriptor.Builder
Enclosing class:
FigureDescriptor

public static interface FigureDescriptor.SeriesDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPlotStyleValue

      int getPlotStyleValue()
      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1;
      Returns:
      The enum numeric value on the wire for plotStyle.
    • getPlotStyle

      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1;
      Returns:
      The plotStyle.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • hasLinesVisible

      boolean hasLinesVisible()
      optional bool lines_visible = 3;
      Returns:
      Whether the linesVisible field is set.
    • getLinesVisible

      boolean getLinesVisible()
      optional bool lines_visible = 3;
      Returns:
      The linesVisible.
    • hasShapesVisible

      boolean hasShapesVisible()
      optional bool shapes_visible = 4;
      Returns:
      Whether the shapesVisible field is set.
    • getShapesVisible

      boolean getShapesVisible()
      optional bool shapes_visible = 4;
      Returns:
      The shapesVisible.
    • getGradientVisible

      boolean getGradientVisible()
      bool gradient_visible = 5;
      Returns:
      The gradientVisible.
    • getLineColor

      String getLineColor()
      string line_color = 6;
      Returns:
      The lineColor.
    • getLineColorBytes

      com.google.protobuf.ByteString getLineColorBytes()
      string line_color = 6;
      Returns:
      The bytes for lineColor.
    • hasPointLabelFormat

      boolean hasPointLabelFormat()
      optional string point_label_format = 8;
      Returns:
      Whether the pointLabelFormat field is set.
    • getPointLabelFormat

      String getPointLabelFormat()
      optional string point_label_format = 8;
      Returns:
      The pointLabelFormat.
    • getPointLabelFormatBytes

      com.google.protobuf.ByteString getPointLabelFormatBytes()
      optional string point_label_format = 8;
      Returns:
      The bytes for pointLabelFormat.
    • hasXToolTipPattern

      boolean hasXToolTipPattern()
      optional string x_tool_tip_pattern = 9;
      Returns:
      Whether the xToolTipPattern field is set.
    • getXToolTipPattern

      String getXToolTipPattern()
      optional string x_tool_tip_pattern = 9;
      Returns:
      The xToolTipPattern.
    • getXToolTipPatternBytes

      com.google.protobuf.ByteString getXToolTipPatternBytes()
      optional string x_tool_tip_pattern = 9;
      Returns:
      The bytes for xToolTipPattern.
    • hasYToolTipPattern

      boolean hasYToolTipPattern()
      optional string y_tool_tip_pattern = 10;
      Returns:
      Whether the yToolTipPattern field is set.
    • getYToolTipPattern

      String getYToolTipPattern()
      optional string y_tool_tip_pattern = 10;
      Returns:
      The yToolTipPattern.
    • getYToolTipPatternBytes

      com.google.protobuf.ByteString getYToolTipPatternBytes()
      optional string y_tool_tip_pattern = 10;
      Returns:
      The bytes for yToolTipPattern.
    • getShapeLabel

      String getShapeLabel()
      string shape_label = 11;
      Returns:
      The shapeLabel.
    • getShapeLabelBytes

      com.google.protobuf.ByteString getShapeLabelBytes()
      string shape_label = 11;
      Returns:
      The bytes for shapeLabel.
    • hasShapeSize

      boolean hasShapeSize()
      optional double shape_size = 12;
      Returns:
      Whether the shapeSize field is set.
    • getShapeSize

      double getShapeSize()
      optional double shape_size = 12;
      Returns:
      The shapeSize.
    • getShapeColor

      String getShapeColor()
      string shape_color = 13;
      Returns:
      The shapeColor.
    • getShapeColorBytes

      com.google.protobuf.ByteString getShapeColorBytes()
      string shape_color = 13;
      Returns:
      The bytes for shapeColor.
    • getShape

      String getShape()
      string shape = 14;
      Returns:
      The shape.
    • getShapeBytes

      com.google.protobuf.ByteString getShapeBytes()
      string shape = 14;
      Returns:
      The bytes for shape.
    • getDataSourcesList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;
    • getDataSources

      FigureDescriptor.SourceDescriptor getDataSources(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;
    • getDataSourcesCount

      int getDataSourcesCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;
    • getDataSourcesOrBuilderList

      List<? extends FigureDescriptor.SourceDescriptorOrBuilder> getDataSourcesOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;
    • getDataSourcesOrBuilder

      FigureDescriptor.SourceDescriptorOrBuilder getDataSourcesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;