Dazzle.GraphLineRenderer

g Dazzle.GraphLineRenderer Dazzle.GraphLineRenderer Dazzle.GraphRenderer Dazzle.GraphRenderer Dazzle.GraphRenderer->Dazzle.GraphLineRenderer GObject.GInterface GObject.GInterface GObject.GInterface->Dazzle.GraphRenderer GObject.Object GObject.Object GObject.Object->Dazzle.GraphLineRenderer

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Dazzle.GraphRenderer (1)

Structs:

GObject.ObjectClass (5)

class

new ()

get_stroke_color_rgba ()

set_stroke_color (stroke_color)

set_stroke_color_rgba (stroke_color_rgba)

Virtual Methods

Inherited:

GObject.Object (7), Dazzle.GraphRenderer (1)

Properties

Name

Type

Flags

Short Description

column

int

r/w

Column

line-width

float

r/w

Line Width

stroke-color

str

r/w

Stroke Color

stroke-color-rgba

Gdk.RGBA

r/w

Stroke Color RGBA

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Dazzle.GraphLineRenderer(**kwargs)
Bases:

GObject.Object, Dazzle.GraphRenderer

Abstract:

No

Structure:

Dazzle.GraphLineRendererClass

classmethod new()
Return type:

Dazzle.GraphLineRenderer

get_stroke_color_rgba()
Return type:

Gdk.RGBA

set_stroke_color(stroke_color)
Parameters:

stroke_color (str) –

set_stroke_color_rgba(stroke_color_rgba)
Parameters:

stroke_color_rgba (Gdk.RGBA) –

Property Details

Dazzle.GraphLineRenderer.props.column
Name:

column

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE

Column

Dazzle.GraphLineRenderer.props.line_width
Name:

line-width

Type:

float

Default Value:

1.0

Flags:

READABLE, WRITABLE

Line Width

Dazzle.GraphLineRenderer.props.stroke_color
Name:

stroke-color

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

Stroke Color

Dazzle.GraphLineRenderer.props.stroke_color_rgba
Name:

stroke-color-rgba

Type:

Gdk.RGBA

Default Value:

None

Flags:

READABLE, WRITABLE

Stroke Color RGBA