dips.Stereonet2DDisplayOptionsVal module#

Generated wrapper for Stereonet2DDisplayOptions protobuf message.

class dips.Stereonet2DDisplayOptionsVal.Stereonet2DDisplayOptionsVal(outer_grid_line: LineFormatVal | None = None, inner_grid_line: LineFormatVal | None = None, stereonet_color: ColorSurrogateVal | None = None, background_color: ColorSurrogateVal | None = None, labels_font: TextFormatVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for Stereonet2DDisplayOptions with Pythonic getters and setters.

property background_color: ColorSurrogateVal#

Get the BackgroundColor field as a wrapper.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property inner_grid_line: LineFormatVal#

Get the InnerGridLine field as a wrapper.

property labels_font: TextFormatVal#

Get the LabelsFont field as a wrapper.

property outer_grid_line: LineFormatVal#

Get the OuterGridLine field as a wrapper.

property outer_tick_spacing_in_degrees: int#

Get the OuterTickSpacingInDegrees field value.

property show_center_cross: bool#

Get the ShowCenterCross field value.

property show_crosshairs: bool#

Get the ShowCrosshairs field value.

property show_exterior_ticks: bool#

Get the ShowExteriorTicks field value.

property show_perimeter_circle: bool#

Get the ShowPerimeterCircle field value.

property stereonet_color: ColorSurrogateVal#

Get the StereonetColor field as a wrapper.

to_proto()#

Get the underlying protobuf message.

property trend_label_mode: Any#

Get the TrendLabelMode field value.