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 Summary
Modifier and TypeMethodDescriptiongetDataSources(int index) repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;intrepeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;getDataSourcesOrBuilder(int index) repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;List<? extends FigureDescriptor.SourceDescriptorOrBuilder>repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;booleanbool gradient_visible = 5;string line_color = 6;com.google.protobuf.ByteStringstring line_color = 6;booleanoptional bool lines_visible = 3;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1;int.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1;optional string point_label_format = 8;com.google.protobuf.ByteStringoptional string point_label_format = 8;getShape()string shape = 14;com.google.protobuf.ByteStringstring shape = 14;string shape_color = 13;com.google.protobuf.ByteStringstring shape_color = 13;string shape_label = 11;com.google.protobuf.ByteStringstring shape_label = 11;doubleoptional double shape_size = 12;booleanoptional bool shapes_visible = 4;optional string x_tool_tip_pattern = 9;com.google.protobuf.ByteStringoptional string x_tool_tip_pattern = 9;optional string y_tool_tip_pattern = 10;com.google.protobuf.ByteStringoptional string y_tool_tip_pattern = 10;booleanoptional bool lines_visible = 3;booleanoptional string point_label_format = 8;booleanoptional double shape_size = 12;booleanoptional bool shapes_visible = 4;booleanoptional string x_tool_tip_pattern = 9;booleanoptional string y_tool_tip_pattern = 10;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
-
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
FigureDescriptor.SeriesPlotStyle 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
List<FigureDescriptor.SourceDescriptor> getDataSourcesList()repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15; -
getDataSources
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
repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15;
-