Uses of Class
com.ibm.icu.dev.demo.holiday.HolidayBorderPanel
-
Packages that use HolidayBorderPanel Package Description com.ibm.icu.dev.demo.holiday -
-
Uses of HolidayBorderPanel in com.ibm.icu.dev.demo.holiday
Methods in com.ibm.icu.dev.demo.holiday that return HolidayBorderPanel Modifier and Type Method Description HolidayBorderPanel
HolidayBorderPanel. setAlignment(int alignment)
Sets the text alignment.HolidayBorderPanel
HolidayBorderPanel. setColor(java.awt.Color color)
Sets the current color for SOLID borders and the caption text color for etched borders.HolidayBorderPanel
HolidayBorderPanel. setGap(int gap)
Sets the gap between the border and the contained Component.HolidayBorderPanel
HolidayBorderPanel. setStyle(int style)
Sets the style of the borderHolidayBorderPanel
HolidayBorderPanel. setText(java.lang.String text)
Sets the text.HolidayBorderPanel
HolidayBorderPanel. setTextFont(java.awt.Font font)
Sets the font.HolidayBorderPanel
HolidayBorderPanel. setThickness(int thickness)
Sets the thickness of the border.
-