pyumldiagrams.Internal

Attributes

ArrowPoints

DiamondPoints

PolygonPoints

Elements

Classes

InternalPosition

The x and y coordinates are relative to the diagramming method. For pdf

SeparatorPosition

The x and y coordinates are relative to the diagramming method. For pdf

Functions

createInternalPositionFactory(→ InternalPosition)

Module Contents

class pyumldiagrams.Internal.InternalPosition

The x and y coordinates are relative to the diagramming method. For pdf documents they are in points. For images, they are in pixels. In all cases, the position is adjusted for left and right margins plus vertical and horizontal gaps.

x: int = 0
y: int = 0
pyumldiagrams.Internal.createInternalPositionFactory() InternalPosition
class pyumldiagrams.Internal.SeparatorPosition

Bases: InternalPosition

Inheritance diagram of pyumldiagrams.Internal.SeparatorPosition

The x and y coordinates are relative to the diagramming method. For pdf documents they are in points. For images, they are in pixels. In all cases, the position is adjusted for left and right margins plus vertical and horizontal gaps.

pyumldiagrams.Internal.ArrowPoints
pyumldiagrams.Internal.DiamondPoints
pyumldiagrams.Internal.PolygonPoints
pyumldiagrams.Internal.Elements