Interface FigureDescriptor.ChartDescriptorOrBuilder

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

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

    • getColspan

      int getColspan()
      int32 colspan = 1;
      Returns:
      The colspan.
    • getRowspan

      int getRowspan()
      int32 rowspan = 2;
      Returns:
      The rowspan.
    • getSeriesList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3;
    • getSeries

      FigureDescriptor.SeriesDescriptor getSeries(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3;
    • getSeriesCount

      int getSeriesCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3;
    • getSeriesOrBuilderList

      List<? extends FigureDescriptor.SeriesDescriptorOrBuilder> getSeriesOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3;
    • getSeriesOrBuilder

      FigureDescriptor.SeriesDescriptorOrBuilder getSeriesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3;
    • getMultiSeriesList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4;
    • getMultiSeries

      FigureDescriptor.MultiSeriesDescriptor getMultiSeries(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4;
    • getMultiSeriesCount

      int getMultiSeriesCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4;
    • getMultiSeriesOrBuilderList

      List<? extends FigureDescriptor.MultiSeriesDescriptorOrBuilder> getMultiSeriesOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4;
    • getMultiSeriesOrBuilder

      FigureDescriptor.MultiSeriesDescriptorOrBuilder getMultiSeriesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4;
    • getAxesList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5;
    • getAxes

      FigureDescriptor.AxisDescriptor getAxes(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5;
    • getAxesCount

      int getAxesCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5;
    • getAxesOrBuilderList

      List<? extends FigureDescriptor.AxisDescriptorOrBuilder> getAxesOrBuilderList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5;
    • getAxesOrBuilder

      FigureDescriptor.AxisDescriptorOrBuilder getAxesOrBuilder(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5;
    • getChartTypeValue

      int getChartTypeValue()
      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.ChartType chart_type = 6;
      Returns:
      The enum numeric value on the wire for chartType.
    • getChartType

      .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.ChartType chart_type = 6;
      Returns:
      The chartType.
    • hasTitle

      boolean hasTitle()
      optional string title = 7;
      Returns:
      Whether the title field is set.
    • getTitle

      String getTitle()
      optional string title = 7;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      optional string title = 7;
      Returns:
      The bytes for title.
    • getTitleFont

      String getTitleFont()
      string title_font = 8;
      Returns:
      The titleFont.
    • getTitleFontBytes

      com.google.protobuf.ByteString getTitleFontBytes()
      string title_font = 8;
      Returns:
      The bytes for titleFont.
    • getTitleColor

      String getTitleColor()
      string title_color = 9;
      Returns:
      The titleColor.
    • getTitleColorBytes

      com.google.protobuf.ByteString getTitleColorBytes()
      string title_color = 9;
      Returns:
      The bytes for titleColor.
    • getShowLegend

      boolean getShowLegend()
      bool show_legend = 10;
      Returns:
      The showLegend.
    • getLegendFont

      String getLegendFont()
      string legend_font = 11;
      Returns:
      The legendFont.
    • getLegendFontBytes

      com.google.protobuf.ByteString getLegendFontBytes()
      string legend_font = 11;
      Returns:
      The bytes for legendFont.
    • getLegendColor

      String getLegendColor()
      string legend_color = 12;
      Returns:
      The legendColor.
    • getLegendColorBytes

      com.google.protobuf.ByteString getLegendColorBytes()
      string legend_color = 12;
      Returns:
      The bytes for legendColor.
    • getIs3D

      boolean getIs3D()
      bool is3d = 13;
      Returns:
      The is3d.
    • getColumn

      int getColumn()
      int32 column = 14;
      Returns:
      The column.
    • getRow

      int getRow()
      int32 row = 15;
      Returns:
      The row.