Inherits from
- NullRenderer: enthought.savage.svg.backends.null.null_renderer.NullRenderer
Attributes
- caps
caps = { Const('butt') : Getattr(Name('wx'), 'CAP_BUTT'), Const('round') : Getattr(Name('wx'), 'CAP_ROUND'), Const('square') : Getattr(Name('wx'), 'CAP_PROJECTING') } - fill_rules
fill_rules = { Const('nonzero') : Getattr(Name('wx'), 'WINDING_RULE'), Const('evenodd') : Getattr(Name('wx'), 'ODDEVEN_RULE') } - joins
joins = { Const('miter') : Getattr(Name('wx'), 'JOIN_MITER'), Const('round') : Getattr(Name('wx'), 'JOIN_ROUND'), Const('bevel') : Getattr(Name('wx'), 'JOIN_BEVEL') } - NullBrush
NullBrush = wx.NullBrush
- NullGraphicsBrush
NullGraphicsBrush = wx.NullGraphicsBrush
- NullPen
NullPen = wx.NullPen
- TransparentPen
TransparentPen = wx.TRANSPARENT_PEN
Method summary
- __init__(self)
- clipPath(gc, path)
- concatTransform(*args)
- createAffineMatrix(a, b, c, d, x, y)
- createBrush(color_tuple)
- createLinearGradientBrush(x1, y1, x2, y2, stops, spreadMethod = 'pad', transforms = None, units = 'userSpaceOnUse')
- createNativePen(pen)
- createPen(color_tuple)
- createRadialGradientBrush(cx, cy, r, stops, fx = None, fy = None, spreadMethod = 'pad', transforms = None, units = 'userSpaceOnUse')
- DrawImage(context, image, x, y, width, height)
- DrawText(context, text, x, y, brush = NullGraphicsBrush, anchor = 'start')
- fillPath(*args)
- getCurrentPoint(path)
- getFont(font_name = wx.SYS_DEFAULT_GUI_FONT)
- makeMatrix(*args)
- makePath()
- popState(*args)
- pushState(state)
- rotate(dc, angle)
- scale(*args)
- setBrush(*args)
- setFont(context, font, brush)
- setFontSize(font, size)
- setFontStyle(cls, font, style)
- setFontWeight(cls, font, weight)
- setPen(*args)
- setPenDash(pen, dasharray, offset)
- strokePath(*args)
- translate(*args)
Methods
- __init__(self)
- clipPath(gc, path)
- concatTransform(*args)
- createAffineMatrix(a, b, c, d, x, y)
- createBrush(color_tuple)
- createLinearGradientBrush(x1, y1, x2, y2, stops, spreadMethod = 'pad', transforms = None, units = 'userSpaceOnUse')
- createNativePen(pen)
- createPen(color_tuple)
- createRadialGradientBrush(cx, cy, r, stops, fx = None, fy = None, spreadMethod = 'pad', transforms = None, units = 'userSpaceOnUse')
- DrawImage(context, image, x, y, width, height)
- DrawText(context, text, x, y, brush = NullGraphicsBrush, anchor = 'start')
- fillPath(*args)
- getCurrentPoint(path)
- getFont(font_name = wx.SYS_DEFAULT_GUI_FONT)
- makeMatrix(*args)
- makePath()
- popState(*args)
- pushState(state)
- rotate(dc, angle)
- scale(*args)
- setBrush(*args)
- setFont(context, font, brush)
- setFontSize(font, size)
- setFontStyle(cls, font, style)
- setFontWeight(cls, font, weight)
- setPen(*args)
- setPenDash(pen, dasharray, offset)
- strokePath(*args)
- translate(*args)