Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Ellipse

Draws a simple or filled Ellipse with a given center size and rotation angle.

Hierarchy

Implements

Index

Constructors

constructor

  • new Ellipse(defaultOptions?: T): Ellipse

Properties

Protected Optional defaultOptions

defaultOptions: T

description

description: string = `Draws a simple or filled Ellipse with a given center size and rotation angle.`

isInPlace

isInPlace: boolean = false

name

name: string = "Ellipse"

noDst

noDst: boolean = true

noInPlace

noInPlace: boolean = false

optionsOrder

optionsOrder: ("dst" | "src" | "lineType" | "thickness" | "color" | "center" | "angle" | "size")[] = ['src', 'dst', 'center', 'size', 'angle', 'color', 'thickness', 'lineType'] as (keyof EllipseOptions)[]

sameSizeAndType

sameSizeAndType: boolean = false

validChannels

validChannels: number[] | undefined = undefined

Protected validateEachExec

validateEachExec: boolean = false

Protected validated

validated: boolean = false

Methods

Protected _exec

Protected afterExec

Protected allChannels

Protected checkDst

Protected checkInPlaceAfter

Protected checkInPlaceBefore

Protected checkInputImage

Protected checkOptions

  • checkOptions(o?: T): T

exec

resolveOptionsObject

Protected validate

Generated using TypeDoc