Canvas 그리드색 설정 수정
This commit is contained in:
parent
79a5944672
commit
d65396b187
@ -38,6 +38,7 @@ public class CanvasSettingInfo {
|
|||||||
private Integer gridVertical;
|
private Integer gridVertical;
|
||||||
private Integer gridRatio;
|
private Integer gridRatio;
|
||||||
private String gridDimen;
|
private String gridDimen;
|
||||||
|
private String gridColor;
|
||||||
private String wordFont;
|
private String wordFont;
|
||||||
private String wordFontStyle;
|
private String wordFontStyle;
|
||||||
private Integer wordFontSize;
|
private Integer wordFontSize;
|
||||||
|
|||||||
@ -35,6 +35,7 @@
|
|||||||
, grid_vertical
|
, grid_vertical
|
||||||
, grid_ratio
|
, grid_ratio
|
||||||
, grid_dimen
|
, grid_dimen
|
||||||
|
, grid_color
|
||||||
, word_font
|
, word_font
|
||||||
, word_font_style
|
, word_font_style
|
||||||
, word_font_size
|
, word_font_size
|
||||||
@ -55,8 +56,8 @@
|
|||||||
, length_font_style
|
, length_font_style
|
||||||
, length_font_size
|
, length_font_size
|
||||||
, length_font_color
|
, length_font_color
|
||||||
, isnull(origin_pixel, 1) as origin_pixel
|
, origin_pixel
|
||||||
, isnull(origin_color, '#000000') as origin_color
|
, origin_color
|
||||||
, origin_horizon
|
, origin_horizon
|
||||||
, origin_vertical
|
, origin_vertical
|
||||||
, regist_datetime
|
, regist_datetime
|
||||||
@ -100,6 +101,7 @@
|
|||||||
, grid_vertical = #{gridVertical}
|
, grid_vertical = #{gridVertical}
|
||||||
, grid_ratio = #{gridRatio}
|
, grid_ratio = #{gridRatio}
|
||||||
, grid_dimen = #{gridDimen}
|
, grid_dimen = #{gridDimen}
|
||||||
|
, grid_color = #{gridColor}
|
||||||
, word_font = #{wordFont}
|
, word_font = #{wordFont}
|
||||||
, word_font_style = #{wordFontStyle}
|
, word_font_style = #{wordFontStyle}
|
||||||
, word_font_size = #{wordFontSize}
|
, word_font_size = #{wordFontSize}
|
||||||
@ -158,6 +160,7 @@
|
|||||||
, grid_vertical
|
, grid_vertical
|
||||||
, grid_ratio
|
, grid_ratio
|
||||||
, grid_dimen
|
, grid_dimen
|
||||||
|
, grid_color
|
||||||
, word_font
|
, word_font
|
||||||
, word_font_style
|
, word_font_style
|
||||||
, word_font_size
|
, word_font_size
|
||||||
@ -214,6 +217,7 @@
|
|||||||
, #{gridVertical}
|
, #{gridVertical}
|
||||||
, #{gridRatio}
|
, #{gridRatio}
|
||||||
, #{gridDimen}
|
, #{gridDimen}
|
||||||
|
, #{gridColor}
|
||||||
, #{wordFont}
|
, #{wordFont}
|
||||||
, #{wordFontStyle}
|
, #{wordFontStyle}
|
||||||
, #{wordFontSize}
|
, #{wordFontSize}
|
||||||
@ -273,6 +277,7 @@
|
|||||||
, grid_vertical = #{gridVertical}
|
, grid_vertical = #{gridVertical}
|
||||||
, grid_ratio = #{gridRatio}
|
, grid_ratio = #{gridRatio}
|
||||||
, grid_dimen = #{gridDimen}
|
, grid_dimen = #{gridDimen}
|
||||||
|
, grid_color = #{gridColor}
|
||||||
, word_font = #{wordFont}
|
, word_font = #{wordFont}
|
||||||
, word_font_style = #{wordFontStyle}
|
, word_font_style = #{wordFontStyle}
|
||||||
, word_font_size = #{wordFontSize}
|
, word_font_size = #{wordFontSize}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user