JetLimeEventStyle

Represents the style configuration for an event in a JetLimeEvent UI component. This class encapsulates various styling properties such as position, point type, colors, radius, animation, and stroke attributes for an event point.

Properties

Link copied to clipboard

Optional animation for the event point.

Link copied to clipboard

The color of the event point.

Link copied to clipboard

The fill color of the event point.

Link copied to clipboard

The radius of the event point.

Link copied to clipboard

The stroke color of the event point.

Link copied to clipboard

The stroke width of the event point.

Link copied to clipboard

The type of the event point: Empty, Filled or Custom.

Link copied to clipboard

The position of the event in the UI component.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this instance is equal to another object. Two instances of JetLimeEventStyle are considered equal if they have the same values for all properties.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object, consistent with the definition of equality for the class. This supports the use in hash tables, like those provided by HashMap.

Link copied to clipboard

Sets the position of the JetLimeEvent.