You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*New Dijkstra
*New HammeringDistance
*New EditDistance
*The Route22DDrawingLauncher2 second generation 2D image interface is added. The integrator will automatically determine whether your initiator is the second generation and start the corresponding logic function.
*Modify the document and reconstruct the interface
*Insert 2D coordinate interface
*Insert 3D coordinate interface
*DoubleRoute2DNet has implemented Route22DDrawingLauncher2 can implement multi color annotation
*ZhaoCoordinatenet2D algorithm has been implemented Route22DDrawingLauncher2 can implement multi color annotation
logger.info("+======================================= << " + this.IntegratorName + " >> started =============================================+");
57
+
logger.info("+--------------------------------------- << Extract the algorithm required by the integrator >> ---------------------------------------+");
@@ -117,7 +124,7 @@ public int getDiscreteThreshold() {
117
124
/**
118
125
* 设置离散阈值,该阈值越大,路线显示越清晰,该阈值可以扩大整个2维空间的显示,默认是 1
119
126
* <p>
120
-
* Set the discrete threshold, the larger the threshold, the clearer the route display, the threshold can expand the display of the entire 2-dimensional space, the default is 1
127
+
* Set the discrete threshold, the larger the threshold, the clearer the route display, the threshold can extend the display of the entire 2-dimensional space, the default is 1
121
128
*
122
129
* @param discreteThreshold 新的离散阈值
123
130
* @return 链式
@@ -145,6 +152,7 @@ public void setBackColor(Color backColor) {
* The route drawing 2D integrator, the class that implements this integrator, can be given to Route2DDrawingIntegrator for post-processing to generate the required images.
* Additional task function execution question, in order to make up for the inflexibility of the plotter, an additional task interface was added on October 16, 2022, which will be called before the task execution of the old interface
* The unique function in the second version of the launcher interface allows the user to obtain the drawing pen object when implementing the 2D drawing interface. The user uses this interface as a parent class, and the drawer will automatically analyze your interface version.
* Additional task function execution question, in order to make up for the inflexibility of the plotter, an additional task interface was added on October 16, 2022, which will be called after the task execution of the old interface.
* The unique function in the second version of the launcher interface allows the user to obtain the drawing pen object when implementing the 2D drawing interface. The user uses this interface as a parent class, and the drawer will automatically analyze your interface version.
0 commit comments