public final class AmexioColorClass
extends java.lang.Object
Usage in Amexio Component
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NL |
Constructor and Description |
---|
AmexioColorClass(java.lang.String _class,
Color _bgColor,
Color _fontColor)
Create a Amexio Color CSS Class Definition
|
Modifier and Type | Method and Description |
---|---|
Color |
backgroundColor()
Returns the Background Color
|
java.lang.String |
className()
Returns the CSS Class Name
|
boolean |
equals(java.lang.Object o)
Returns TRUE if two Class Names are same.
|
Color |
fontColor()
Returns the Font Color
|
int |
hashCode()
Returns the Class Name hashcode.
|
java.lang.String |
printCSS()
Prints the CSS Class Definition
|
java.lang.String |
toString()
Returns the CSS Class Name
|
public Color backgroundColor()
public Color fontColor()
public java.lang.String className()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String printCSS()