Skip to main content

CanvasStyle

Classes

ArtworkSizeStyle

Implements

Constructors

Constructor
new ArtworkSizeStyle(data?): ArtworkSizeStyle;
Parameters
ParameterType
data?IArtworkSizeStyle
Returns

ArtworkSizeStyle

Properties

artworkFrameColor
artworkFrameColor: string;
Implementation of

IArtworkSizeStyle.artworkFrameColor

artworkFrameShowLabel
artworkFrameShowLabel: boolean;
Implementation of

IArtworkSizeStyle.artworkFrameShowLabel

artworkFrameTextFont
artworkFrameTextFont: string;
Implementation of

IArtworkSizeStyle.artworkFrameTextFont

artworkFrameTextFontSize
artworkFrameTextFontSize: number;
Implementation of

IArtworkSizeStyle.artworkFrameTextFontSize

artworkInnerBorderFrameDash
artworkInnerBorderFrameDash: number[];
Implementation of

IArtworkSizeStyle.artworkInnerBorderFrameDash

oversizeFrameColor
oversizeFrameColor: string;
Implementation of

IArtworkSizeStyle.oversizeFrameColor


CanvasStyle

Implements

Constructors

Constructor
new CanvasStyle(): CanvasStyle;
Returns

CanvasStyle

Properties

artworkSize
artworkSize: ArtworkSizeStyle;
Implementation of

ICanvasStyle.artworkSize

hover
hover: HoverStyle;
Implementation of

ICanvasStyle.hover

interactiveZones
interactiveZones: IInteractiveZonesStyles;
Implementation of

ICanvasStyle.interactiveZones

rubberband
rubberband: RubberbandStyle;
Implementation of

ICanvasStyle.rubberband

selection
selection: SelectionStyleConfig;
Implementation of

ICanvasStyle.selection

spotlight
spotlight: SpotlightStyle;
Implementation of

ICanvasStyle.spotlight


HoverStyle

Implements

Constructors

Constructor
new HoverStyle(): HoverStyle;
Returns

HoverStyle

Properties

color
color: string;
Implementation of

IHoverStyle.color

dashPattern
dashPattern: number[];
Implementation of

IHoverStyle.dashPattern

fillColor
fillColor: string;
Implementation of

IHoverStyle.fillColor

showLabel
showLabel: boolean;
Implementation of

IHoverStyle.showLabel

textColor
textColor: string;
Implementation of

IHoverStyle.textColor

textStyle
textStyle: string;
Implementation of

IHoverStyle.textStyle

width
width: number;
Implementation of

IHoverStyle.width


InteractiveZonesStyles

Implements

Indexable

[key: string]: IInteractiveZoneStyle

Constructors

Constructor
new InteractiveZonesStyles(): InteractiveZonesStyles;
Returns

InteractiveZonesStyles

Properties

default
default: IInteractiveZoneStyle;
Implementation of

IInteractiveZonesStyles.default


RubberbandStyle

Implements

Constructors

Constructor
new RubberbandStyle(): RubberbandStyle;
Returns

RubberbandStyle

Properties

color
color: string;
Implementation of

IRubberbandStyle.color

dashPattern
dashPattern: number[];
Implementation of

IRubberbandStyle.dashPattern

fillColor
fillColor: string;
Implementation of

IRubberbandStyle.fillColor

width
width: number;
Implementation of

IRubberbandStyle.width


SelectionStyleConfig

Implements

Constructors

Constructor
new SelectionStyleConfig(): SelectionStyleConfig;
Returns

SelectionStyleConfig

Properties

color
color: string;
Implementation of

ISelectionStyle.color

dashPattern
dashPattern: number[];
Implementation of

ISelectionStyle.dashPattern

fillColor
fillColor: string;
Implementation of

ISelectionStyle.fillColor

resizeGripColor
resizeGripColor: string;
Implementation of

ISelectionStyle.resizeGripColor

resizeGripLineColor
resizeGripLineColor: string;
Implementation of

ISelectionStyle.resizeGripLineColor

resizeGripLineWidth
resizeGripLineWidth: number;
Implementation of

ISelectionStyle.resizeGripLineWidth

resizeGripSize
resizeGripSize: number;
Implementation of

ISelectionStyle.resizeGripSize

rotationGripColor
rotationGripColor: string;
Implementation of

ISelectionStyle.rotationGripColor

rotationGripLineColor
rotationGripLineColor: string;
Implementation of

ISelectionStyle.rotationGripLineColor

rotationGripSize
rotationGripSize: number;
Implementation of

ISelectionStyle.rotationGripSize

rotationGripSizeOnTouchDevice
rotationGripSizeOnTouchDevice: number;
Implementation of

ISelectionStyle.rotationGripSizeOnTouchDevice

textColor
textColor: string;
width
width: number;
Implementation of

ISelectionStyle.width


SpotlightStyle

Implements

Constructors

Constructor
new SpotlightStyle(): SpotlightStyle;
Returns

SpotlightStyle

Properties

color
color: string;
Implementation of

ISpotlightStyle.color

dashPattern
dashPattern: number[];
Implementation of

ISpotlightStyle.dashPattern

fillColor
fillColor: string;
Implementation of

ISpotlightStyle.fillColor

showLabel
showLabel: boolean;
Implementation of

ISpotlightStyle.showLabel

textColor
textColor: string;
Implementation of

ISpotlightStyle.textColor

textStyle
textStyle: string;
Implementation of

ISpotlightStyle.textStyle

width
width: number;
Implementation of

ISpotlightStyle.width

Was this page helpful?