interface JLayerStyleVector {
    antiAliasing: boolean;
    imageSampleInBase64: string;
    styleType: JLAYER_STYLE_TYPES;
    transparencyPerCent: number;
}

Hierarchy (view full)

Properties

antiAliasing: boolean
imageSampleInBase64: string
transparencyPerCent: number