com.alee.laf.text
Class WebTextAreaStyle

java.lang.Object
  extended by com.alee.laf.text.WebTextAreaStyle

public final class WebTextAreaStyle
extends java.lang.Object

WebTextArea style class.

Author:
Mikle Garin

Field Summary
static java.awt.Insets margin
          Text area margin.
static Painter painter
          Text area painter.
 
Constructor Summary
WebTextAreaStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

margin

public static java.awt.Insets margin
Text area margin.


painter

public static Painter painter
Text area painter. If set it will override WebLaF styling.

Constructor Detail

WebTextAreaStyle

public WebTextAreaStyle()