|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.google.chart.internal.Marker
public abstract class Marker
An abstract base class used to represent markers for data points or ranges displayed on graphs. See Shape markers for specifications.
| Field Summary | |
|---|---|
protected String |
color
The colour for the marker. |
protected String |
markerType
The marker type indicator. |
| Constructor Summary | |
|---|---|
Marker()
|
|
| Method Summary | |
|---|---|
String |
getColor()
Accessor for property 'color'. |
String |
getMarkerType()
Accessor for property 'markerType'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String markerType
protected String color
RRGGBB
hexadecimal format.
| Constructor Detail |
|---|
public Marker()
| Method Detail |
|---|
public String getMarkerType()
public String getColor()
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||