Interface FigureDescriptor.AxisDescriptorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FigureDescriptor.AxisDescriptor,FigureDescriptor.AxisDescriptor.Builder
- Enclosing class:
- FigureDescriptor
public static interface FigureDescriptor.AxisDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;getColor()string color = 10;com.google.protobuf.ByteStringstring color = 10;optional string format_pattern = 9;com.google.protobuf.ByteStringoptional string format_pattern = 9;.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2;int.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2;doubleoptional double gap_between_major_ticks = 16;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;booleanbool invert = 19;booleanbool is_time_axis = 20;getLabel()string label = 6;com.google.protobuf.ByteStringstring label = 6;string label_font = 7;com.google.protobuf.ByteStringstring label_font = 7;booleangetLog()bool log = 5;doublegetMajorTickLocations(int index) repeated double major_tick_locations = 17;intrepeated double major_tick_locations = 17;repeated double major_tick_locations = 17;booleanbool major_ticks_visible = 14;doubledouble max_range = 12;intint32 minor_tick_count = 15;booleanbool minor_ticks_visible = 13;doubledouble min_range = 11;.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisPosition position = 4;int.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisPosition position = 4;doubledouble tick_label_angle = 18;string ticks_font = 8;com.google.protobuf.ByteStringstring ticks_font = 8;getType().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisType type = 3;int.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisType type = 3;boolean.io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;booleanoptional string format_pattern = 9;booleanoptional double gap_between_major_ticks = 16;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
-
getId
String getId()string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getFormatTypeValue
int getFormatTypeValue().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2;- Returns:
- The enum numeric value on the wire for formatType.
-
getFormatType
FigureDescriptor.AxisDescriptor.AxisFormatType getFormatType().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2;- Returns:
- The formatType.
-
getTypeValue
int getTypeValue().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisType type = 3;- Returns:
- The enum numeric value on the wire for type.
-
getType
FigureDescriptor.AxisDescriptor.AxisType getType().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisType type = 3;- Returns:
- The type.
-
getPositionValue
int getPositionValue().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisPosition position = 4;- Returns:
- The enum numeric value on the wire for position.
-
getPosition
FigureDescriptor.AxisDescriptor.AxisPosition getPosition().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisPosition position = 4;- Returns:
- The position.
-
getLog
boolean getLog()bool log = 5;- Returns:
- The log.
-
getLabel
String getLabel()string label = 6;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()string label = 6;- Returns:
- The bytes for label.
-
getLabelFont
String getLabelFont()string label_font = 7;- Returns:
- The labelFont.
-
getLabelFontBytes
com.google.protobuf.ByteString getLabelFontBytes()string label_font = 7;- Returns:
- The bytes for labelFont.
-
getTicksFont
String getTicksFont()string ticks_font = 8;- Returns:
- The ticksFont.
-
getTicksFontBytes
com.google.protobuf.ByteString getTicksFontBytes()string ticks_font = 8;- Returns:
- The bytes for ticksFont.
-
hasFormatPattern
boolean hasFormatPattern()optional string format_pattern = 9;- Returns:
- Whether the formatPattern field is set.
-
getFormatPattern
String getFormatPattern()optional string format_pattern = 9;- Returns:
- The formatPattern.
-
getFormatPatternBytes
com.google.protobuf.ByteString getFormatPatternBytes()optional string format_pattern = 9;- Returns:
- The bytes for formatPattern.
-
getColor
String getColor()string color = 10;- Returns:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()string color = 10;- Returns:
- The bytes for color.
-
getMinRange
double getMinRange()double min_range = 11;- Returns:
- The minRange.
-
getMaxRange
double getMaxRange()double max_range = 12;- Returns:
- The maxRange.
-
getMinorTicksVisible
boolean getMinorTicksVisible()bool minor_ticks_visible = 13;- Returns:
- The minorTicksVisible.
-
getMajorTicksVisible
boolean getMajorTicksVisible()bool major_ticks_visible = 14;- Returns:
- The majorTicksVisible.
-
getMinorTickCount
int getMinorTickCount()int32 minor_tick_count = 15;- Returns:
- The minorTickCount.
-
hasGapBetweenMajorTicks
boolean hasGapBetweenMajorTicks()optional double gap_between_major_ticks = 16;- Returns:
- Whether the gapBetweenMajorTicks field is set.
-
getGapBetweenMajorTicks
double getGapBetweenMajorTicks()optional double gap_between_major_ticks = 16;- Returns:
- The gapBetweenMajorTicks.
-
getMajorTickLocationsList
repeated double major_tick_locations = 17;- Returns:
- A list containing the majorTickLocations.
-
getMajorTickLocationsCount
int getMajorTickLocationsCount()repeated double major_tick_locations = 17;- Returns:
- The count of majorTickLocations.
-
getMajorTickLocations
double getMajorTickLocations(int index) repeated double major_tick_locations = 17;- Parameters:
index- The index of the element to return.- Returns:
- The majorTickLocations at the given index.
-
getTickLabelAngle
double getTickLabelAngle()double tick_label_angle = 18;- Returns:
- The tickLabelAngle.
-
getInvert
boolean getInvert()bool invert = 19;- Returns:
- The invert.
-
getIsTimeAxis
boolean getIsTimeAxis()bool is_time_axis = 20;- Returns:
- The isTimeAxis.
-
hasBusinessCalendarDescriptor
boolean hasBusinessCalendarDescriptor().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;- Returns:
- Whether the businessCalendarDescriptor field is set.
-
getBusinessCalendarDescriptor
FigureDescriptor.BusinessCalendarDescriptor getBusinessCalendarDescriptor().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;- Returns:
- The businessCalendarDescriptor.
-
getBusinessCalendarDescriptorOrBuilder
FigureDescriptor.BusinessCalendarDescriptorOrBuilder getBusinessCalendarDescriptorOrBuilder().io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21;
-