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;
int
repeated .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;
boolean
bool gradient_visible = 5;
string line_color = 6;
com.google.protobuf.ByteString
string line_color = 6;
boolean
optional bool lines_visible = 3;
getName()
string name = 2;
com.google.protobuf.ByteString
string 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.ByteString
optional string point_label_format = 8;
getShape()
string shape = 14;
com.google.protobuf.ByteString
string shape = 14;
string shape_color = 13;
com.google.protobuf.ByteString
string shape_color = 13;
string shape_label = 11;
com.google.protobuf.ByteString
string shape_label = 11;
double
optional double shape_size = 12;
boolean
optional bool shapes_visible = 4;
optional string x_tool_tip_pattern = 9;
com.google.protobuf.ByteString
optional string x_tool_tip_pattern = 9;
optional string y_tool_tip_pattern = 10;
com.google.protobuf.ByteString
optional string y_tool_tip_pattern = 10;
boolean
optional bool lines_visible = 3;
boolean
optional string point_label_format = 8;
boolean
optional double shape_size = 12;
boolean
optional bool shapes_visible = 4;
boolean
optional string x_tool_tip_pattern = 9;
boolean
optional string y_tool_tip_pattern = 10;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-