CN114546232A - View translation method, terminal and computer-readable storage medium - Google Patents

View translation method, terminal and computer-readable storage medium Download PDF

Info

Publication number
CN114546232A
CN114546232A CN202210434117.5A CN202210434117A CN114546232A CN 114546232 A CN114546232 A CN 114546232A CN 202210434117 A CN202210434117 A CN 202210434117A CN 114546232 A CN114546232 A CN 114546232A
Authority
CN
China
Prior art keywords
view
visual range
maximum visual
translation
window
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.)
Pending
Application number
CN202210434117.5A
Other languages
Chinese (zh)
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.)
Zwcad Software Co ltd
Original Assignee
Zwcad Software 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 Zwcad Software Co ltd filed Critical Zwcad Software Co ltd
Priority to CN202210434117.5A priority Critical patent/CN114546232A/en
Publication of CN114546232A publication Critical patent/CN114546232A/en
Pending legal-status Critical Current

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/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/04845Interaction 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 for image manipulation, e.g. dragging, rotation, expansion or change of colour
    • 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/0485Scrolling or panning
    • 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/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/40Filling a planar surface by adding surface attributes, e.g. colour or texture

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Software Systems (AREA)
  • Processing Or Creating Images (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a view translation method, a terminal and a computer readable storage medium, wherein the view translation method comprises the following steps: s101: acquiring the maximum visual range of the translation, and drawing and caching a view corresponding to the maximum visual range; s102: and acquiring a translation vector, and displaying a window view corresponding to the translation vector in the maximum visual range according to the translation vector. The method and the device draw and cache the view corresponding to the maximum visual range, and select the corresponding window view from the view corresponding to the cached maximum visual range according to the translation vector for displaying after the translation vector is obtained, so that the problem that the drawing needs to be redrawn in each translation is solved, the speed and the efficiency of view display are improved when drawing is reduced, and the experience of translation operation is improved.

Description

View translation method, terminal and computer-readable storage medium
Technical Field
The present invention relates to the field of CAD technologies, and in particular, to a view translation method, a terminal, and a computer-readable storage medium.
Background
Zooming and panning are the two operations that are performed the most times on the drawing by the CAD user. The translation operation refers to that a user moves the mouse after pressing a middle mouse button or starting a PAN command and pressing a left mouse button, and the view observes other positions of the drawing along with the movement of the mouse.
Due to the continuity of the translation operation, the user can pay more attention to the fluency in the operation process. For example, scaling once takes 0.3 seconds and the user does not feel a significant display stuck, but if the panning process takes 0.3 seconds to draw every frame, the user may think that the CAD is severely stuck. Therefore, the response speed of the translation must be faster than the scaling of the discontinuity operation.
However, the rasterization internal implementation flow of scaling and translation is the same: the current observation range is changed, and then all the drawing contents in the observation range are redrawn once. This means that both are consistent when using, easily cause the user to feel stubborn when the translation operation, experience is not good.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a view translation method, a terminal and a computer readable storage medium, when translation operation is executed, a translation maximum visual range is generated, a view corresponding to the maximum visual range is drawn and cached, and after a translation vector is obtained, a corresponding window view is selected from the view corresponding to the cached maximum visual range according to the translation vector for displaying, so that the problem that a drawing needs to be redrawn in each translation is solved, the drawing time is reduced, the view display speed and efficiency are improved, and the translation operation experience is improved.
In order to solve the above problems, the present invention adopts a technical solution as follows: a view translation method, the view translation method comprising: s101: obtaining the maximum visual range of the translation, and drawing and caching a view corresponding to the maximum visual range; s102: and acquiring a translation vector, and displaying a window view corresponding to the translation vector in the maximum visual range according to the translation vector.
Further, the step of obtaining the maximum visual range of the current translation specifically includes: and acquiring the position coordinates of the current translation starting point and the length and the width of the current view, and determining the maximum visual range according to the length, the width and the position coordinates.
Further, the step of determining the maximum visible range according to the length, width and position coordinates specifically includes: and determining the length and width information of the maximum visual range according to the preset maximum visual range and the area ratio information of the current view, taking the position coordinate of the translation starting point as the central point of the maximum visual range, and determining the boundary coordinate of the maximum visual range based on the position coordinate, the length and width information of the central point and the length and width information of the current view.
Further, before the step of obtaining the maximum visible range of the current translation, the method further includes: when a drawing is generated, calculating a bounding box of each object in the drawing under a plane coordinate system, and caching information of the bounding box.
Further, the step of drawing and caching the view corresponding to the maximum visible range specifically includes: judging whether the object corresponding to the bounding box is completely positioned outside the maximum visual range according to the information of the bounding box; if so, not drawing the object corresponding to the bounding box; and if so, drawing and caching the object.
Further, the step of displaying the window view corresponding to the translation vector in the maximum visual range according to the translation vector further comprises the following steps: judging whether the current window moves out of the maximum visual range or not according to the translation vector; if so, not using the view corresponding to the maximum visual range to display the view; and if not, acquiring a window view corresponding to the translation vector in the view corresponding to the maximum visual range according to the translation vector.
Further, the step of displaying the window view corresponding to the translation vector in the maximum visual range according to the translation vector specifically includes: and moving the window corresponding to the current view in the maximum visual range according to the translation vector, determining the view enclosed in the maximum visual range after the window is moved as the window view corresponding to the translation vector, and displaying the window view.
Further, the step of moving the window corresponding to the current view in the maximum visible range according to the translation vector specifically includes: determining a window corresponding to the current view from the window with the same coordinates as the current view, and moving the window in the maximum visual range based on the opposite vector of the translation vector.
Based on the same inventive concept, the invention further provides an intelligent terminal, which includes a processor and a memory, wherein the processor is in communication connection with the memory, the memory stores a computer program, and the processor executes the view translation method through the computer program.
Based on the same inventive concept, the present invention also proposes a computer-readable storage medium storing program data for performing the view panning method as described above.
Compared with the prior art, the invention has the beneficial effects that: when the translation operation is executed, the maximum visual range of translation is generated, the view corresponding to the maximum visual range is drawn and cached, and after the translation vector is obtained, the corresponding window view is selected from the view corresponding to the cached maximum visual range according to the translation vector to be displayed, so that the problem that the drawing needs to be redrawn every translation is solved, the drawing time is reduced, the view display speed and efficiency are improved, and the translation operation experience is improved.
Drawings
FIG. 1 is a flow chart of one embodiment of a view shifting method of the present invention;
FIG. 2 is a flow chart of another embodiment of a view shifting method of the present invention;
FIG. 3 is a block diagram of an embodiment of an intelligent terminal according to the present invention;
fig. 4 is a block diagram of an embodiment of a computer-readable storage medium of the present invention.
Detailed Description
The following description of the embodiments of the present application is provided by way of specific examples, and other advantages and effects of the present application will be readily apparent to those skilled in the art from the disclosure herein. The application is capable of other and different embodiments and its several details are capable of modifications and various changes in detail without departing from the spirit of the application. It should be noted that the various embodiments of the present disclosure, described and illustrated in the figures herein generally, may be combined with each other without conflict, and that the structural members or functional modules therein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present disclosure, presented in the figures, is not intended to limit the scope of the claimed disclosure, but is merely representative of selected embodiments of the disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The terminology used in the description of the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1 to 2, fig. 1 is a flowchart illustrating a view shifting method according to an embodiment of the present invention; FIG. 2 is a flowchart of another embodiment of a view shifting method according to the present invention. The view shifting method of the present invention will be described in detail with reference to fig. 1 to 2.
In this embodiment, the device for executing the view translation method may be a laptop, a desktop, a server, a mobile phone, a tablet computer, or other intelligent terminals capable of loading and displaying the CAD drawing.
In the prior art, when the translation operation is carried out on the CAD drawing, the method has two characteristics:
1. unlike zooming, there is a large probability that the content displayed within the view will repeat with the previous frame during the successive panning operations of the panning operation. Therefore, it is inefficient to redraw all objects in a view once per frame of the panning operation.
2. The range of panning operations is limited by the current view size. After the user initiates translation within the CAD view, the mouse is moved within the view range and the observable drawing range is determined.
Based on the characteristics, the view translation method is designed to solve the problem of low translation operation speed.
In this embodiment, the view translation method includes:
s101: and acquiring the maximum visual range of the translation, and drawing and caching the view corresponding to the maximum visual range.
In this embodiment, the step of obtaining the maximum visual range of the current translation specifically includes: and acquiring the position coordinates of the current translation starting point and the length and the width of the current view, and determining the maximum visual range according to the length, the width and the position coordinates. Wherein, the view corresponding to the maximum visual range surrounds the current view.
The step of determining the maximum visible range according to the length, the width and the position coordinates specifically comprises the following steps: and determining the length and width information of the maximum visual range according to the preset area ratio information of the maximum visual range and the current view, taking the position coordinate of the translation starting point as the central point of the maximum visual range, and determining the boundary coordinate of the maximum visual range based on the position coordinate, the length and width information of the central point and the length and width information of the current view.
In this embodiment, the translation starting point is a position where a mouse arrow is located when the user performs the translation operation. The current view is the part of the CAD view currently displayed on the screen, and the boundary coordinates of the maximum visual range are determined based on the position of the mouse arrow and the coordinates of the displayed area.
In this embodiment, the area ratio information is 4, that is, in consideration of the usage habit of the user, the rendering range corresponding to the maximum visual range is fixed to 4 × the area of the current view, and in other embodiments, the rendering range may be set to 6 times, 8 times, or other area ratios according to the actual needs of the user, which is not limited herein.
In a preferred embodiment, in order to further adapt to the usage habit of the user, the ratio of the length and width of the maximum visual range to the length and width of the current view is also included in the area ratio information. Specifically, the length and width of the maximum visual range are respectively twice the length and width of the current view.
In a specific embodiment, the coordinates of the top left corner of the current view are the origin (0,0), the mouse coordinates when translation is started are (x, y), and the view is W long and H wide. The rendering range corresponding to the maximum visual range can be regarded as 4 view rectangles arranged in 2 × 2 with (x, y) as the center, the shape and size of each view rectangle are the same as those of the current view, a mapping matrix of the coordinate system of the current view mapped to the coordinate system of the cache bitmap (the view corresponding to the maximum visual range) is calculated by using the position point (mouse coordinate) for starting the translation operation and the view length and width, and the observation range of the current view is updated to the original quadruple response through the mapping matrix. Therefore, the horizontal coordinate of the upper left corner of the rendering range is (x-W), the vertical coordinate is (y-H), the width is 2W, and the height is 2H.
After the coordinate of the maximum visual range is determined, drawing a view corresponding to the maximum visual range according to the coordinate, wherein in order to conveniently and quickly judge whether each object in the CAD drawing is located in the maximum visual range, in the generation process of the CAD drawing, before the step of obtaining the maximum visual range of the current translation, the method further comprises the following steps: when the drawing is generated, a bounding box of each object in the drawing under a plane coordinate system is calculated, and information of the bounding box is cached.
Further, the step of drawing and caching the view corresponding to the maximum visible range specifically includes: judging whether the object corresponding to the bounding box is completely positioned outside the maximum visual range or not according to the information of the bounding box; if so, not drawing the object corresponding to the bounding box; if yes, the object is drawn and cached.
When the bounding box portion of the object is located outside the maximum visual range, only the portion of the object located within the maximum visual range may be drawn, or the entire object may be drawn.
In this embodiment, the view (drawing content) corresponding to the maximum visual range is drawn and stored in the form of a cache bitmap. When the translation starts, the rendering range is determined, each entity is iterated to obtain its bounding box, and objects completely outside the rendering range are compared with the rendering range and are not drawn. After the rendering range is enlarged, the display position of the drawing object on the screen is not changed, but the coordinate system used during the drawing is changed (from the upper left corner of the current view to the upper left corner of the rendering range), so that each object needs to be shifted during the drawing, and the shift vector used for shifting is a shift vector from the upper left corner of the view to the upper left corner of the rendering range, namely (W-x, H-y). The cache bitmap is considered valid as long as the user does not release the middle mouse button (or other operation buttons or instructions for continuous translation), and can be used for translation display.
S102: and acquiring a translation vector, and displaying a window view corresponding to the translation vector in the maximum visual range according to the translation vector.
The equipment executing the view translation method acquires the translation vector input by the user by collecting the movement vector of the mouse or the pressing time of the translation operation key and the like.
In order to determine whether the view to be displayed after the panning is located in the view corresponding to the currently cached maximum visual range, the step of displaying the window view corresponding to the panning vector in the maximum visual range according to the panning vector further includes: judging whether the current window moves out of the maximum visual range or not according to the translation vector; if so, not using the view corresponding to the maximum visual range to display the view; and if not, acquiring a window view corresponding to the translation vector in the view corresponding to the maximum visual range according to the translation vector.
Specifically, if the position of the mouse moved by the user exceeds the view corresponding to the maximum visual range, the view corresponding to the cached maximum visual range is automatically deactivated, and the original translation logic is recovered. The original translation logic is summarized as follows: and each time the mouse of the user moves, the program carries out translation updating on the observation range of the current view. And traversing all entities in the drawing and judging whether the positions of the entities fall into the observation range. If it falls within the observation range, it is drawn on the screen. And after the drawing is finished, waiting for the next mouse movement of the user. Because the original translation logic traverses the entities in the drawing for drawing in each frame, the efficiency is behind the view translation method of the invention.
In this embodiment, the step of displaying the window view corresponding to the panning vector in the maximum visible range according to the panning vector specifically includes: and moving the window corresponding to the current view in the maximum visual range according to the translation vector, determining the view enclosed in the maximum visual range after the window is moved as the window view corresponding to the translation vector, and displaying the window view.
The step of moving the window corresponding to the current view in the maximum visual range according to the translation vector specifically includes: and determining a window corresponding to the current view according to the window with the same coordinates as the current view, and moving the window in the maximum visual range based on the opposite vector of the translation vector.
In a specific embodiment, after generating an image based on the view corresponding to the maximum visual range, the translation process can be abstracted as viewing a fixed large picture with a magnifying glass without magnification: the size of the observation range is always determined but the position can be moved, and the illusion that the picture is moving is caused by moving the observation range. At the moment of translation starting, after the maximum visual range formed after expansion is determined, the offset vector from the upper left corner of the current screen range to the upper left corner of the rendering range is set to be (x-W, y-H), so that the coordinates of the upper left corner of the screen are (W-x, H-y) by taking the upper left corner of the rendering range as the origin (0, 0). A rectangular window with the top left corner (W-x, H-y) and the same length and width as the current view is maintained at the maximum viewing range and moved in reverse according to the mouse movement during the translation. If the vector of the movement of the mouse at a certain moment is represented as (dx, dy), the vector of the movement of the rectangular window is (-dx, -dy). When the screen is refreshed every frame, the cached bitmap content in the window is copied to the screen, and the translation effect is achieved.
Has the advantages that: according to the view translation method, when translation operation is executed, the maximum visual range of translation is generated, the view corresponding to the maximum visual range is drawn and cached, and after the translation vector is obtained, the corresponding window view is selected from the view corresponding to the cached maximum visual range according to the translation vector to be displayed, so that the problem that the drawing needs to be redrawn every translation is solved, the drawing time is reduced, the view display speed and efficiency are improved, and the translation operation experience is improved.
Based on the same inventive concept, the present invention further provides an intelligent terminal, please refer to fig. 3, wherein fig. 3 is a structural diagram of an embodiment of the intelligent terminal according to the present invention. The intelligent terminal of the present invention is described in detail with reference to fig. 3.
In this embodiment, the intelligent terminal includes a processor and a memory, the processor is connected to the memory in a communication manner, the memory stores a computer program, and the processor executes the view panning method according to the above embodiment through the computer program.
In some embodiments, memory may include, but is not limited to, high speed random access memory, non-volatile memory. Such as one or more magnetic disk storage devices, flash memory devices, or other non-volatile solid-state storage devices. The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable functional device, a discrete Gate or transistor functional device, or a discrete hardware component.
Based on the same inventive concept, the present invention further provides a computer-readable storage medium, please refer to fig. 4, fig. 4 is a structural diagram of an embodiment of the computer-readable storage medium of the present invention, and the computer-readable storage medium method of the present invention is described with reference to fig. 4.
In the present embodiment, a computer-readable storage medium stores program data for executing the view panning method as described in the above embodiments.
The computer-readable storage medium may include, but is not limited to, floppy diskettes, optical disks, CD-ROMs (compact disc-read only memories), magneto-optical disks, ROMs (read only memories), RAMs (random access memories), EPROMs (erasable programmable read only memories), EEPROMs (electrically erasable programmable read only memories), magnetic or optical cards, flash memory, or other type of media/machine-readable medium suitable for storing machine-executable instructions. The computer readable storage medium may be an article of manufacture that is not accessible to the computer device or may be a component that is used by an accessed computer device.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A view translation method, comprising:
s101: obtaining the maximum visual range of the translation, and drawing and caching a view corresponding to the maximum visual range;
s102: and acquiring a translation vector, and displaying a window view corresponding to the translation vector in the maximum visual range according to the translation vector.
2. The view panning method according to claim 1, wherein the step of obtaining the maximum visible range of the panning specifically includes:
and acquiring the position coordinates of the current translation starting point and the length and the width of the current view, and determining the maximum visual range according to the length, the width and the position coordinates.
3. The view panning method according to claim 2, wherein said step of determining said maximum viewing range from said length, width, and position coordinates specifically comprises:
and determining the length and width information of the maximum visual range according to the preset maximum visual range and the area ratio information of the current view, taking the position coordinate of the translation starting point as the central point of the maximum visual range, and determining the boundary coordinate of the maximum visual range based on the position coordinate, the length and width information of the central point and the length and width information of the current view.
4. The view panning method according to claim 1, wherein said step of obtaining the maximum visual range of the panning further comprises:
when a drawing is generated, calculating a bounding box of each object in the drawing under a plane coordinate system, and caching information of the bounding box.
5. The view panning method according to claim 4, wherein said step of drawing and caching the view corresponding to the maximum visual range specifically includes:
judging whether the object corresponding to the bounding box is completely positioned outside the maximum visual range according to the information of the bounding box;
if so, not drawing the object corresponding to the bounding box;
if yes, drawing and caching the object.
6. The method of view panning as claimed in claim 1, wherein said step of displaying a window view in said maximum viewable range corresponding to said panning vector in accordance with said panning vector further comprises:
judging whether the current window moves out of the maximum visual range or not according to the translation vector;
if so, not using the view corresponding to the maximum visual range to display the view;
and if not, acquiring a window view corresponding to the translation vector in the view corresponding to the maximum visual range according to the translation vector.
7. The view panning method according to claim 1, wherein said step of displaying the window view corresponding to the panning vector in the maximum visual range according to the panning vector specifically comprises:
and moving the window corresponding to the current view in the maximum visual range according to the translation vector, determining the view enclosed in the maximum visual range after the window is moved as the window view corresponding to the translation vector, and displaying the window view.
8. The view panning method according to claim 7, wherein said step of moving the window corresponding to the current view within said maximum visual range according to said panning vector specifically comprises:
determining a window corresponding to the current view from the window with the same coordinates as the current view, and moving the window in the maximum visual range based on the opposite vector of the translation vector.
9. An intelligent terminal, characterized in that the intelligent terminal comprises a processor, a memory, the processor being communicatively connected with the memory, the memory storing a computer program, the processor executing the view panning method according to any one of claims 1 to 8 by means of the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores program data for executing the view panning method according to any one of claims 1 to 8.
CN202210434117.5A 2022-04-24 2022-04-24 View translation method, terminal and computer-readable storage medium Pending CN114546232A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210434117.5A CN114546232A (en) 2022-04-24 2022-04-24 View translation method, terminal and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210434117.5A CN114546232A (en) 2022-04-24 2022-04-24 View translation method, terminal and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN114546232A true CN114546232A (en) 2022-05-27

Family

ID=81667695

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210434117.5A Pending CN114546232A (en) 2022-04-24 2022-04-24 View translation method, terminal and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN114546232A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116521043A (en) * 2022-09-01 2023-08-01 苏州浩辰软件股份有限公司 Method, system and computer program product for quick response of drawing

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100011316A1 (en) * 2008-01-17 2010-01-14 Can Sar System for intelligent automated layout and management of interactive windows
CN102542903A (en) * 2010-12-30 2012-07-04 上海博泰悦臻电子设备制造有限公司 Method and device for fluent movement of map
WO2015180414A1 (en) * 2014-05-29 2015-12-03 优视科技有限公司 Method and device for accelerating slide display of view
CN107577398A (en) * 2017-08-08 2018-01-12 深圳Tcl新技术有限公司 Interface cartoon control method, equipment and storage medium
CN107945246A (en) * 2017-11-07 2018-04-20 中船黄埔文冲船舶有限公司 Method, apparatus, terminal device and the storage medium of Parametric Drawing
CN110889004A (en) * 2019-11-22 2020-03-17 深圳市毕美科技有限公司 Vector drawing display method, system, device and storage medium
CN111258483A (en) * 2020-01-20 2020-06-09 北京无限光场科技有限公司 Image zooming display method and device, computer equipment and readable medium
CN112328194A (en) * 2020-09-18 2021-02-05 广州中望龙腾软件股份有限公司 Drawing parallel display method, intelligent terminal and storage device
CN112912927A (en) * 2018-10-18 2021-06-04 富士通株式会社 Calculation method, calculation program, and information processing apparatus
CN113674198A (en) * 2021-07-05 2021-11-19 浙江工业大学 Incomplete cross mark point visual identification method based on integral graph

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100011316A1 (en) * 2008-01-17 2010-01-14 Can Sar System for intelligent automated layout and management of interactive windows
CN102542903A (en) * 2010-12-30 2012-07-04 上海博泰悦臻电子设备制造有限公司 Method and device for fluent movement of map
WO2015180414A1 (en) * 2014-05-29 2015-12-03 优视科技有限公司 Method and device for accelerating slide display of view
CN105335364A (en) * 2014-05-29 2016-02-17 优视科技有限公司 Method and apparatus for accelerating slide display of view
CN107577398A (en) * 2017-08-08 2018-01-12 深圳Tcl新技术有限公司 Interface cartoon control method, equipment and storage medium
CN107945246A (en) * 2017-11-07 2018-04-20 中船黄埔文冲船舶有限公司 Method, apparatus, terminal device and the storage medium of Parametric Drawing
CN112912927A (en) * 2018-10-18 2021-06-04 富士通株式会社 Calculation method, calculation program, and information processing apparatus
CN110889004A (en) * 2019-11-22 2020-03-17 深圳市毕美科技有限公司 Vector drawing display method, system, device and storage medium
CN111258483A (en) * 2020-01-20 2020-06-09 北京无限光场科技有限公司 Image zooming display method and device, computer equipment and readable medium
CN112328194A (en) * 2020-09-18 2021-02-05 广州中望龙腾软件股份有限公司 Drawing parallel display method, intelligent terminal and storage device
CN113674198A (en) * 2021-07-05 2021-11-19 浙江工业大学 Incomplete cross mark point visual identification method based on integral graph

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XINXIANG WANG ET AL: "A_sketch-based_query_interface_for_3D_CAD_model_retrieval", 《2014 年第二届系统与信息学国际会议(ICSAI 2014)》 *
顾勋: "基于Web组件的可视化地图开发平台的设计与实现", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116521043A (en) * 2022-09-01 2023-08-01 苏州浩辰软件股份有限公司 Method, system and computer program product for quick response of drawing
CN116521043B (en) * 2022-09-01 2023-12-22 苏州浩辰软件股份有限公司 Method, system and computer program product for quick response of drawing

Similar Documents

Publication Publication Date Title
CN107015788B (en) Method and device for displaying images on mobile device in animation mode
CN110704770B (en) Display method and device for expansion tile map based on WebGIS environment
CN110569013B (en) Image display method and device based on display screen
CN112967381B (en) Three-dimensional reconstruction method, apparatus and medium
CN111258519B (en) Screen split implementation method, device, terminal and medium
WO2022179362A1 (en) Image alpha-blending method and apparatus
CN114546232A (en) View translation method, terminal and computer-readable storage medium
US7990400B2 (en) Method for displaying images on display screen
CN108509241B (en) Full-screen display method and device for image and mobile terminal
CN115328429A (en) Display method, display device, electronic apparatus, and storage medium
CN113592872A (en) Picture display method and device and computer storage medium
CN110825993B (en) Picture display method and device and electronic equipment
CN111273842A (en) Notification message processing method and device, electronic equipment and storage medium
CN108198232B (en) Method and equipment for drawing track box
CN114549303B (en) Image display method, image processing method, image display device, image processing apparatus, image display device, image processing program, and storage medium
CN109104627B (en) Focus background generation method, storage medium, device and system of android television
CN111314547B (en) Method, equipment and computer readable medium for displaying presentation information on reading page
CN110825989A (en) Picture display method and device, electronic equipment and readable medium
CN109739403B (en) Method and apparatus for processing information
CN114969409A (en) Image display method and device and readable medium
CN113157165A (en) Information display method and device, electronic equipment and program product
WO2019153904A1 (en) Method and device for refreshing
CN115793940A (en) Method, device and equipment for local scaling of browser video
US10613722B1 (en) Distorting a graph on a computer display to improve the computer's ability to display the graph to, and interact with, a user
CN116627574A (en) Image data display method and device, electronic equipment and readable storage medium

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20220527