Interface JLayerStyleAnnotation

interface JLayerStyleAnnotation {
    antiAliasing: boolean;
    imageSampleInBase64: string;
    styleType: ANNOTATION;
    textBold: boolean;
    textColor: JRGBColor;
    textFont: string;
    textItalic: boolean;
    textOutlineColor: JRGBColor;
    textOutlined: boolean;
    textStrikeThrough: boolean;
    textUnderlined: boolean;
    transparencyPerCent: number;
}

Hierarchy (view full)

Properties

antiAliasing: boolean
imageSampleInBase64: string
styleType: ANNOTATION
textBold: boolean
textColor: JRGBColor
textFont: string
textItalic: boolean
textOutlineColor: JRGBColor
textOutlined: boolean
textStrikeThrough: boolean
textUnderlined: boolean
transparencyPerCent: number