Last updated

API / geotoolkit / schematics / utils / StylesRenderingHints / StylesRenderingHints

Namespace: StylesRenderingHints

utils.StylesRenderingHints.StylesRenderingHints

Table of contents

Type Aliases

Contents

Type Aliases

Defaults

Ƭ Defaults: Object

Type declaration

NameType
fillstyle?Type
linestyle?Type
shapeShape

Options

Ƭ Options: Object

Type declaration

NameType
filternode?(shape: Node) => boolean
getfillstyle?(options: { componentnode: ComponentNode ; shape: Node & { getFillStyle: () => FillStyle ; getLineStyle: () => LineStyle } }) => FillStyle | null
getlinestyle?(options: { componentnode: ComponentNode ; shape: Node & { getFillStyle: () => FillStyle ; getLineStyle: () => LineStyle } }) => LineStyle | null