deferred class
	EV_POSITIONABLE

General
	cluster: vision2.interface.properties
	description: "Abstraction for objects whos position can be set."
	keywords: "position, width, height"

Ancestors
	EV_POSITIONED

Queries
	data: ANY
	height: INTEGER
	is_destroyed: BOOLEAN
	minimum_height: INTEGER
	minimum_width: INTEGER
	width: INTEGER
	x_position: INTEGER
	y_position: INTEGER

Commands
	copy (other: [like Current] EV_POSITIONABLE)
	destroy
	set_data (some_data: [like data] ANY)
	set_height (a_height: INTEGER)
	set_position (a_x, a_y: INTEGER)
	set_size (a_width, a_height: INTEGER)
	set_width (a_width: INTEGER)
	set_x_position (a_x: INTEGER)
	set_y_position (a_y: INTEGER)