echopoint.google.chart.model
Class ShapeMarker
java.lang.Object
echopoint.google.chart.internal.Marker
echopoint.google.chart.model.ShapeMarker
- All Implemented Interfaces:
- Serializable
public class ShapeMarker
- extends Marker
A model object that represents a shape marker for data points on a graph.
See Shape
markers specifications.
- Version:
- $Id: ShapeMarker.java 63 2008-08-29 07:46:39Z sptrakesh $
- Author:
- Rakesh 2008-08-10
- See Also:
- Serialized Form
|
Constructor Summary |
ShapeMarker(String markerType,
String color,
int size,
int... priority)
Create a new instance using the specified values. |
|
Method Summary |
int |
getPriority()
Accessor for property 'priority'. |
int |
getSize()
Accessor for property 'size'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShapeMarker
public ShapeMarker(String markerType,
String color,
int size,
int... priority)
- Create a new instance using the specified values.
- Parameters:
markerType - The Marker.markerType to use.color - The Marker.color to use.size - The size to use.priority - The priority to use.
getSize
public int getSize()
- Accessor for property 'size'.
- Returns:
- Value for property 'size'.
getPriority
public int getPriority()
- Accessor for property 'priority'.
- Returns:
- Value for property 'priority'.