interface JLayerStyleMixed {
    antiAliasing: boolean;
    imageSampleInBase64: string;
    line: JLayerStyleLine;
    point: JLayerStylePoint;
    styleType: MIXED;
    surface: JLayerStyleSurface;
    text: JLayerStyleAnnotation;
    transparencyPerCent: number;
}

Hierarchy (view full)

Properties

antiAliasing: boolean
imageSampleInBase64: string
styleType: MIXED
transparencyPerCent: number