gws.tools.style

class gws.tools.style.StyleStrokeLineCap[source]
butt = 'butt'
round = 'round'
square = 'square'
class gws.tools.style.StyleStrokeLineJoin[source]
bevel = 'bevel'
round = 'round'
miter = 'miter'
class gws.tools.style.StyleMarker[source]
circle = 'circle'
square = 'square'
arrow = 'arrow'
cross = 'cross'
class gws.tools.style.StyleLabelOption[source]
all = 'all'
none = 'none'
class gws.tools.style.StyleGeometryOption[source]
all = 'all'
none = 'none'
class gws.tools.style.StyleLabelAlign[source]
left = 'left'
right = 'right'
center = 'center'
class gws.tools.style.StyleLabelPlacement[source]
start = 'start'
end = 'end'
middle = 'middle'
class gws.tools.style.StyleLabelFontStyle[source]
normal = 'normal'
italic = 'italic'
class gws.tools.style.StyleLabelFontWeight[source]
normal = 'normal'
bold = 'bold'
class gws.tools.style.StyleValues(*args, **kwargs)[source]
gws.tools.style.from_css_dict(d: dict) → gws.types.StyleValues[source]
gws.tools.style.from_css_text(text) → gws.types.StyleValues[source]