Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 131747
Collapse All | Expand All

(-)src/org/eclipse/draw2d/Label.java (+11 lines)
Lines 573-578 Link Here
573
}
573
}
574
574
575
/**
575
/**
576
 * Returns the alignment of the entire label (icon and text). The default 
577
 * label alignment is {@link PositionConstants#CENTER}.
578
 * 
579
 * @return the label alignment
580
 * @since 3.2
581
 */ 
582
public int getLabelAlignment() {
583
	return labelAlignment;
584
}
585
586
/**
576
 * Sets the alignment of the entire label (icon and text). If this figure's bounds
587
 * Sets the alignment of the entire label (icon and text). If this figure's bounds
577
 * are larger than the size needed to display the label, the label will be aligned
588
 * are larger than the size needed to display the label, the label will be aligned
578
 * accordingly. Valid values are:
589
 * accordingly. Valid values are:

Return to bug 131747