UNPKG

@awayjs/graphics

Version:
10 lines 578 B
import { IMaterialFactory } from '@awayjs/renderer'; import { SegmentedPath } from '../data/SegmentedPath'; import { ShapeStyle } from './ShapeStyle'; export declare class StyleUtils { static processStyle(style: any, isLineStyle: boolean, isMorph: boolean, factory: IMaterialFactory): ShapeStyle; private static getMaterial; static processMorphStyle(style: any, isLineStyle: boolean): ShapeStyle; static createPathsList(styles: any[], isLineStyle: boolean, isMorph: boolean, factory: IMaterialFactory): SegmentedPath[]; } //# sourceMappingURL=StyleUtils.d.ts.map