CanvasStyle
Classes
ArtworkSizeStyle
Implements
Constructors
Constructor
new ArtworkSizeStyle(data?): ArtworkSizeStyle;
Parameters
| Parameter | Type |
|---|---|
data? | IArtworkSizeStyle |
Returns
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
Properties
artworkSize
artworkSize: ArtworkSizeStyle;
Implementation of
hover
hover: HoverStyle;
Implementation of
interactiveZones
interactiveZones: IInteractiveZonesStyles;
Implementation of
rubberband
rubberband: RubberbandStyle;
Implementation of
selection
selection: SelectionStyleConfig;
Implementation of
spotlight
spotlight: SpotlightStyle;
Implementation of
HoverStyle
Implements
Constructors
Constructor
new HoverStyle(): HoverStyle;
Returns
Properties
color
color: string;
Implementation of
dashPattern
dashPattern: number[];
Implementation of
fillColor
fillColor: string;
Implementation of
showLabel
showLabel: boolean;
Implementation of
textColor
textColor: string;
Implementation of
textStyle
textStyle: string;
Implementation of
width
width: number;
Implementation of
InteractiveZonesStyles
Implements
Indexable
[key: string]: IInteractiveZoneStyle
Constructors
Constructor
new InteractiveZonesStyles(): InteractiveZonesStyles;
Returns
Properties
default
default: IInteractiveZoneStyle;
Implementation of
IInteractiveZonesStyles.default
RubberbandStyle
Implements
Constructors
Constructor
new RubberbandStyle(): RubberbandStyle;
Returns
Properties
color
color: string;
Implementation of
dashPattern
dashPattern: number[];
Implementation of
fillColor
fillColor: string;
Implementation of
width
width: number;
Implementation of
SelectionStyleConfig
Implements
Constructors
Constructor
new SelectionStyleConfig(): SelectionStyleConfig;
Returns
Properties
color
color: string;
Implementation of
dashPattern
dashPattern: number[];
Implementation of
fillColor
fillColor: string;
Implementation of
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
SpotlightStyle
Implements
Constructors
Constructor
new SpotlightStyle(): SpotlightStyle;
Returns
Properties
color
color: string;
Implementation of
dashPattern
dashPattern: number[];
Implementation of
fillColor
fillColor: string;
Implementation of
showLabel
showLabel: boolean;
Implementation of
textColor
textColor: string;
Implementation of
textStyle
textStyle: string;
Implementation of
width
width: number;