Package eu.bandm.tools.d2d2.base
Class SyntaxGraph.LayoutParameters
java.lang.Object
eu.bandm.tools.d2d2.base.SyntaxGraph.LayoutParameters
- Enclosing class:
- SyntaxGraph
Intended to be overwritten in anonymous subclasses.
All distances/offsets measured in pixels,
and font sizes in "points = 1/72 inch"
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected String
protected int
protected int
protected int
protected int
protected int
protected int
protected String
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
protected int
-
Constructor Summary
-
Method Summary
-
Field Details
-
main_font_size
protected int main_font_size -
small_font_size
protected int small_font_size -
syntaxGraph_x_margins
protected int syntaxGraph_x_margins -
syntaxGraph_y_margins
protected int syntaxGraph_y_margins -
initial_x_shift
protected int initial_x_shift -
initial_y_shift
protected int initial_y_shift -
horizontal_text_insets
protected int horizontal_text_insets -
box_above_text
protected int box_above_text -
box_below_text
protected int box_below_text -
vertical_text_insets
protected int vertical_text_insets -
alts_vertical_distance
protected int alts_vertical_distance -
sequ_horizontal_distance
protected int sequ_horizontal_distance -
passline_distance_above
protected int passline_distance_above -
passline_distance_below
protected int passline_distance_below -
backline_distance_above
protected int backline_distance_above -
backline_distance_below
protected int backline_distance_below -
horizontal_curve_radius
protected int horizontal_curve_radius -
vertical_curve_radius
protected int vertical_curve_radius -
horizontal_distance_perm
protected int horizontal_distance_perm -
horizontal_gap_perm
protected int horizontal_gap_perm -
topmost_upper_margin
protected int topmost_upper_margin -
topmost_left_margin
protected int topmost_left_margin -
topmost_right_margin
protected int topmost_right_margin -
box_text_indent
protected int box_text_indent -
insertion_y_margin
protected int insertion_y_margin -
insertion_x_margin
protected int insertion_x_margin -
substBox_inner_lower_margin
protected int substBox_inner_lower_margin -
substBox_inner_upper_margin
protected int substBox_inner_upper_margin -
substBox_text_to_box
protected int substBox_text_to_box -
substBox_outer_vertical_margin
protected int substBox_outer_vertical_margin -
substBox_inner_horizontal_margin
protected int substBox_inner_horizontal_margin -
substBox_outer_horizontal_margin
protected int substBox_outer_horizontal_margin -
substBox_textstart
protected int substBox_textstart -
insertion_prefix
-
pcdata_type_denotation
-
pcdata_roundedrectangle_radius
protected int pcdata_roundedrectangle_radius -
charexp_leftParen_width
protected int charexp_leftParen_width -
charexp_operator_width
protected int charexp_operator_width -
charexp_rightParen_width
protected int charexp_rightParen_width -
charexp_leftParen_inset
protected int charexp_leftParen_inset -
charexp_operator_dist
protected int charexp_operator_dist -
charexp_rightParen_inset
protected int charexp_rightParen_inset -
pp_inner_dist
protected int pp_inner_dist -
pp_outer_dist
protected int pp_outer_dist -
pp_gap
protected int pp_gap -
stringconst_inset
protected int stringconst_inset
-
-
Constructor Details
-
LayoutParameters
public LayoutParameters()
-