- All Known Implementing Classes:
DirWebMap
,PropertiesWebMap
,ResourceWebMap
,ZipWebMap
- Enclosing class:
- WebMap
public static interface WebMap.ColorSpec
Interface for providing background colors for
directory (or similar) listings.
-
Method Summary
Modifier and TypeMethodDescriptionGet the background color to use for HTML pages.getColor()
Get the foreground color to use for HTML pages.Get the color to use for unvisited links.Get the color to use for visited links.
-
Method Details
-
getColor
String getColor()Get the foreground color to use for HTML pages.- Returns:
- the CSS color for the foreground
-
getBackgroundColor
String getBackgroundColor()Get the background color to use for HTML pages.- Returns:
- the CSS color for the background
-
getLinkColor
String getLinkColor()Get the color to use for unvisited links.- Returns:
- the CSS color for links
-
getVisitedColor
String getVisitedColor()Get the color to use for visited links.- Returns:
- the CSS color for visited links
-