com.alee.extended.label
Class WebStyledLabelStyle

java.lang.Object
  extended by com.alee.extended.label.WebStyledLabelStyle

public final class WebStyledLabelStyle
extends java.lang.Object

Author:
Mikle Garin

Field Summary
static boolean ignoreColorSettings
          Whether should ignore StyleRange color settings or not.
static java.awt.Insets margin
          Label margin.
static int preferredRowCount
          Preferred row count.
static float scriptFontRatio
          Subscript and superscript font size ratio.
static java.lang.String truncatedTextSuffix
          Truncated text suffix.
 
Constructor Summary
WebStyledLabelStyle()
           
 
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
Label margin.


preferredRowCount

public static int preferredRowCount
Preferred row count.


ignoreColorSettings

public static boolean ignoreColorSettings
Whether should ignore StyleRange color settings or not.


scriptFontRatio

public static float scriptFontRatio
Subscript and superscript font size ratio.


truncatedTextSuffix

public static java.lang.String truncatedTextSuffix
Truncated text suffix.

Constructor Detail

WebStyledLabelStyle

public WebStyledLabelStyle()