ElementWithCoordinates

smile.pictures.Transformable.ElementWithCoordinates
case class ElementWithCoordinates(element: PictureElement, x: Double, y: Double)

Represents an element with its coordinates, used for positioning elements at specific locations.

Value parameters

element

The picture element to be positioned.

x

The x-coordinate in pixels for positioning.

y

The y-coordinate in pixels for positioning.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product