public class CssResourceThemeUtils extends Object
| Constructor and Description |
|---|
CssResourceThemeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
maxPxSize(int a,
int b)
Takes two int values and returns the max of the two, with 'px' appended to the end.
|
static String |
opacityToIe8Filter(double opacity)
Takes an opacity value 0.0-1.0 and converts it to a ie alpha filter function string.
|
public static String opacityToIe8Filter(double opacity)
public static String maxPxSize(int a, int b)
Copyright © 2015. All Rights Reserved.