CN111459369B - Interface element screening method, intelligent terminal and storage medium - Google Patents

Interface element screening method, intelligent terminal and storage medium Download PDF

Info

Publication number
CN111459369B
CN111459369B CN202010285707.7A CN202010285707A CN111459369B CN 111459369 B CN111459369 B CN 111459369B CN 202010285707 A CN202010285707 A CN 202010285707A CN 111459369 B CN111459369 B CN 111459369B
Authority
CN
China
Prior art keywords
interface elements
bitmap
interface
user
screening
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010285707.7A
Other languages
Chinese (zh)
Other versions
CN111459369A (en
Inventor
袁伟铨
程泉森
徐占波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Konka Electronic Technology Co Ltd
Original Assignee
Shenzhen Konka Electronic Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Konka Electronic Technology Co Ltd filed Critical Shenzhen Konka Electronic Technology Co Ltd
Priority to CN202010285707.7A priority Critical patent/CN111459369B/en
Publication of CN111459369A publication Critical patent/CN111459369A/en
Application granted granted Critical
Publication of CN111459369B publication Critical patent/CN111459369B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses a method for screening interface elements, an intelligent terminal and a storage medium, wherein the method comprises the following steps: initializing a window, and establishing a bitmap for storing data; adding the interface elements into the newly-built element table; receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation; and detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table. According to the invention, under the condition that a user needs, the user draws the target graph on the screen, so that multiple interface elements in the target graph can be selected, a large number of objects can be selected by the least operation, the user can conveniently select partial individuals from a group to perform required operation, and the convenience of man-machine interaction is improved.

Description

Interface element screening method, intelligent terminal and storage medium
Technical Field
The invention relates to the technical field of intelligent terminal interface processing, in particular to a method for screening interface elements, an intelligent terminal and a storage medium.
Background
On the smart television, a user can realize touch screen operation by externally connecting a mouse or a touch frame. Naturally, a plurality of interface elements are simultaneously selected by circling the touch screen, the purpose of selecting the plurality of interface elements is to separate the individual from the group, after selection, the selected object can be subjected to next operation, for example, the next operation can be zooming in and zooming out and can be displaying different characters, and the purpose of circling the touch screen is a more convenient and humanized experience mode, so that a good interaction mode is formed.
When a designer realizes definition of View (a window, the View is the most basic control of an android UI, and an interface evolves from the View), various different objects can be designed for different dynamic effects, and android provides Canvas related classes to enable the designer to define the View, but does not provide a similar wide area screening method.
The existing screening (the screening purpose is to separate individuals from the group so that other operations can be performed on the individuals) mode is performed by intersection logic, for example, when a line exists, a finger is used for drawing the line, and when the track of the finger intersects with the line, the line is selected.
The existing screening mode is not convenient enough, for example, there is a scene that a user writes a poem on a screen, the user wants to select the poem and then move the poem to the side so that the user can write the poem again, in the scene, each stroke of each character in the poem is an independent 'line', if the user needs to select the poem by crossing in the past, the user needs to select the poem by passing through all strokes, and the operation of simply marking back and forth to draw the poem without any attention and without omission is troublesome, namely, the existing screening mode is not humanized enough.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The invention mainly aims to provide a method for screening interface elements, an intelligent terminal and a storage medium, and aims to solve the problems that in the prior art, the operation of selecting objects on a screen is complicated, and the screening mode is not convenient enough.
In order to achieve the above object, the present invention provides a method for screening an interface element, which comprises the following steps:
initializing a window, and establishing a bitmap for storing data;
adding the interface elements into the newly-built element table;
receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation;
and detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table.
Optionally, in the method for screening interface elements, a size of the bitmap is the same as a size of the window.
Optionally, the interface element screening method includes: selecting operation of an external mouse and selecting operation of touch of a touch frame.
Optionally, in the method for screening interface elements, the interface elements are elements that are displayed in the window and are drawn to the bitmap directly or indirectly through the canvas.
Optionally, in the method for screening interface elements, the element table and the selected table are newly created blank tables when the window is initialized.
Optionally, the method for screening an interface element, where drawing a target graphic on the bitmap according to the selection operation specifically includes:
when a user draws a target graph on the bitmap through the selection operation, automatically connecting a starting point and an end point of the target graph to form a closed curve, wherein the closed curve is filled with preset colors, and the target graph is used for selecting interface elements required by the user.
Optionally, the method for screening interface elements, where traversing the interface elements in the element table, marking interface elements containing preset colors in the region of the bitmap as selected, and adding the selected interface elements into the selected table specifically includes:
acquiring the element table, and traversing interface elements in the element table;
detecting whether each interface element contains a pixel with a preset color in the region of the bitmap;
if so, the interface element meeting the requirement is marked as selected and added into the selected table as the target interface element.
Optionally, the method for screening interface elements, where traversing the interface elements in the element table, marking interface elements containing a preset color in the region of the bitmap as selected, and adding the selected interface elements into the selected table, further includes:
receiving a control operation of a user, and executing the target interface element in the selected table according to the control operation;
wherein the control operation includes moving, enlarging, reducing, hiding, and deleting.
In addition, to achieve the above object, the present invention further provides an intelligent terminal, wherein the intelligent terminal includes: the interface element screening method comprises a memory, a processor and an interface element screening program stored on the memory and capable of running on the processor, wherein the interface element screening program realizes the steps of the interface element screening method when being executed by the processor.
In addition, to achieve the above object, the present invention further provides a storage medium, wherein the storage medium stores a filtering program of interface elements, and the filtering program of interface elements, when executed by a processor, implements the steps of the method for filtering interface elements as described above.
The invention creates a bitmap for storing data through window initialization; adding the interface elements into the newly-built element table; receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation; and detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table. According to the invention, under the condition that a user needs, the user draws the target graph on the screen, so that multiple interface elements in the target graph can be selected, a large number of objects can be selected by the least operation, the user can conveniently select partial individuals from a group to perform required operation, and the convenience of man-machine interaction is improved.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the method for screening interface elements of the present invention;
FIG. 2 is a schematic view of the whole process of interface element screening in the preferred embodiment of the interface element screening method of the present invention;
fig. 3 is a schematic operating environment diagram of an intelligent terminal according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, the method for screening an interface element according to a preferred embodiment of the present invention includes the following steps:
and step S10, initializing the window, and creating a bitmap for storing data.
Specifically, a window (View, when Android development is performed, a View control is used for page layout) is initialized first, and in a View initialization stage, a Bitmap (i.e., a Bitmap which is an image represented by a pixel array) is newly created, which is consistent with the size of the window (View), and may be referred to as a "filtering mask" (the filtering mask is not displayed, and is only used for data storage).
For example, a View with a length and width 2 times the length and width of a screen (e.g., a smart television screen) may be defined, such that the screen can only display 1/4 of the View at one time, and the View needs to be selected and dragged to View other parts of the View.
The Bitmap is drawn through Canvas (Canvas, a Canvas class is used for storing drawn information), and the Bitmap is a Bitmap which is drawn on the Bitmap by the Canvas, but is not shown to a user and is only left to a program to see.
And step S20, adding the interface element into the newly-built element table.
Specifically, the element table is a newly-built blank table during initialization of the window (View); the interface elements are elements (e.g., things, items, etc.) that are being displayed in the window, are viewable by a user, and are drawn directly or indirectly through the Canvas (Canvas) onto the Bitmap (Bitmap).
The interface element has position information required by drawing and can be drawn on a Bitmap according to a Canvas class; that is, the corresponding area of the interface element on a certain Bitmap can be known without actually drawing the interface element on the certain Bitmap.
And step S30, receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation.
Specifically, the selection operation of the user may include a selection operation of an external mouse or a selection operation of touch of a touch frame, for example, on the smart television, the user may implement a touch screen operation by externally connecting the mouse or the touch frame.
When a user draws a target graph on the bitmap through the selection operation, automatically connecting a starting point and an end point of the target graph to form a closed curve, wherein the closed curve is filled with preset colors, and the target graph is used for selecting interface elements required by the user; for example, a user draws a target graph on the bitmap through touch screen operation, the target graph is a closed curve of a starting point and an end point of the touch screen operation, the closed curve is filled with preset colors, and the target graph is used for selecting interface elements required by the user; for example, a user draws a circle through a touch screen operation (of course, the user may also draw any other figure, and the program may automatically connect the starting point and the ending point of the curve to make the curve become a closed curve), and if a line is to be selected, for example, a line is drawn, and a circle surrounding the line is drawn, and the line is inside the circle and can be selected, which may be referred to as wide-area screening.
Specifically, after a target graphic is drawn according to the touch screen operation, the target graphic (e.g., the circle drawn above) is drawn on the Bitmap (i.e., "filtering mask").
For example, on a "filter mask", a solid brush of pure black is used to draw a circle the user draws. To make the colors in the range of the user's circle on the "filter mask" black (0x 000000). Because of the post-drawing, the "interface elements" already drawn on can be covered. The color is 0 because it is pure black (while the other non-blackened portions of the "screen mask" are white, i.e., 0 xFFFFFF).
Furthermore, the 'interface element' can be selected to be drawn on the 'screening mask' by taking the serial number as the color, wherein the serial number is from 1, so that the color is 1-0 xFFFFFF; the color drawn by the "interface element" is not black (0x000000) unless some portion is covered by the black drawn in the "circle".
For example, first the color can be described by an RBG, such as Red:0Blue:0Green:0 for black, Red:255Blue:0Green:0 for Red, and in android, the color is recorded with hexadecimal numbers, such as the noted black 0x000000 and Red 0xFF0000, where the leftmost "0 x" is a fixed prefix, representing a 16-ary number, and every two bits correspond to an RBG. For example, Red 1Blue 2Green 3 corresponds to 0x010203, so that numbers from pure black 0x000000 (corresponding to 0 at 10) to pure white 0xFFFFFF (corresponding to 16 to the power of 6-1 at 10) can correspond to a color.
The serial number is the position of the element in the table, and in combination with the former two, the position is embodied as the serial number, the serial number is a number, and the number corresponds to a color, so that the serial number is said to be a color.
For how the interface element is drawn on the "filtering mask", for example, to display a line with a red width of 4 from (0, 0) to (500 ), a line from (0, 0) to (500 ) needs to be drawn on the Bitmap which is responsible for the View display by Canvas with a brush with a red width of 4 and a red width of 0xFF 0000. And the interface element is drawn to the "filter mask" only by changing the color of the brush and the Bitmap, and a line is drawn on the Bitmap of the "filter mask" by Canvas from (0, 0) to (500 ) by using a brush with the width of 4 and the length of 0x000011 (assuming that the line sequence number is 11).
And step S40, traversing the interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table.
Specifically, the selected table is a newly-built blank table during initialization of the window (View); acquiring the element table, and traversing interface elements in the element table; detecting whether each interface element contains a pixel with a preset color in the region of the bitmap; if so, marking the interface element meeting the requirement as selected, and adding the selected interface element as a target interface element into the selected table; if not, no operation is performed.
For example, the interface elements in the "element table" are traversed, whether each interface element has a pixel with 0 color in the area of the "filtering mask" is detected, if yes, the interface element is marked as selected, and the selected interface element is added into another table, which is called a "selected table".
Further, after a selected table containing all target interface elements is obtained, receiving control operation of a user, and executing the target interface elements in the selected table according to the control operation; with the target interface elements stored in the selected table, the operations that the user wants to do, such as moving, enlarging, reducing, hiding, deleting and the like, can be performed on the selected target interface elements.
For example, the user has written a poem on the screen, he now wants to select this poem, and then moves it aside so that he can write a poem again. In the scene, each stroke of each character in the poem is an independent 'line', if the strokes are selected in an intersecting way by using the existing method, the poem is selected by letting a finger pass through all the strokes, and it is troublesome to draw the poem only by drawing a circle which encloses the poem, and then the operation of moving is carried out, namely points and leftovers are not needed to be drawn; or when the house floor plan is reviewed, if the table and the chair in the plan are redundant, the icons of the table and the chair which are perceived to be redundant by the user can be screened and deleted; in addition, the objects in the 'screening' can be animated, displayed with characters and the like.
Based on an android Canvas class (a Canvas class for storing drawing information), a MotionEvent class (an action event class for storing touch event information and the like, wherein the MotionEvent class is the information of a touch event packaged by the android and is used for acquiring the current position and touch state of a finger/mouse) and a Bitmap class (a Bitmap class for storing Bitmap information), under the condition that a user needs, the user draws a target graph on a screen, so that a plurality of interface elements in the drawn target graph can be selected, a large number of objects can be selected by the user with the least operation, the user can conveniently select partial individuals from a group to perform required operation, and the convenience of man-machine interaction is improved; in this way, for example, the designer may provide the user with a more flexible multi-choice interactive interface.
The Bitmap class is a Bitmap class and can be regarded as a piece of paper, and the Canvas class is a drawing class and can be regarded as a drawing operation by using a brush. Without the Canvas class, the Bitmap class is simply a piece of paper that can be used to expose (or not) but cannot modify the contents. If the Bitmap class is not used, the Canvas class is just an empty swipe pen and cannot show what it has drawn. So a Canvas and a Bitmap are used in combination, the Canvas is responsible for waving the brush and modifying the content of the Bitmap, and the Bitmap is responsible for showing to people to let others know what the Canvas has painted. Of course, it is also possible to draw a picture without showing the Bitmap to the user, and only leave the program "see" itself, and the "filtering mask" mentioned later is one way to use the Bitmap.
Further, as shown in fig. 2, the whole process of screening interface elements in the present invention is as follows:
step S101, initializing a window;
step S102, according to the size of the window, a bitmap (white screening mask) is newly built for storing data;
step S103, adding the interface elements into the newly-built element table;
step S104, receiving a selection operation of a user, and drawing a target graph according to the selection operation (for example, the user draws a circle through a touch screen operation);
s105, drawing the target graph on a screening mask;
step S106, traversing the interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into a newly-built selected table;
and step S107, obtaining a selected table.
Further, as shown in fig. 3, based on the above method for screening interface elements, the present invention also provides an intelligent terminal, which includes a processor 10, a memory 20, and a display 30. Fig. 3 shows only some of the components of the smart terminal, but it should be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 20 may be an internal storage unit of the intelligent terminal in some embodiments, such as a hard disk or a memory of the intelligent terminal. The memory 20 may also be an external storage device of the Smart terminal in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the Smart terminal. Further, the memory 20 may also include both an internal storage unit and an external storage device of the smart terminal. The memory 20 is used for storing application software installed in the intelligent terminal and various data, such as program codes of the installed intelligent terminal. The memory 20 may also be used to temporarily store data that has been output or is to be output. In one embodiment, the memory 20 stores a filter 40 of interface elements, and the filter 40 of interface elements is executable by the processor 10 to implement the method for filtering interface elements of the present application.
The processor 10 may be a Central Processing Unit (CPU), a microprocessor or other data Processing chip in some embodiments, and is used for running program codes stored in the memory 20 or Processing data, such as executing the screening method of the interface element.
The display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 30 is used for displaying information at the intelligent terminal and for displaying a visual user interface. The components 10-30 of the intelligent terminal communicate with each other via a system bus.
In one embodiment, the following steps are implemented when the processor 10 executes the filter 40 for interface elements in the memory 20:
initializing a window, and establishing a bitmap for storing data;
adding the interface elements into the newly-built element table;
receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation;
and detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table.
The size of the bitmap is the same as the size of the window.
The selecting operation comprises the following steps: selecting operation of an external mouse and selecting operation of touch of a touch frame.
The interface element is an element which is displayed in the window and is drawn to the bitmap directly or indirectly through the canvas.
The element table and the selected table are blank tables newly established during window initialization.
The drawing a target graph on the bitmap according to the selection operation specifically includes:
when a user draws a target graph on the bitmap through the selection operation, automatically connecting a starting point and an end point of the target graph to form a closed curve, wherein the closed curve is filled with preset colors, and the target graph is used for selecting interface elements required by the user.
The traversing the interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the selected table, specifically comprising:
acquiring the element table, and traversing interface elements in the element table;
detecting whether each interface element contains a pixel with a preset color in the region of the bitmap;
if so, the interface element meeting the requirement is marked as selected and added into the selected table as the target interface element.
The traversing the interface elements in the element table, marking the interface elements containing preset colors in the bitmap region as selected, and adding the selected interface elements into the selected table, and then the method further comprises:
receiving a control operation of a user, and executing the target interface element in the selected table according to the control operation;
wherein the control operation includes moving, enlarging, reducing, hiding, and deleting.
The present invention also provides a storage medium, wherein the storage medium stores a filter program of interface elements, and the filter program of interface elements is executed by a processor to implement the steps of the method for filtering interface elements as described above.
In summary, the present invention provides a method for screening interface elements, an intelligent terminal and a storage medium, wherein the method includes: initializing a window, and establishing a bitmap for storing data; adding the interface elements into the newly-built element table; receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation; and detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the newly-built selected table. According to the invention, under the condition that a user needs, the user draws the target graph on the screen, so that multiple interface elements in the target graph can be selected, a large number of objects can be selected by the least operation, the user can conveniently select partial individuals from a group to perform required operation, and the convenience of man-machine interaction is improved.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A method for screening interface elements is characterized by comprising the following steps:
initializing a window, and establishing a bitmap for storing data;
adding the interface elements into the newly-built element table;
receiving selection operation of a user, and drawing a target graph on the bitmap according to the selection operation;
detecting all interface elements in the element table, marking the interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into a newly-built selected table;
the interface element has position information required by drawing, and the corresponding area of the interface element on the bitmap can be known without actually drawing the interface element on the bitmap.
2. The method for screening interface elements according to claim 1, wherein the size of the bitmap is the same as the size of the window.
3. The method of claim 1, wherein the selecting operation comprises: selecting operation of an external mouse and selecting operation of touch of a touch frame.
4. The method for filtering interface elements according to claim 3, wherein the interface elements are elements that are being displayed in the window and drawn directly or indirectly through a canvas onto the bitmap.
5. The method for filtering interface elements according to claim 1, wherein the element table and the selected table are blank tables newly created at the time of initializing the window.
6. The method for screening interface elements according to claim 1, wherein the drawing a target graphic on the bitmap according to the selection operation specifically includes:
when a user draws a target graph on the bitmap through the selection operation, automatically connecting a starting point and an end point of the target graph to form a closed curve, wherein the closed curve is filled with preset colors, and the target graph is used for selecting interface elements required by the user.
7. The method for screening interface elements according to claim 1, wherein traversing the interface elements in the element table, marking interface elements containing preset colors in the bitmap region as selected, and adding the selected interface elements into the selected table specifically includes:
acquiring the element table, and traversing interface elements in the element table;
detecting whether each interface element contains a pixel with a preset color in the region of the bitmap;
if so, the interface element meeting the requirement is marked as selected and added into the selected table as the target interface element.
8. The method for screening interface elements according to claim 7, wherein traversing the interface elements in the element table, marking interface elements containing preset colors in the bitmap area as selected, and adding the selected interface elements into the selected table, further comprises:
receiving a control operation of a user, and executing the target interface element in the selected table according to the control operation;
wherein the control operation includes moving, enlarging, reducing, hiding, and deleting.
9. An intelligent terminal, characterized in that, intelligent terminal includes: memory, a processor and a filter of interface elements stored on the memory and executable on the processor, the filter of interface elements when executed by the processor implementing the steps of the method of filtering interface elements according to any one of claims 1 to 8.
10. A storage medium, characterized in that it stores a filter of interface elements, which when executed by a processor implements the steps of the method of filtering interface elements according to any one of claims 1 to 8.
CN202010285707.7A 2020-04-13 2020-04-13 Interface element screening method, intelligent terminal and storage medium Active CN111459369B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010285707.7A CN111459369B (en) 2020-04-13 2020-04-13 Interface element screening method, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010285707.7A CN111459369B (en) 2020-04-13 2020-04-13 Interface element screening method, intelligent terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111459369A CN111459369A (en) 2020-07-28
CN111459369B true CN111459369B (en) 2021-07-20

Family

ID=71683714

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010285707.7A Active CN111459369B (en) 2020-04-13 2020-04-13 Interface element screening method, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111459369B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112506402A (en) * 2020-11-25 2021-03-16 广州朗国电子科技有限公司 Electronic whiteboard based graph control method and device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238863A (en) * 2014-08-29 2014-12-24 广州视睿电子科技有限公司 Android-based enclosing zooming method and system
CN105843611A (en) * 2016-03-18 2016-08-10 天脉聚源(北京)教育科技有限公司 Data processing method and device
CN107750007A (en) * 2017-12-06 2018-03-02 北京搜狐新动力信息技术有限公司 A kind of processing method and processing device of video barrage

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8261213B2 (en) * 2010-01-28 2012-09-04 Microsoft Corporation Brush, carbon-copy, and fill gestures
US20120192013A1 (en) * 2010-11-22 2012-07-26 Certon Software Inc. Verification of Signal Processing Using Intelligent Points
US8949726B2 (en) * 2010-12-10 2015-02-03 Wyse Technology L.L.C. Methods and systems for conducting a remote desktop session via HTML that supports a 2D canvas and dynamic drawing
US11611595B2 (en) * 2011-05-06 2023-03-21 David H. Sitrick Systems and methodologies providing collaboration among a plurality of computing appliances, utilizing a plurality of areas of memory to store user input as associated with an associated computing appliance providing the input
CN109636883A (en) * 2018-12-13 2019-04-16 珍岛信息技术(上海)股份有限公司 A kind of advertising pictures processing system based on Canvas

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104238863A (en) * 2014-08-29 2014-12-24 广州视睿电子科技有限公司 Android-based enclosing zooming method and system
CN105843611A (en) * 2016-03-18 2016-08-10 天脉聚源(北京)教育科技有限公司 Data processing method and device
CN107750007A (en) * 2017-12-06 2018-03-02 北京搜狐新动力信息技术有限公司 A kind of processing method and processing device of video barrage

Also Published As

Publication number Publication date
CN111459369A (en) 2020-07-28

Similar Documents

Publication Publication Date Title
CN105843494B (en) Method, device and terminal for realizing area screen capture
CA2124604C (en) Method and apparatus for operating on an object-based model data structure to produce a second image in the spatial context of a first image
US5479603A (en) Method and apparatus for producing a composite second image in the spatial context of a first image
KR100962920B1 (en) Visual and scene graph interfaces
JP4796499B2 (en) Video and scene graph interface
US5652851A (en) User interface technique for producing a second image in the spatial context of a first image using a model-based operation
CN1534476B (en) Method and system for image processing by using computer
US8947452B1 (en) Mechanism for displaying visual clues to stacking order during a drag and drop operation
Thelin Foundations of Qt development
CA2645746C (en) Method and graphical interface for embedding animated content into a computer application
JP2003303047A (en) Image input and display system, usage of user interface as well as product including computer usable medium
CN108959201B (en) The method for drafting and E-book reader of E-book reader handwriting
CN101374213A (en) Implementing method for self-defining television human-machine interface
CN112364496B (en) Avionics simulation panel generation system based on HTML5 and VUE technologies
US20080320404A1 (en) Method for generating object properties related to user interface
CN111459501A (en) SVG-based Web configuration picture storage and display system, method and medium
CN111459369B (en) Interface element screening method, intelligent terminal and storage medium
CN107621951B (en) View level optimization method and device
CN115691772A (en) Operation visualization system and corresponding computer device and storage medium
CN111258701A (en) State icon control method, intelligent terminal and storage medium
Plimmer et al. FreeForm: A tool for sketching form designs
CN111625237B (en) Character vision deformation method, system and medium
CN108932054A (en) The recording medium of display device, display methods and non-transitory
AU2012258408A1 (en) Path tracing method
AU2015258332A1 (en) Method, apparatus and system for reproducing a document defined in a page description language

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant