Back to Website
Show / Hide Table of Contents

Class SafetyLinesHandler

Package: @aurigma/design-atoms

Constructors

(constructor)(conf, colorParser)

Constructs a new instance of the SafetyLinesHandler class

Declaration
constructor(conf: IPrintZoneConfiguration, colorParser: IColorParser);
Parameters
Type Name Description
IPrintZoneConfiguration conf
IColorParser colorParser

Properties

conf

Declaration
get conf(): IPrintZoneConfiguration;

set conf(value: IPrintZoneConfiguration);
Property Value
Type Description
IPrintZoneConfiguration

handlerPrefix

Declaration
static readonly handlerPrefix = "$SAFETY_LINE";

isSafetyLineItemHandler

Declaration
static isSafetyLineItemHandler: (h: ItemHandler) => boolean;
Property Value
Type Description
(h: ItemHandler) => boolean

safetyLinesContainers

Declaration
get safetyLinesContainers(): Collection<Container>;
Property Value
Type Description
Collection<Container>

surface

Declaration
get surface(): Surface;

set surface(value: Surface);
Property Value
Type Description
Surface

visible

Declaration
get visible(): boolean;

set visible(value: boolean);
Property Value
Type Description
boolean

Methods

addChanged(h)

Declaration
addChanged(h: any): void;
Parameters
Type Name Description
any h
Returns
Type Description
void

addVisibilityChanged(listener)

Declaration
addVisibilityChanged(listener: () => void): void;
Parameters
Type Name Description
() => void listener
Returns
Type Description
void

dispose()

Declaration
dispose(): void;
Returns
Type Description
void

removeChanged(h)

Declaration
removeChanged(h: any): void;
Parameters
Type Name Description
any h
Returns
Type Description
void

removeVisibilityChanged(listener)

Declaration
removeVisibilityChanged(listener: () => void): void;
Parameters
Type Name Description
() => void listener
Returns
Type Description
void
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