return new ScaleBarComponentInfo();
}
protected LabelComponentInfo buildTitle() {
LabelComponentInfo label = new LabelComponentInfo();
FontStyleInfo style = new FontStyleInfo();
style.setFamily(PrintingLayout.templateDefaultFontFamily);
style.setStyle(PrintingLayout.templateDefaultFontStyle);
style.setSize((int) PrintingLayout.templateDefaultFontSize);
label.setFont(style);
label.setBackgroundColor(PrintingLayout.templateDefaultBackgroundColor);
label.setBorderColor(PrintingLayout.templateDefaultBorderColor);
label.setFontColor(PrintingLayout.templateDefaultColor);
label.getLayoutConstraint().setAlignmentY(LayoutConstraintInfo.TOP);