Skip to content

worldwind-ui API / worldwind-kit / ShapeStyle

Interface: ShapeStyle ​

Defined in: kit/src/shapes/attributes.ts:92

Visual style shared by paths, polygons and surface shapes. null disables a fill or stroke.

Extended by ​

Properties ​

applyLighting? ​

optional applyLighting?: boolean

Defined in: kit/src/shapes/attributes.ts:98


depthTest? ​

optional depthTest?: boolean

Defined in: kit/src/shapes/attributes.ts:99


drawVerticals? ​

optional drawVerticals?: boolean

Defined in: kit/src/shapes/attributes.ts:97


fill? ​

optional fill?: ColorInput | null

Defined in: kit/src/shapes/attributes.ts:93


imageSource? ​

optional imageSource?: string | null

Defined in: kit/src/shapes/attributes.ts:100


stroke? ​

optional stroke?: ColorInput | null

Defined in: kit/src/shapes/attributes.ts:94


strokeWidth? ​

optional strokeWidth?: number

Defined in: kit/src/shapes/attributes.ts:96

Outline width in pixels.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.