dips.LineFormatVal module#

Generated wrapper for LineFormat protobuf message.

class dips.LineFormatVal.LineFormatVal(line_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for LineFormat with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property line_color: ColorSurrogateVal#

Get the LineColor field as a wrapper.

property line_width: int#

Get the LineWidth field value.

to_proto()#

Get the underlying protobuf message.