interface JLayerStyleLine {
    antiAliasing: boolean;
    arrowPositionFromLeftInPerCent: number;
    arrowType: JLAYER_STYLE_ARROWS;
    imageSampleInBase64: string;
    lineColor: JRGBColor;
    lineThickness: number;
    stroke: JLayerStyleLineStroke;
    styleType: LINE;
    transparencyPerCent: number;
}

Hierarchy (view full)

Properties

antiAliasing: boolean
arrowPositionFromLeftInPerCent: number
imageSampleInBase64: string
lineColor: JRGBColor
lineThickness: number
styleType: LINE
transparencyPerCent: number