TermColor.KeywordTerm.Operator| Modifier | Constructor and Description |
|---|---|
protected |
TermColorKeywordImpl(TermColor.Keyword keyword,
int r,
int g,
int b,
int a) |
| Modifier and Type | Method and Description |
|---|---|
TermColor.Keyword |
getKeyword()
When the color was created using a special keyword such as 'transparent'
or 'currentColor', this method may be used to test this condition.
|
boolean |
isTransparent()
Checks whether the given color is entirely transparent.
|
String |
toString() |
equals, getOperator, getValue, hashCode, setOperator, setValue, shallowCloneclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOperator, getValue, setOperator, setValue, shallowCloneprotected TermColorKeywordImpl(TermColor.Keyword keyword, int r, int g, int b, int a)
public TermColor.Keyword getKeyword()
TermColorgetKeyword in interface TermColorTermColor.Keyword valuepublic boolean isTransparent()
TermColorisTransparent in interface TermColortrue when the color is entirely transparentCopyright © 2018. All rights reserved.