Hierarchy

  • StiCornerRadius

Implements

Index

Constructors

constructor

  • new StiCornerRadius(topLeft?: number, topRight?: number, bottomRight?: number, bottomLeft?: number): StiCornerRadius
  • Parameters

    • Optional topLeft: number
    • Optional topRight: number
    • Optional bottomRight: number
    • Optional bottomLeft: number

    Returns StiCornerRadius

Accessors

bottomLeft

  • get bottomLeft(): number
  • set bottomLeft(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

bottomRight

  • get bottomRight(): number
  • set bottomRight(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

isEmpty

  • get isEmpty(): boolean
  • Returns boolean

topLeft

  • get topLeft(): number
  • set topLeft(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

topRight

  • get topRight(): number
  • set topRight(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

Methods

clone

  • clone(): any
  • Creates a new object that is a copy of the current instance.

    Returns any

    A new object that is a copy of this instance.

equals

  • equals(obj: any): boolean
  • Tests to see whether the specified object is a StiCornerRadius with the same dimensions as this StiCornerRadius.

    Parameters

    • obj: any

    Returns boolean

    This method returns true if obj is a StiCornerRadius and has the same width and height as this StiCornerRadius; otherwise, false.

getUniqueCode

  • getUniqueCode(): number
  • Returns number

isDefault

  • isDefault(): boolean

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): void

loadFromXml

  • loadFromXml(xmlNode: XmlNode): void
  • Parameters

    Returns void

saveToJsonObject

toString

  • toString(): string
  • Returns string

Static tryParse

Generated using TypeDoc