ducpy.Duc.DucCommonStyle

Attributes

np

Classes

Functions

DucCommonStyleStart(builder)

Start(builder)

DucCommonStyleAddBackground(builder, background)

AddBackground(builder, background)

DucCommonStyleAddStroke(builder, stroke)

AddStroke(builder, stroke)

DucCommonStyleEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucCommonStyle.np
class ducpy.Duc.DucCommonStyle.DucCommonStyle

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)
classmethod GetRootAsDucCommonStyle(buf, offset=0)

This method is deprecated. Please switch to GetRootAs.

classmethod DucCommonStyleBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Background()
Stroke()
ducpy.Duc.DucCommonStyle.DucCommonStyleStart(builder)
ducpy.Duc.DucCommonStyle.Start(builder)
ducpy.Duc.DucCommonStyle.DucCommonStyleAddBackground(builder, background)
ducpy.Duc.DucCommonStyle.AddBackground(builder, background)
ducpy.Duc.DucCommonStyle.DucCommonStyleAddStroke(builder, stroke)
ducpy.Duc.DucCommonStyle.AddStroke(builder, stroke)
ducpy.Duc.DucCommonStyle.DucCommonStyleEnd(builder)
ducpy.Duc.DucCommonStyle.End(builder)