Back to Website
Show / Hide Table of Contents

Class DashedLineItem

Inheritance
ModelComponent
BaseItem
Item
LineItem
DashedLineItem
Package: @aurigma/design-atoms-model

Constructors

(constructor)(sourcePoint0, sourcePoint1)

Constructs a new instance of the DashedLineItem class

Declaration
constructor(sourcePoint0?: PointF, sourcePoint1?: PointF);
Parameters
Type Name Description
PointF sourcePoint0
PointF sourcePoint1

Properties

altColor

Declaration
get altColor(): Color;

set altColor(value: Color);
Property Value
Type Description
Color

altDashWidth

Declaration
get altDashWidth(): number;

set altDashWidth(value: number);
Property Value
Type Description
number

dashWidth

Declaration
get dashWidth(): number;

set dashWidth(value: number);
Property Value
Type Description
number

type

Declaration
type: string;
Property Value
Type Description
string

type

Declaration
static type: string;
Property Value
Type Description
string

Methods

_copy(source, destination, generateNewIds, appropriateParentContainer)

Declaration
protected _copy(source: DashedLineItem, destination: DashedLineItem, generateNewIds: boolean, appropriateParentContainer: boolean): void;
Parameters
Type Name Description
DashedLineItem source
DashedLineItem destination
boolean generateNewIds
boolean appropriateParentContainer
Returns
Type Description
void

clone(generateNewIds, appropriateParentContainer)

Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): DashedLineItem;
Parameters
Type Name Description
boolean generateNewIds
boolean appropriateParentContainer
Returns
Type Description
DashedLineItem

equals(other)

Declaration
equals(other: DashedLineItem): boolean;
Parameters
Type Name Description
DashedLineItem other
Returns
Type Description
boolean
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback