Exemplo n.º 1
0
 /** {@inheritDoc} */
 @Override
 public WebTable setFontSizeAndStyle(final int fontSize, final int style) {
   return SwingUtils.setFontSizeAndStyle(this, fontSize, style);
 }
Exemplo n.º 2
0
 /** {@inheritDoc} */
 @Override
 public WebToolTip setFontSizeAndStyle(int fontSize, int style) {
   return SwingUtils.setFontSizeAndStyle(this, fontSize, style);
 }
Exemplo n.º 3
0
 /** {@inheritDoc} */
 @Override
 public WebTable setFontSizeAndStyle(
     final int fontSize, final boolean bold, final boolean italic) {
   return SwingUtils.setFontSizeAndStyle(this, fontSize, bold, italic);
 }
Exemplo n.º 4
0
 /** {@inheritDoc} */
 @Override
 public WebToolTip setFontSizeAndStyle(int fontSize, boolean bold, boolean italic) {
   return SwingUtils.setFontSizeAndStyle(this, fontSize, bold, italic);
 }