Gjsify LogoGjsify Logo

The type of a node determines what the node is rendering.

Index

Enumeration Members

BLEND_NODE: number

A node that blends two children together

BLUR_NODE: number

A node that applies a blur

BORDER_NODE: number

A node stroking a border around an area

CAIRO_NODE: number

A node drawing a cairo_surface_t

CLIP_NODE: number

A node that clips its child to a rectangular area

COLOR_MATRIX_NODE: number

A node that applies a color matrix to every pixel

COLOR_NODE: number

A node drawing a single color rectangle

CONIC_GRADIENT_NODE: number

A node drawing a conic gradient

CONTAINER_NODE: number

A node containing a stack of children

CROSS_FADE_NODE: number

A node that cross-fades between two children

DEBUG_NODE: number

Debug information that does not affect the rendering

GL_SHADER_NODE: number

A node that uses OpenGL fragment shaders to render

INSET_SHADOW_NODE: number

A node drawing an inset shadow

LINEAR_GRADIENT_NODE: number

A node drawing a linear gradient

NOT_A_RENDER_NODE: number

Error type. No node will ever have this type.

OPACITY_NODE: number

A node that changes the opacity of its child

OUTSET_SHADOW_NODE: number

A node drawing an outset shadow

RADIAL_GRADIENT_NODE: number

A node drawing a radial gradient

REPEATING_LINEAR_GRADIENT_NODE: number

A node drawing a repeating linear gradient

REPEATING_RADIAL_GRADIENT_NODE: number

A node drawing a repeating radial gradient

REPEAT_NODE: number

A node that repeats the child's contents

ROUNDED_CLIP_NODE: number

A node that clips its child to a rounded rectangle

SHADOW_NODE: number

A node that draws a shadow below its child

TEXTURE_NODE: number

A node drawing a GdkTexture

TEXT_NODE: number

A node containing a glyph string

TRANSFORM_NODE: number

A node that renders its child after applying a matrix transform

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method