com.googlecode.charts4j
Interface PoliticalBoundary

All Known Implementing Classes:
Country, USAState

public interface PoliticalBoundary

Political boundaries on planet Earth that are supported by the Google Chart API.

Author:
Julien Chastang (julien.c.chastang at gmail dot com)
See Also:
Country, USAState, MapChart

Method Summary
 String getCode()
          Get the political boundary code (e.g "US", "NY").
 int getColor()
          Get the color associated with this political boundary area.
 

Method Detail

getCode

String getCode()
Get the political boundary code (e.g "US", "NY").

Returns:
The political boundary code.

getColor

int getColor()
Get the color associated with this political boundary area.

Returns:
Return the color of the political boundary area.