public class ColorValidator extends Object
Constructor and Description |
---|
ColorValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
isLongMode(String toCheck) |
boolean |
isLongModeWithoutAlpha(String toCheck) |
boolean |
isShortMode(String toCheck) |
boolean |
isShortModeWithoutAlpha(String toCheck) |
boolean |
isValid(String toCheck) |
public boolean isValid(String toCheck)
public boolean isShortMode(String toCheck)
public boolean isShortModeWithoutAlpha(String toCheck)
public boolean isLongMode(String toCheck)
public boolean isLongModeWithoutAlpha(String toCheck)
Copyright © 2013. All Rights Reserved.