CN116431151B - Method for optimizing interface layout, electronic equipment and storage medium - Google Patents

Method for optimizing interface layout, electronic equipment and storage medium Download PDF

Info

Publication number
CN116431151B
CN116431151B CN202310417785.1A CN202310417785A CN116431151B CN 116431151 B CN116431151 B CN 116431151B CN 202310417785 A CN202310417785 A CN 202310417785A CN 116431151 B CN116431151 B CN 116431151B
Authority
CN
China
Prior art keywords
central axis
component
template
component object
optimizing
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
CN202310417785.1A
Other languages
Chinese (zh)
Other versions
CN116431151A (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.)
Shanghai Direct Vacuum Point Information Technology Co ltd
Shanghai Zzvc Technology Co ltd
Original Assignee
Shanghai Direct Vacuum Point Information Technology Co ltd
Shanghai Zzvc 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 Shanghai Direct Vacuum Point Information Technology Co ltd, Shanghai Zzvc Technology Co ltd filed Critical Shanghai Direct Vacuum Point Information Technology Co ltd
Priority to CN202310417785.1A priority Critical patent/CN116431151B/en
Publication of CN116431151A publication Critical patent/CN116431151A/en
Application granted granted Critical
Publication of CN116431151B publication Critical patent/CN116431151B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Abstract

The invention provides a method for optimizing interface layout, electronic equipment and a storage medium, wherein the method is used for optimizing a template to be optimized generated by a user to obtain a final template and displaying the final template on a terminal, and comprises the following steps: acquiring a template to be optimized generated by a user; the method comprises the steps of obtaining a horizontal component list and a horizontal component number list of component objects in the horizontal direction, obtaining a vertical component list and a vertical component number list of the component objects in the vertical direction, obtaining a row or a column of the maximum component number, and moving based on the row or the column as a central axis, so that the left blank area and the right blank area meet requirements, and moving in the direction of the vertical central axis, so that the final template is more attractive.

Description

Method for optimizing interface layout, electronic equipment and storage medium
Technical Field
The present invention relates to the field of UI interfaces, and in particular, to a method for optimizing an interface layout, an electronic device, and a storage medium.
Background
With the continuous development of society, the demand of a visual screen is increasing, and the following problems are faced for the content presentation of the visual screen: because different users have own customizing requirements on the content to be displayed on the visual screen, the universal tool cannot completely meet the personalized requirements of the users, and the customizing function needs to be developed for the second time to achieve the aim. Meanwhile, as the template needs to be displayed on the visual screen, the template has higher requirements on the aesthetic property.
Disclosure of Invention
Aiming at the technical problems, the invention adopts the following technical scheme:
the method for optimizing the interface layout is used for optimizing a template to be optimized generated by a user to obtain a final template and displaying the final template on a terminal, and comprises the following steps:
s100, acquiring a template to be optimized generated by a user, wherein the template to be optimized is formed by connecting a plurality of component objects in an interface according to a horizontal or vertical direction.
S200, acquiring a horizontal component list A= { A of the component objects in the horizontal direction based on the positions of the component objects in the template to be optimized 1 ,A 2 ,…,A i ,…,A m And acquires the horizontal component number list b= { B 1 ,B 2 ,…,B i ,…,B m },B i Is A i Corresponding component object quantity, A i Is the ith row containing the component object, the value range of i is 1 to m, and m is the number of rows containing the component object.
S300, acquiring a vertical component list C= { C of component objects in the vertical direction 1 ,C 2 ,…,C j ,…,C n And obtains a vertical component number list d= { D 1 ,D 2 ,…,D j ,…,D n },D j Is C j Corresponding component object number, C j Is the j-th column containing the component object, the value range of j is 1 to n, and n is the column number containing the component object.
S400, obtaining E 0 =max{B 1 ,B 2 ,…,B i ,…,B m ,D 1 ,D 2 ,…,D j ,…,D n And based on E 0 A corresponding central axis, translating the template to be optimized such that E 0 The corresponding central axis is aligned with the central axis of the whole interface and marked as a first middle template; and the translated central axis is marked as the first central axis.
S500, acquiring a template bounding box of the first intermediate template, and acquiring a first blank area S of which one side of a first central axis is not enclosed in the model bounding box 1 And the other side of the first central axis is not surroundedSecond blank area S of model bounding box 2 Wherein the F230063AN02-A1-WJ
The model bounding box is a bounding box that is made with the longest side of the component object in each row and column as an edge.
S600, when S 1 /S 2 Not (S) 01 ,S 02 ) In the first direction, the first center axis is moved until the blank area ratios at both sides of the first center axis are equal to (S 01 ,S 02 ) Thereby obtaining a second intermediate template; and the moved first central axis is marked as a second central axis.
And S700, moving the component objects of any row/column in the vertical direction of the second central axis so that the component objects of the row/column are symmetrical based on the second central axis when the component objects of any row/column are asymmetrical based on the second central axis, thereby acquiring a final template and displaying the final template.
A non-transitory computer readable storage medium having at least one instruction or at least one program stored therein, the at least one instruction or the at least one program loaded and executed by a processor to implement a method of optimizing an interface layout as described above.
An electronic device comprising a processor and a non-transitory computer readable storage medium as described in the foregoing.
The invention has at least the following beneficial effects:
in summary, a template to be optimized generated by a user is obtained, a horizontal component list in the horizontal direction and a horizontal component number list corresponding to the horizontal component list are obtained based on the positions of component objects in the template to be optimized, a vertical component list in the vertical direction and a vertical component number list corresponding to the vertical component list are obtained, one row or one column with the largest component object number is obtained, the central axis of the row or column is moved based on the central axis of the row or column, the central axis of the row or column is aligned with the central axis of the whole interface, the central axis at the moment is marked as a first central axis, blank areas which are not contained in a model bounding box on two sides of the first central axis are compared, the blank areas on two sides meet the range based on the first central axis, after the blank areas meet the range, the blank areas are adjusted based on the vertical direction of the second central axis, the vertical direction of the second central axis also meets the symmetrical condition, the aim of optimizing the model to be optimized by the user is achieved, and the aim of automatically adjusting the model to be optimized is achieved, and the aim of enabling the final template to be attractive on the interface is achieved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a method for optimizing an interface layout according to an embodiment of the present invention.
Fig. 2 is an example of a model bounding box corresponding to a first intermediate model according to an embodiment of the present invention.
Detailed Description
The technical proposal in the embodiment of the invention will be clearly and completely described as F230063AN02-A1-WJ by combining the drawings in the embodiment of the invention
It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to fall within the scope of the invention.
The embodiment of the invention provides a method for optimizing interface layout, which is used for optimizing a template to be optimized generated by a user to obtain a final template and displaying the final template on a terminal, as shown in fig. 1, and comprises the following steps:
s100, acquiring a template to be optimized generated by a user, wherein the template to be optimized is formed by connecting a plurality of component objects in an interface according to a horizontal or vertical direction.
S200, based on to-be-optimized moduleThe position of the component object in the board, a horizontal component list a= { a of the component object in the horizontal direction is acquired 1 ,A 2 ,…,A i ,…,A m And acquires the horizontal component number list b= { B 1 ,B 2 ,…,B i ,…,B m },B i Is A i Corresponding component object quantity, A i Is the ith row containing the component object, the value range of i is 1 to m, and m is the number of rows containing the component object.
S300, acquiring a vertical component list C= { C of component objects in the vertical direction 1 ,C 2 ,…,C j ,…,C n And obtains a vertical component number list d= { D 1 ,D 2 ,…,D j ,…,D n },D j Is C j Corresponding component object number, C j Is the j-th column containing the component object, the value range of j is 1 to n, and n is the column number containing the component object.
Specifically, those skilled in the art will recognize that S200 and S300 may be interchanged.
S400, obtaining E 0 =max{B 1 ,B 2 ,…,B i ,…,B m ,D 1 ,D 2 ,…,D j ,…,D n And based on E 0 A corresponding central axis, translating the template to be optimized such that E 0 The corresponding central axis is aligned with the central axis of the whole interface and marked as a first middle template; and the translated central axis is marked as the first central axis.
It will be understood that E 0 The corresponding central axis moves to the central axis of the whole interface, so that the first middle template is positioned at a relatively central position of the whole interface.
S500, acquiring a template bounding box of the first intermediate template, and acquiring a first blank area S of which one side of a first central axis is not enclosed in the model bounding box 1 And a second blank area S not enclosed by the model bounding box on the other side of the first central axis 2 Wherein the model bounding box is a bounding box that is made with the longest side of the component object in each row and column as an edge.
Specifically, as shown in fig. 2, the dashed line represents the first intermediate model, and the model bounding box representing the first intermediate model is implemented.
Specifically, one side of the first central shaft is the upper side or the left side of the first central shaft, and the other side of the first central shaft is the lower book or the right side of the first central shaft; in another embodiment of the present invention, one side of the first central axis is a lower side or a right side of the first central axis, and the other side of the first central axis is an upper side or a left side of the first central axis.
S600, when S 1 /S 2 Not (S) 01 ,S 02 ) In the first intermediate die plate is moved based on the first central axis until the blank area ratios at both sides of the first central axis belong to the group (S 01 ,S 02 ) Thereby obtaining a second intermediate template; and the shifted first center F230063AN02-A1-WJ
The axis is marked as the second central axis.
In one embodiment of the invention, S 01 =0.98,S 02 =1.02。
Specifically, in S600, when S 1 /S 2 Not (S) 01 ,S 02 ) In the first direction, the first center axis is moved until the blank area ratios at both sides of the first center axis are equal to (S 01 ,S 02 ) The method comprises the following steps:
s001, when S 1 /S 2 When not less than S02, the first central axis S 1 Side shift t1, so that (S 1 -S t1 )/(S 2 +S t1 ) Belonging to (S) 01 ,S 02 ) Wherein S is t1 Is a first central axis S 1 The area created by the lateral movement t 1.
S002, when S 1 /S 2 When S01 is less than or equal to S, the first central axis S 2 Side shift t2, so that (S 1 +S t2 )/(S 2 -S t2 ) Belonging to (S) 01 ,S 02 ) Wherein S is t2 Is a first central axis S 2 The area created by the side shift t 2.
Based on S600, the first center is moved based on the first center axisThe inter-template moves until the blank area ratios at the two sides of the first central axis belong to (S 01 ,S 02 ) Such that the second intermediate template is centered in the entire interface.
And S700, moving the component objects of any row/column in the vertical direction of the second central axis so that the component objects of the row/column are symmetrical based on the second central axis when the component objects of any row/column are asymmetrical based on the second central axis, thereby acquiring a final template and displaying the final template.
In summary, a template to be optimized generated by a user is obtained, a horizontal component list in the horizontal direction and a horizontal component number list corresponding to the horizontal component list are obtained based on the positions of component objects in the template to be optimized, a vertical component list in the vertical direction and a vertical component number list corresponding to the vertical component list are obtained, one row or one column with the largest component object number is obtained, the central axis of the row or column is moved based on the central axis of the row or column, the central axis of the row or column is aligned with the central axis of the whole interface, the central axis at the moment is marked as a first central axis, blank areas which are not contained in a model bounding box on two sides of the first central axis are compared, the blank areas on two sides meet the range based on the first central axis, after the blank areas meet the range, the blank areas are adjusted based on the vertical direction of the second central axis, the vertical direction of the second central axis also meets the symmetrical condition, the aim of optimizing the model to be optimized by the user is achieved, and the aim of automatically adjusting the model to be optimized is achieved, and the aim of enabling the final template to be attractive on the interface is achieved.
Further, the obtaining of the template to be optimized comprises the following steps:
s90, acquiring a kth component object dragged by a user.
Specifically, when the user edits, the editing interface contains a plurality of component objects, and the user can select and drag according to actual requirements.
S91, the kth component object connects one or more of the kth component object and the first k-1 component objects based on the relationship triplet.
Specifically, the one relationship triplet is a triplet including two entities and a correspondence relationship between the two entities. F230063AN02-A1-WJ
Further, the relationship triples are obtained by:
s010, acquiring a brain chart list.
In particular, multiple brain maps may be downloaded from a network. Further, brain graphs related to the template content to be optimized are screened from the network.
S020, inputting the brain map list into a preset text recognition model to obtain a corresponding text list.
Specifically, those skilled in the art know that any text recognition model for recognizing characters in a picture in the prior art falls within the scope of the present invention, for example, the preset text recognition model is an OCR text recognition model.
S030, performing triplet extraction based on the text list, thereby obtaining the relation triples.
Specifically, those skilled in the art know that any method for performing triplet extraction based on text in the prior art belongs to the protection scope of the present invention, and will not be described herein.
In summary, the invention obtains the brain map list from the network, carries out text recognition on the brain map list, obtains the corresponding text list, and carries out triplet extraction based on the text list so as to obtain and use the relation triples.
S92, when the user clicks the confirmation, generating a template to be optimized based on the connection relation between the component objects dragged by the user.
Specifically, before the user clicks the confirmation, the method further comprises: the user manually deletes the component objects or the connections between the component objects.
Still further, after S700, the method further includes:
s701, clicking a back button when the user edits again, and finally backing up the model to the template to be optimized.
Further included after S701 is:
s702, when the user drags the component object, based on S 1 /S 2 Push for component objectsAnd referring to the layout optimization position, wherein the layout optimization position is a position where blank areas on two sides of a first central axis are closest to be equal when the component object is positioned in the layout optimization position.
Specifically, S702 includes the steps of:
s7021, when the user drags the component object, the connection component object of the component object is acquired based on the relationship triplet, where the connection component object is a component object that is connected based on the relationship triplet and the component object dragged by the user.
S7022, when the connection component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≥S 02 When the layout optimization position is S of the connection component object 1 Side position.
S7023, when the connection component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≤S 01 When the layout optimization position is S of the connection component object 2 Side position.
Specifically, by recommending the layout optimization position, when the user drags the component object to the layout optimization position, the blank area ratio on both sides of the first center axis is closer (S 01 ,S 02 ) The follow-up optimization adjustment is simpler.
F230063AN02-A1-WJ
In summary, when the user performs reediting, the rollback button may be clicked to return the model to be optimized from the final model, and when the user drags the component object in the state of the model to be optimized, the connection component object of the component object is obtained based on the relation triplet, and when the connection component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≥S 02 When the layout optimization position is S of the corresponding connection component object 1 Side position, when the connection component object of the component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≤S 01 When the layout optimization position is S of the corresponding connection component object 2 The position of the side is recommended to the user to be a more reasonable position by the method, so thatAfter optimization, the utility model is more symmetrical and beautiful.
Embodiments of the present invention also provide a non-transitory computer readable storage medium that may be disposed in an electronic device to store at least one instruction or at least one program for implementing one of the methods embodiments, the at least one instruction or the at least one program being loaded and executed by the processor to implement the methods provided by the embodiments described above.
Embodiments of the present invention also provide an electronic device comprising a processor and the aforementioned non-transitory computer-readable storage medium.
Embodiments of the present invention also provide a computer program product comprising program code for causing an electronic device to carry out the steps of the method according to the various exemplary embodiments of the invention as described in the specification, when said program product is run on the electronic device.
While certain specific embodiments of the invention have been described in detail by way of example, it will be appreciated by those skilled in the art that the above examples are for illustration only and are not intended to limit the scope of the invention. Those skilled in the art will also appreciate that many modifications may be made to the embodiments without departing from the scope and spirit of the invention. The scope of the invention is defined by the appended claims.

Claims (10)

1. The method for optimizing the interface layout is characterized in that the method is used for optimizing a template to be optimized generated by a user to obtain a final template and displaying the final template on a terminal, and comprises the following steps:
s100, acquiring a template to be optimized generated by a user, wherein the template to be optimized is formed by connecting a plurality of component objects in an interface according to a horizontal or vertical direction;
s200, acquiring a horizontal component list A= { A of the component objects in the horizontal direction based on the positions of the component objects in the template to be optimized 1 ,A 2 ,…,A i ,…,A m And acquires the horizontal component number list b={B 1 ,B 2 ,…,B i ,…,B m },B i Is A i Corresponding component object quantity, A i I is the ith row containing the component object, the value range of i is 1 to m, and m is the number of rows containing the component object;
s300, acquiring a vertical component list C= { C of component objects in the vertical direction 1 ,C 2 ,…,C j ,…,C n And obtains a vertical component number list d= { D 1 ,D 2 ,…,D j ,…,D n },D j Is C j Corresponding component object number, C j A j-th column containing the component object, wherein the value range of j is 1 to n, and n is the column number containing the component object;
s400, obtaining E 0 =max{B 1 ,B 2 ,…,B i ,…,B m ,D 1 ,D 2 ,…,D j ,…,D n And based on E 0 A corresponding central axis, translating the template to be optimized such that E 0 The corresponding central axis is aligned with the central axis of the whole interface and marked as a first middle template; marking the translated central axis as a first central axis;
s500, acquiring a template bounding box of the first intermediate template, and acquiring a first blank area S of which one side of a first central axis is not enclosed in the model bounding box 1 And a second blank area S not enclosed by the model bounding box on the other side of the first central axis 2 Wherein the model bounding box is a bounding box made with the longest side of the component object in each row and column as an edge;
s600, when S 1 /S 2 Not (S) 01 ,S 02 ) In the first direction, the first center axis is moved until the blank area ratios at both sides of the first center axis are equal to (S 01 ,S 02 ) Thereby obtaining a second intermediate template; marking the moved first central shaft as a second central shaft;
and S700, moving the component objects of any row/column in the vertical direction of the second central axis so that the component objects of the row/column are symmetrical based on the second central axis when the component objects of any row/column are asymmetrical based on the second central axis, thereby acquiring a final template and displaying the final template.
2. The method of optimizing an interface layout according to claim 1, wherein the obtaining of the template to be optimized comprises the steps of:
s90, acquiring a kth component object dragged by a user;
s91, the kth component object connects one or more of the kth component object and the previous k-1 component objects based on the relation triplet;
s92, when the user clicks the confirmation, generating a template to be optimized based on the connection relation between the component objects dragged by the user.
3. The method of optimizing an interface layout of claim 2, further comprising, prior to user click confirmation: the user manually deletes the component objects or the connections between the component objects.
4. The method of optimizing an interface layout as claimed in claim 1, wherein in S600, when S 1 /S 2 Not (S) 01 ,S 02 ) In the first direction, the first center axis is moved until the blank area ratios at both sides of the first center axis are equal to (S 01 ,S 02 ) The method comprises the following steps:
s001, when S 1 /S 2 When not less than S02, the first central axis S 1 Side shift t1, so that (S 1 -S t1 )/(S 2 +S t1 ) Belonging to (S) 01 ,S 02 ) Wherein S is t1 Is a first central axis S 1 Area generated by the side shift t 1;
s002, when S 1 /S 2 When S01 is less than or equal to S, the first central axis S 2 Side shift t2, so that (S 1 +S t2 )/(S 2 -S t2 ) Belonging to (S) 01 ,S 02 ) Wherein S is t2 Is a first central axis S 2 The area created by the side shift t 2.
5. The method of optimizing an interface layout of claim 1, further comprising, after S700:
s701, clicking a back button when the user edits again, and finally backing up the model to the template to be optimized.
6. The method of optimizing an interface layout of claim 5, further comprising, after S701:
s702, when the user drags the component object, based on S 1 /S 2 And recommending a layout optimization position for the component object, wherein the layout optimization position is a position where blank areas on two sides of a first central axis are closest to be equal when the component object is positioned in the layout optimization position.
7. The method of optimizing an interface layout of claim 6, wherein S702 comprises the steps of:
s7021, when a user drags a component object, acquiring a connection component object of the component object based on a relation triplet, wherein the connection component object is a component object connected based on the relation triplet and the component object dragged by the user;
s7022, when the connection component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≥S 02 When the layout optimization position is S of the connection component object 1 The position of the side;
s7023, when the connection component object is E 0 Corresponding component object on central axis, and S 1 /S 2 ≤S 01 When the layout optimization position is S of the connection component object 2 Side position.
8. The method of optimizing an interface layout of claim 1, wherein S 01 =0.98,S 02 =1.02。
9. A non-transitory computer readable storage medium having at least one instruction or at least one program stored therein, wherein the at least one instruction or the at least one program is loaded and executed by a processor to implement the method of optimizing an interface layout of any one of claims 1-8.
10. An electronic device comprising a processor and the non-transitory computer readable storage medium of claim 9.
CN202310417785.1A 2023-04-18 2023-04-18 Method for optimizing interface layout, electronic equipment and storage medium Active CN116431151B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310417785.1A CN116431151B (en) 2023-04-18 2023-04-18 Method for optimizing interface layout, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310417785.1A CN116431151B (en) 2023-04-18 2023-04-18 Method for optimizing interface layout, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116431151A CN116431151A (en) 2023-07-14
CN116431151B true CN116431151B (en) 2023-09-29

Family

ID=87083004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310417785.1A Active CN116431151B (en) 2023-04-18 2023-04-18 Method for optimizing interface layout, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116431151B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6442748B1 (en) * 1999-08-31 2002-08-27 Accenture Llp System, method and article of manufacture for a persistent state and persistent object separator in an information services patterns environment
CN111652266A (en) * 2020-04-17 2020-09-11 北京三快在线科技有限公司 User interface component identification method and device, electronic equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6442748B1 (en) * 1999-08-31 2002-08-27 Accenture Llp System, method and article of manufacture for a persistent state and persistent object separator in an information services patterns environment
CN111652266A (en) * 2020-04-17 2020-09-11 北京三快在线科技有限公司 User interface component identification method and device, electronic equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
The QUICK framework for task-specific asset prioritization in distributed virtual environments;M.V. Capps;《Proceedings IEEE Virtual Reality 2000 (Cat. No.00CB37048)》;第1-8页 *
基于MVCS模式的组件化手机Web前端的研究与应用;张文胜;《电子设计工程》;第第23 卷卷(第第11 期期);第19-22页 *

Also Published As

Publication number Publication date
CN116431151A (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN103049446B (en) A kind of image search method and device
US8132096B1 (en) Image composition evaluation
CN105740217A (en) Document generation method and device based on document template
US20060279566A1 (en) Constraint-based albuming of graphic elements
DE202014004555U1 (en) Device for generating user interfaces from a template
US20200327316A1 (en) Interactive method for generating strokes with chinese ink painting style and device thereof
CN114648615B (en) Method, device and equipment for controlling interactive reproduction of target object and storage medium
CN107609055B (en) Text image multi-modal retrieval method based on deep layer topic model
US11010926B2 (en) Image recoloring for color consistency in a digital medium environment
US20160314502A1 (en) System and method for streamlining the design and development process of multiple advertising units
CN112614234A (en) Method for editing mixed reality three-dimensional scene and mixed reality equipment
CN113255302A (en) Method for operating tissue architecture diagram, computer device and computer storage medium
US20210233287A1 (en) Adding Color to Digital Images
CN116431151B (en) Method for optimizing interface layout, electronic equipment and storage medium
US11875543B2 (en) Duplicating and aggregating digital ink instances
KR101910179B1 (en) Web-based chart library system for data visualization
US11430166B1 (en) Facilitating generation of number-bullet objects
JPH08249353A (en) Method and device for image retrieval
CN112541954B (en) Method for intelligently producing poster according to graphic features
CN114861612A (en) Text labeling method and device
DE102021002071A1 (en) Multi-dimensional digital content search
CN106547891A (en) For the quick visualization method of the pictured text message of palm display device
JP2021068111A (en) Electronic device, and method and program for controlling the same
US10496241B2 (en) Cloud-based inter-application interchange of style information
KR102331581B1 (en) System for providing field trip service associating korean history with traditional ceramics

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