|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdvContext
A base context interface for some common methods
| Method Summary | |
|---|---|
Color |
getColorProperty(String name,
Color dflt)
|
boolean |
getProperty(String name,
boolean dflt)
Get the given property name and convert to to a boolean. |
String |
getProperty(String name,
String dflt)
Get the given property name as a String If not found return dflt |
| Method Detail |
|---|
boolean getProperty(String name,
boolean dflt)
name - Property to look updflt - Default value to use if not found
String getProperty(String name,
String dflt)
name - Property to look updflt - Default value to use if not found
Color getColorProperty(String name,
Color dflt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||