ducpy.Duc.DucPlotElement

Attributes

np

Classes

Functions

DucPlotElementStart(builder)

Start(builder)

DucPlotElementAddStackElementBase(builder, ...)

AddStackElementBase(builder, stackElementBase)

DucPlotElementAddStyle(builder, style)

AddStyle(builder, style)

DucPlotElementAddLayout(builder, layout)

AddLayout(builder, layout)

DucPlotElementEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucPlotElement.np
class ducpy.Duc.DucPlotElement.DucPlotElement

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod DucPlotElementBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
StackElementBase()
Style()
Layout()
ducpy.Duc.DucPlotElement.DucPlotElementStart(builder)
ducpy.Duc.DucPlotElement.Start(builder)
ducpy.Duc.DucPlotElement.DucPlotElementAddStackElementBase(builder, stackElementBase)
ducpy.Duc.DucPlotElement.AddStackElementBase(builder, stackElementBase)
ducpy.Duc.DucPlotElement.DucPlotElementAddStyle(builder, style)
ducpy.Duc.DucPlotElement.AddStyle(builder, style)
ducpy.Duc.DucPlotElement.DucPlotElementAddLayout(builder, layout)
ducpy.Duc.DucPlotElement.AddLayout(builder, layout)
ducpy.Duc.DucPlotElement.DucPlotElementEnd(builder)
ducpy.Duc.DucPlotElement.End(builder)