API / geotoolkit / welllog / LogDiscreteCurve / LogDiscreteCurve
welllog.LogDiscreteCurve.LogDiscreteCurve
Type Aliases
Type Aliases
Ƭ FillInfo: Object
An object contains a gradient color provider with type ColorProvider, or fill information for other types.
| Name | Type | Description |
|---|---|---|
codes? | number[] | code value for each section |
colorprovider? | DiscreteGradientColorProvider | the color provider |
defaultfillstyle? | Type | the default fill style for uncovered values |
fillstyles? | FillStyle[] | the fill style |
names? | string[] | fill name for the section |
ranges? | number[][] | range to color or fill |
textstyles? | Type[] | the text styles for each section |
type | FillType | the Fill type |
Ƭ FillInfoOut: Object
| Name | Type | Description |
|---|---|---|
codes | number[] | code value for each section |
colorprovider? | DiscreteGradientColorProvider | the color provider |
defaultfillstyle? | FillStyle | the default fill style for uncovered values |
fillstyles? | FillStyle[] | the fill style |
names? | string[] | fill name for the section |
ranges | number[][] | range to color or fill |
textstyles? | TextStyle[] | the text styles for each section |
type | FillType | the Fill type |
Ƭ Hits: Object
| Name | Type | Description |
|---|---|---|
fillstyle | FillStyle | section fill style |
filltype | number | section fill type |
index | number | section index |
range? | Range | section range |
section? | string | section name |
Ƭ Options: Options & { data?: LogAbstractData ; displaymode?: string[] ; fillinfo?: FillInfo ; filltype?: FillType ; interpolationtype?: InterpolationType ; textorientation?: Orientation ; textposition?: AnchorType ; textstyle?: Type }
data source to be displayed or properties object
Ƭ OptionsOut: OptionsOut & { displaymode: string[] ; fillinfo: FillInfoOut ; filltype: FillType | null ; interpolationtype: InterpolationType ; textorientation: Orientation ; textposition: AnchorType ; textstyle: TextStyle | null }
properties object