deferred class EV_FIGURE General cluster: vision2.interface.figures description: "Graphically representable objects." keywords: "figure, graphic" Ancestors EV_ABSTRACT_PICK_AND_DROPABLE EV_FIGURE_MATH Action sequences conforming_pick_actions: EV_NOTIFY_ACTION_SEQUENCE drop_actions: EV_PND_ACTION_SEQUENCE pick_actions: EV_PND_START_ACTION_SEQUENCE pointer_button_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_button_release_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_double_press_actions: EV_POINTER_BUTTON_ACTION_SEQUENCE pointer_enter_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_leave_actions: EV_NOTIFY_ACTION_SEQUENCE pointer_motion_actions: EV_POINTER_MOTION_ACTION_SEQUENCE proximity_in_actions: EV_PROXIMITY_ACTION_SEQUENCE proximity_out_actions: EV_PROXIMITY_ACTION_SEQUENCE Queries bounding_box: EV_RECTANGLE group: EV_FIGURE_GROUP has_capture: BOOLEAN id_object (an_id: INTEGER): IDENTIFIED intersects (r: EV_RECTANGLE): BOOLEAN is_sensitive: BOOLEAN is_show_requested: BOOLEAN object_id: INTEGER orientation: DOUBLE pebble: ANY pebble_function: FUNCTION [ANY, TUPLE, ANY] point_array: ARRAY [EV_COORDINATE] point_count: INTEGER pointer_style: EV_CURSOR position_on_figure (x, y: INTEGER): BOOLEAN target_name: STRING world: EV_FIGURE_WORLD Commands disable_capture disable_sensitive enable_capture enable_sensitive hide remove_pebble set_accept_cursor (a_cursor: EV_CURSOR) set_deny_cursor (a_cursor: EV_CURSOR) set_origin (an_origin: EV_RELATIVE_POINT) set_pebble (a_pebble: [like pebble] ANY) set_pebble_function (a_function: FUNCTION [ANY, TUPLE, ANY]) set_pointer_style (a_cursor: [like pointer_style] EV_CURSOR) set_target_name (a_name: STRING) show Constraints points not void points correct size points items not void