| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectechopoint.stylesheet.SymbolicColorValue
public class SymbolicColorValue
A SymbolicValue for Color data. The getValue will always return an Color object.
| Constructor Summary | |
|---|---|
SymbolicColorValue(Color value,
                   java.lang.String symbol)
Constructor that takes an Color value and symbolic string  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getSymbolic()
The symbolic string value for a given object value It must not be null.  | 
 java.lang.Object | 
getValue()
The actual object value for a given symbolic value.  | 
 boolean | 
matches(java.lang.String testSymbolicValue)
This method can be called to see if a symbolic value in fact matches this SymbolicValue object.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SymbolicColorValue(Color value,
                          java.lang.String symbol)
| Method Detail | 
|---|
public java.lang.String getSymbolic()
SymbolicValue
getSymbolic in interface SymbolicValueSymbolicValue.getSymbolic()public java.lang.Object getValue()
SymbolicValue
getValue in interface SymbolicValueSymbolicValue.getValue()public boolean matches(java.lang.String testSymbolicValue)
SymbolicValue
matches in interface SymbolicValueSymbolicValue.matches(java.lang.String)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||